From ad0cb87d9f45587201be76bcf7ff44d2da6273dc Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 10 Oct 2021 20:27:30 -0400 Subject: [PATCH] Add Robin (the arctic hare) --- media/attribution.js | 12 + media/characters/robin-arctic-hare/front.svg | 896 +++++++++++++++++++ presets/characters.js | 39 +- 3 files changed, 945 insertions(+), 2 deletions(-) create mode 100644 media/characters/robin-arctic-hare/front.svg diff --git a/media/attribution.js b/media/attribution.js index 5c30f2fe..8d12f895 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17844,6 +17844,18 @@ const attributionData = { "faas" ] }, + { + prefix: "./media/characters/robin-arctic-hare/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/38785268/" } + ], + authors: [ + "faas" + ], + owners: [ + "faas" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/robin-arctic-hare/front.svg b/media/characters/robin-arctic-hare/front.svg new file mode 100644 index 00000000..64b8b01e --- /dev/null +++ b/media/characters/robin-arctic-hare/front.svg @@ -0,0 +1,896 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 1b8c9f47..5e4e1550 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -526,7 +526,7 @@ const speciesData = { }, "rabbit": { name: "Rabbit", - parents: ["mammal"] + parents: ["leporidae"] }, "fennec-fox": { name: "Fennec Fox", @@ -1614,7 +1614,7 @@ const speciesData = { }, "space-springhare": { name: "Space Springhare", - parents: ["rabbit"] + parents: ["hare"] }, "river-drake": { name: "River Drake", @@ -1860,6 +1860,18 @@ const speciesData = { name: "Okapi", parents: ["giraffe"] }, + "arctic-hare": { + name: "Arctic Hare", + parents: ["hare"] + }, + "hare": { + name: "Hare", + parents: ["leporidae"] + }, + "leporidae": { + name: "Leporidae", + parents: ["mammal"] + }, } //species @@ -47565,6 +47577,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Robin (Arctic Hare)", species: ["arctic-hare"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/robin-arctic-hare/front.svg", + extra: 1148/974, + bottom: 20/1168 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 7/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {