From d1250d789cdd15224ab32965fedeaf987f62f14a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 14 Jan 2022 22:09:15 -0500 Subject: [PATCH] Add Kiro's hyena form --- media/attribution.js | 12 + media/characters/kiro/hyena-front.svg | 2184 +++++++++++++++++++++++++ presets/characters.js | 52 +- 3 files changed, 2243 insertions(+), 5 deletions(-) create mode 100644 media/characters/kiro/hyena-front.svg diff --git a/media/attribution.js b/media/attribution.js index 73817a97..17f6ff60 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7892,6 +7892,18 @@ const attributionData = { "keeya" ] }, + { + prefix: "./media/characters/kiro/", + files: [ + { name: "hyena-front.svg", source: "https://www.furaffinity.net/view/45292658/" } + ], + authors: [ + "ayanaki" + ], + owners: [ + "keeya" + ] + }, { prefix: "./media/characters/irishfox/", files: [ diff --git a/media/characters/kiro/hyena-front.svg b/media/characters/kiro/hyena-front.svg new file mode 100644 index 00000000..fba7e58d --- /dev/null +++ b/media/characters/kiro/hyena-front.svg @@ -0,0 +1,2184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 65439b50..8f38676f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20424,8 +20424,20 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Kiro", species: ["folf"], tags: ["anthro"] }, + { name: "Kiro", species: ["folf", "hyena"], tags: ["anthro"] }, { + hyenaFront: { + height: math.unit(6, "feet"), + weight: math.unit(190, "lb"), + name: "Front", + image: { + source: "./media/characters/kiro/hyena-front.svg", + extra: 927/839, + bottom: 91/1018 + }, + form: "hyena", + default: true + }, front: { height: math.unit(6, "feet"), weight: math.unit(170, "lb"), @@ -20434,24 +20446,54 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/kiro/front.svg", extra: 1064 / 1012, bottom: 0.052 - } + }, + form: "folf", + default: true }, }, [ { name: "Micro", - height: math.unit(6, "inches") + height: math.unit(6, "inches"), + form: "folf" }, { name: "Normal", height: math.unit(6, "feet"), + form: "folf", default: true }, { name: "Macro", - height: math.unit(72, "feet") + height: math.unit(72, "feet"), + form: "folf" }, - ] + { + name: "Micro", + height: math.unit(6, "inches"), + form: "hyena" + }, + { + name: "Normal", + height: math.unit(6, "feet"), + form: "hyena", + default: true + }, + { + name: "Macro", + height: math.unit(72, "feet"), + form: "hyena" + }, + ], + { + "hyena": { + name: "Hyena", + default: true + }, + "folf": { + name: "Folf", + }, + } )) characterMakers.push(() => makeCharacter(