From 73728f181d92d639fb220e19a0e47fd01d531313 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 6 Mar 2021 09:55:00 -0500 Subject: [PATCH] Add TITAN.S.WULF --- media/attribution.js | 20 + media/characters/titan-s-wulf/front.svg | 529 ++++++++++++++++++++++++ presets/characters.js | 34 ++ 3 files changed, 583 insertions(+) create mode 100644 media/characters/titan-s-wulf/front.svg diff --git a/media/attribution.js b/media/attribution.js index 63bfe12e..31b971a3 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14796,6 +14796,18 @@ const attributionData = { "miles-thestia" ] }, + { + prefix: "./media/characters/titan-s-wulf/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33452263/" } + ], + authors: [ + "servo-proto" + ], + owners: [ + "atlaswolf1" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20251,6 +20263,14 @@ const attributionData = { "name": "Miles Thestia", "url": "https://twitter.com/MilesThestia" }, + "atlaswolf1": { + "name": "Atlaswofl1", + "url": "https://www.furaffinity.net/user/altaswolf1/" + }, + "servo-proto": { + "name": "Servo~Proto", + "url": "https://www.furaffinity.net/user/servo~proto" + }, } } diff --git a/media/characters/titan-s-wulf/front.svg b/media/characters/titan-s-wulf/front.svg new file mode 100644 index 00000000..54af2b2f --- /dev/null +++ b/media/characters/titan-s-wulf/front.svg @@ -0,0 +1,529 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 82011d8f..823a3de1 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -39139,6 +39139,40 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "TITAN.S.WULF", species: ["wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(25, "feet"), + name: "Front", + image: { + source: "./media/characters/titan-s-wulf/front.svg", + extra: 1560/1484, + bottom: 76/1636 + } + }, + }, + [ + { + name: "Smallest", + height: math.unit(25, "feet"), + default: true + }, + { + name: "Normal", + height: math.unit(200, "feet") + }, + { + name: "Macro", + height: math.unit(200000, "feet") + }, + { + name: "Multiversal Original", + height: math.unit(10000, "universes") + }, + ] +)) + //characters function makeCharacters() {