From 09d2e40b3c57b5a0286a3ae8a04bc98dc3b637c8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 23 Aug 2021 11:35:48 -0400 Subject: [PATCH] Add Theo (the Arcanine) --- media/attribution.js | 12 + media/characters/theo-arcanine/side.svg | 1142 +++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1177 insertions(+) create mode 100644 media/characters/theo-arcanine/side.svg diff --git a/media/attribution.js b/media/attribution.js index e6edbd46..c8b33bf4 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16456,6 +16456,18 @@ const attributionData = { "anonymous" ] }, + { + prefix: "./media/characters/theo-arcanine/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/21341551/" } + ], + authors: [ + "verysoft" + ], + owners: [ + "zanzia" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/theo-arcanine/side.svg b/media/characters/theo-arcanine/side.svg new file mode 100644 index 00000000..4f633432 --- /dev/null +++ b/media/characters/theo-arcanine/side.svg @@ -0,0 +1,1142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index af8de555..a948d732 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -43295,6 +43295,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Theo (Arcanine)", species: ["arcanine"], tags: ["feral"] }, + { + side: { + height: math.unit(8 + 2/12, "feet"), + weight: math.unit(500, "kg"), + name: "Side", + image: { + source: "./media/characters/theo-arcanine/side.svg", + extra: 1342/1074, + bottom: 111/1453 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8 + 2/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {