From 78914faa1b2c8a2c235767d4e2254e586707859d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 19 Jun 2020 22:01:46 -0400 Subject: [PATCH] Add Alex (the rabbit) --- media/attribution.js | 13 +++ media/characters/alex-rabbit/back.svg | 130 +++++++++++++++++++++++ media/characters/alex-rabbit/front.svg | 141 +++++++++++++++++++++++++ presets/characters.js | 33 ++++++ 4 files changed, 317 insertions(+) create mode 100644 media/characters/alex-rabbit/back.svg create mode 100644 media/characters/alex-rabbit/front.svg diff --git a/media/attribution.js b/media/attribution.js index bc3ea1de..6154335b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10910,6 +10910,19 @@ const attributionData = { "rabbitinafoxden" ] }, + { + prefix: "./media/characters/alex-rabbit/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36458578/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/36458578/" }, + ], + authors: [ + "rabbitinafoxden" + ], + owners: [ + "rabbitinafoxden" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/alex-rabbit/back.svg b/media/characters/alex-rabbit/back.svg new file mode 100644 index 00000000..222e7662 --- /dev/null +++ b/media/characters/alex-rabbit/back.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/alex-rabbit/front.svg b/media/characters/alex-rabbit/front.svg new file mode 100644 index 00000000..11829319 --- /dev/null +++ b/media/characters/alex-rabbit/front.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c3602e23..bec49c42 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -27472,6 +27472,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Alex (Rabbit)", species: ["rabbit"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "feet"), + weight: math.unit(50, "lb"), + name: "Front", + image: { + source: "./media/characters/alex-rabbit/front.svg", + extra: 507/458, + bottom: 18.5/527 + } + }, + back: { + height: math.unit(4, "feet"), + weight: math.unit(50, "lb"), + name: "Back", + image: { + source: "./media/characters/alex-rabbit/back.svg", + extra: 502/460, + bottom: 18.9/521 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {