From 37b8192fc3a11a567ad8da15c476d6034371ab2d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 6 Nov 2020 09:27:46 -0500 Subject: [PATCH] Add Ellarby --- media/attribution.js | 13 + media/characters/ellarby/back.svg | 308 +++++++++++++++++++++++ media/characters/ellarby/front.svg | 382 +++++++++++++++++++++++++++++ presets/characters.js | 53 ++++ 4 files changed, 756 insertions(+) create mode 100644 media/characters/ellarby/back.svg create mode 100644 media/characters/ellarby/front.svg diff --git a/media/attribution.js b/media/attribution.js index 8a47077f..b97f543c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12985,6 +12985,19 @@ const attributionData = { "devourer" ] }, + { + prefix: "./media/characters/ellarby/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34430630/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/34430630/" }, + ], + authors: [ + "blurthefur" + ], + owners: [ + "rainbowjulian" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/ellarby/back.svg b/media/characters/ellarby/back.svg new file mode 100644 index 00000000..660c44f1 --- /dev/null +++ b/media/characters/ellarby/back.svg @@ -0,0 +1,308 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ellarby/front.svg b/media/characters/ellarby/front.svg new file mode 100644 index 00000000..6f4085de --- /dev/null +++ b/media/characters/ellarby/front.svg @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c410692a..bb1b2b51 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1495,6 +1495,10 @@ const speciesData = { name: "Chakat", parents: ["cat"] }, + "hydra": { + name: "Hydra", + parents: ["monster"] + }, } //species @@ -33965,6 +33969,55 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Ellarby", species: ["hydra"], tags: ["feral"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(400, "lb"), + name: "Front", + image: { + source: "./media/characters/ellarby/front.svg", + extra: 1909/1763, + bottom: 80/1989 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(400, "lb"), + name: "Back", + image: { + source: "./media/characters/ellarby/back.svg", + extra: 1914/1784, + bottom: 172/2086 + } + }, + }, + [ + { + name: "Mischief", + height: math.unit(18, "inches") + }, + { + name: "Trouble", + height: math.unit(12, "feet") + }, + { + name: "Havoc", + height: math.unit(200, "feet"), + default: true + }, + { + name: "Pandemonium", + height: math.unit(1, "mile") + }, + { + name: "Catastrophe", + height: math.unit(100, "miles") + }, + ] +)) + //characters function makeCharacters() {