From b2b95f8f6832ef511266c0b6b2fb823d695fe7a5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 27 Feb 2022 13:32:48 -0500 Subject: [PATCH] Add Tamani --- media/attribution.js | 17 + media/characters/tamani/anthro.svg | 863 +++++++++++++++++++++++++++++ media/characters/tamani/feral.svg | 612 ++++++++++++++++++++ presets/characters.js | 52 ++ 4 files changed, 1544 insertions(+) create mode 100644 media/characters/tamani/anthro.svg create mode 100644 media/characters/tamani/feral.svg diff --git a/media/attribution.js b/media/attribution.js index 42b4d816..1b73dbae 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20598,6 +20598,19 @@ const attributionData = { "vonadi" ] }, + { + prefix: "./media/characters/tamani/", + files: [ + { name: "anthro.svg", source: null }, + { name: "feral.svg", source: null }, + ], + authors: [ + "nalaholic" + ], + owners: [ + "nalaholic" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28725,6 +28738,10 @@ const attributionData = { "name": "AtlasImperial", "url": "https://www.furaffinity.net/user/atlasimperial" }, + "nalaholic": { + "name": "Nalaholic", + "url": "https://www.furaffinity.net/user/nalaholic/" + }, } } diff --git a/media/characters/tamani/anthro.svg b/media/characters/tamani/anthro.svg new file mode 100644 index 00000000..06b88971 --- /dev/null +++ b/media/characters/tamani/anthro.svg @@ -0,0 +1,863 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/tamani/feral.svg b/media/characters/tamani/feral.svg new file mode 100644 index 00000000..40008b18 --- /dev/null +++ b/media/characters/tamani/feral.svg @@ -0,0 +1,612 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3a73bd18..d5860512 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -57155,6 +57155,58 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tamani", species: ["lion"], tags: ["anthro", "feral"] }, + { + front: { + height: math.unit(6.5, "feet"), + weight: math.unit(198, "lb"), + name: "Front", + image: { + source: "./media/characters/tamani/anthro.svg", + extra: 930/890, + bottom: 34/964 + }, + form: "anthro", + default: true + }, + side: { + height: math.unit(6, "feet"), + weight: math.unit(198*2, "lb"), + name: "Side", + image: { + source: "./media/characters/tamani/feral.svg", + extra: 559/519, + bottom: 43/602 + }, + form: "feral" + }, + }, + [ + { + name: "Normal", + height: math.unit(6.5, "feet"), + default: true, + form: "anthro" + }, + { + name: "Normal", + height: math.unit(6, "feet"), + default: true, + form: "feral" + }, + ], + { + "anthro": { + name: "Anthro", + default: true + }, + "feral": { + name: "Feral", + }, + } +)) + //characters function makeCharacters() {