From e884b1abb284ee0c8b928d53d6050bbea2f1c4fb Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 24 Mar 2020 10:59:43 -0400 Subject: [PATCH] Add Taluthus --- media/attribution.js | 20 ++ media/characters/taluthus/front.svg | 376 ++++++++++++++++++++++++++++ presets/characters.js | 31 +++ 3 files changed, 427 insertions(+) create mode 100644 media/characters/taluthus/front.svg diff --git a/media/attribution.js b/media/attribution.js index a1103d13..e636172b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7791,6 +7791,18 @@ const attributionData = { "radarn" ] }, + { + prefix: "./media/characters/taluthus/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/23381216/" } + ], + authors: [ + "greatwhitejill" + ], + owners: [ + "taluthus" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -10731,6 +10743,14 @@ const attributionData = { "name": "Radarn", "url": "https://www.furaffinity.net/user/radarn/", }, + "greatwhitejill": { + "name": "greatwhitejill", + "url": "https://www.furaffinity.net/user/greatwhitejill", + }, + "taluthus": { + "name": "Taluthus", + "url": "https://www.furaffinity.net/user/taluthus", + }, } } diff --git a/media/characters/taluthus/front.svg b/media/characters/taluthus/front.svg new file mode 100644 index 00000000..6efc5064 --- /dev/null +++ b/media/characters/taluthus/front.svg @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index bc10a374..6af9d6c7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -18881,6 +18881,37 @@ characterMakers["Kris"] = () => { ] ) }; + +characterMakers["Taluthus"] = () => { + return makeCharacter( + "Taluthus", + "Taluthus", + { + front: { + height: math.unit(7, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/taluthus/front.svg", + extra: 903/833, + bottom: 0.015 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(300, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {