From cbd54e4a23b4161fe0e09e2a020dc0d5f53e462f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 11 Nov 2021 15:47:43 -0500 Subject: [PATCH] Add Sonia Wyverntail --- media/attribution.js | 16 + media/characters/sonia-wyverntail/front.svg | 2292 +++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 2331 insertions(+) create mode 100644 media/characters/sonia-wyverntail/front.svg diff --git a/media/attribution.js b/media/attribution.js index 689ecda5..86124e5c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18897,6 +18897,18 @@ const attributionData = { "fevris" ] }, + { + prefix: "./media/characters/sonia-wyverntail/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33712552/" } + ], + authors: [ + "astrotail" + ], + owners: [ + "gyiyga" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26036,6 +26048,10 @@ const attributionData = { "name": "Cartoon Snacks", "url": "https://twitter.com/cartoonsnacks" }, + "astrotail": { + "name": "Astrotail", + "url": "https://www.furaffinity.net/user/astrotail/" + }, } } diff --git a/media/characters/sonia-wyverntail/front.svg b/media/characters/sonia-wyverntail/front.svg new file mode 100644 index 00000000..7a39e308 --- /dev/null +++ b/media/characters/sonia-wyverntail/front.svg @@ -0,0 +1,2292 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 15d89286..d58377d9 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -51313,6 +51313,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sonia Wyverntail", species: ["kobold"], tags: ["anthro"] }, + { + front: { + height: math.unit(117, "cm"), + weight: math.unit(50, "kg"), + name: "Front", + image: { + source: "./media/characters/sonia-wyverntail/front.svg", + extra: 708/592, + bottom: 25/733 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(117, "cm"), + default: true + }, + ] +)) + //characters function makeCharacters() {