From 712e2a4a573b4f37049c9fbe1545fa1faaf2d034 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 21 Mar 2020 15:09:17 -0400 Subject: [PATCH] Add Tanarath --- media/attribution.js | 21 + media/characters/tanarath/back.svg | 544 ++++++++++++++++++ media/characters/tanarath/front.svg | 830 ++++++++++++++++++++++++++++ presets/characters.js | 36 ++ 4 files changed, 1431 insertions(+) create mode 100644 media/characters/tanarath/back.svg create mode 100644 media/characters/tanarath/front.svg diff --git a/media/attribution.js b/media/attribution.js index b5d3bf57..ce7cc6bb 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7256,6 +7256,19 @@ const attributionData = { "jethyena" ] }, + { + prefix: "./media/characters/tanarath/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35523881/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/35523881/" }, + ], + authors: [ + "xenoforge" + ], + owners: [ + "tanarathdragon" + ] + }, //characters { prefix: "./media/food/animals/", @@ -10070,6 +10083,14 @@ const attributionData = { "name": "JetHyena", "url": "https://www.furaffinity.net/user/jethyena", }, + "tanarathdragon": { + "name": "TanarathDragon", + "url": "https://www.furaffinity.net/user/tanarathdragon/", + }, + "xenoforge": { + "name": "xenoforge", + "url": "https://linktr.ee/TheXenoForge", + }, } } diff --git a/media/characters/tanarath/back.svg b/media/characters/tanarath/back.svg new file mode 100644 index 00000000..2b95ba76 --- /dev/null +++ b/media/characters/tanarath/back.svg @@ -0,0 +1,544 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/tanarath/front.svg b/media/characters/tanarath/front.svg new file mode 100644 index 00000000..60c5a8cf --- /dev/null +++ b/media/characters/tanarath/front.svg @@ -0,0 +1,830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 173be867..9f9e9e31 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17911,6 +17911,42 @@ characterMakers["Jet"] = () => { ) }; +characterMakers["Tanarath"] = () => { + return makeCharacter( + "Tanarath", + "TanarathDragon", + { + front: { + height: math.unit(15, "feet"), + weight: math.unit(2800, "lb"), + name: "Front", + image: { + source: "./media/characters/tanarath/front.svg", + extra: 2392/2220, + bottom: 0.03 + } + }, + back: { + height: math.unit(15, "feet"), + weight: math.unit(2800, "lb"), + name: "Back", + image: { + source: "./media/characters/tanarath/back.svg", + extra: 2392/2220, + bottom: 0.03 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(15, "feet"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {