From e0d696440cc988035b55a85a1d08761bba7e818e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 13 Nov 2021 09:54:25 -0500 Subject: [PATCH] Add Sven Hatisson --- media/attribution.js | 17 + media/characters/sven-hatisson/back.svg | 1785 +++++++++++++ media/characters/sven-hatisson/front.svg | 2960 ++++++++++++++++++++++ presets/characters.js | 51 + 4 files changed, 4813 insertions(+) create mode 100644 media/characters/sven-hatisson/back.svg create mode 100644 media/characters/sven-hatisson/front.svg diff --git a/media/attribution.js b/media/attribution.js index 4f5a7bb0..71989b46 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18934,6 +18934,19 @@ const attributionData = { "zaryaraccoon" ] }, + { + prefix: "./media/characters/sven-hatisson/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/42861048/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/42861048/", nsfw: true }, + ], + authors: [ + "megan" + ], + owners: [ + "sventhewoofer" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26085,6 +26098,10 @@ const attributionData = { "name": "ZaryaRaccoon", "url": "https://www.furaffinity.net/user/zaryaraccoon/" }, + "sventhewoofer": { + "name": "SvenTheWoofer", + "url": "https://twitter.com/SvenTheWoofer/" + }, } } diff --git a/media/characters/sven-hatisson/back.svg b/media/characters/sven-hatisson/back.svg new file mode 100644 index 00000000..a0c457df --- /dev/null +++ b/media/characters/sven-hatisson/back.svg @@ -0,0 +1,1785 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sven-hatisson/front.svg b/media/characters/sven-hatisson/front.svg new file mode 100644 index 00000000..cdd85127 --- /dev/null +++ b/media/characters/sven-hatisson/front.svg @@ -0,0 +1,2960 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 30562ed5..f5231bce 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -51391,6 +51391,57 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sven Hatisson", species: ["wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(7.5, "feet"), + name: "Front", + image: { + source: "./media/characters/sven-hatisson/front.svg", + extra: 917/857, + bottom: 42/959 + } + }, + back: { + height: math.unit(7.5, "feet"), + name: "Back", + image: { + source: "./media/characters/sven-hatisson/back.svg", + extra: 903/856, + bottom: 15/918 + } + }, + }, + [ + { + name: "Base Height", + height: math.unit(7.5, "feet") + }, + { + name: "Usual Height", + height: math.unit(13.5, "feet"), + default: true + }, + { + name: "Smaller Macro", + height: math.unit(85, "feet") + }, + { + name: "Moderate Macro", + height: math.unit(320, "feet") + }, + { + name: "Large Macro", + height: math.unit(1000, "feet") + }, + { + name: "Largest Size", + height: math.unit(2, "miles") + }, + ] +)) + //characters function makeCharacters() {