From 7a14bd4606d7f7ee0bc5efbe4e1bc821a869557c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 13 Mar 2022 14:21:13 -0400 Subject: [PATCH] Add Daxerios --- media/attribution.js | 14 + media/characters/daxerios/dick.svg | 421 ++++ media/characters/daxerios/front-lewd.svg | 2287 ++++++++++++++++++++++ media/characters/daxerios/front.svg | 2260 +++++++++++++++++++++ presets/characters.js | 72 + 5 files changed, 5054 insertions(+) create mode 100644 media/characters/daxerios/dick.svg create mode 100644 media/characters/daxerios/front-lewd.svg create mode 100644 media/characters/daxerios/front.svg diff --git a/media/attribution.js b/media/attribution.js index fc860cfd..58c480e6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21374,6 +21374,20 @@ const attributionData = { "va0027" ] }, + { + prefix: "./media/characters/daxerios/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/44108900/" }, + { name: "front-lewd.svg", source: "https://www.furaffinity.net/view/44108900/", nsfw: true }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/44108900/", nsfw: true }, + ], + authors: [ + "sixsydes" + ], + owners: [ + "va0027" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/daxerios/dick.svg b/media/characters/daxerios/dick.svg new file mode 100644 index 00000000..9fc38484 --- /dev/null +++ b/media/characters/daxerios/dick.svg @@ -0,0 +1,421 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/daxerios/front-lewd.svg b/media/characters/daxerios/front-lewd.svg new file mode 100644 index 00000000..56862ac7 --- /dev/null +++ b/media/characters/daxerios/front-lewd.svg @@ -0,0 +1,2287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/daxerios/front.svg b/media/characters/daxerios/front.svg new file mode 100644 index 00000000..e7b59768 --- /dev/null +++ b/media/characters/daxerios/front.svg @@ -0,0 +1,2260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c5e43158..6febdf3f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -60782,6 +60782,78 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Daxerios", species: ["wolf", "cerberus"], tags: ["anthro"] }, + { + front: { + height: math.unit(2, "meters"), + weight: math.unit(160, "kg"), + name: "Front", + image: { + source: "./media/characters/daxerios/front.svg", + extra: 1334/1277, + bottom: 45/1379 + } + }, + frontLewd: { + height: math.unit(2, "meters"), + weight: math.unit(160, "kg"), + name: "Front (Lewd)", + image: { + source: "./media/characters/daxerios/front-lewd.svg", + extra: 1334/1277, + bottom: 45/1379 + } + }, + dick: { + height: math.unit(2.35, "feet"), + name: "Dick", + image: { + source: "./media/characters/daxerios/dick.svg" + } + }, + }, + [ + { + name: "\"Small\"", + height: math.unit(5, "meters") + }, + { + name: "Original Size", + height: math.unit(500, "meters"), + default: true + }, + { + name: "Mega", + height: math.unit(2, "km") + }, + { + name: "Mega+", + height: math.unit(35, "km") + }, + { + name: "Giga", + height: math.unit(250, "km") + }, + { + name: "Giga+", + height: math.unit(3000, "km") + }, + { + name: "Terra", + height: math.unit(25000, "km") + }, + { + name: "Terra+", + height: math.unit(300000, "km") + }, + { + name: "Solar", + height: math.unit(1e6, "km") + }, + ] +)) + //characters function makeCharacters() {