From 0b0f4e24ad01ec5ea04b7c0ef162bac77570e4ee Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 5 Mar 2020 06:59:09 -0500 Subject: [PATCH] Add Kayroo --- media/attribution.js | 16 +++ media/characters/kayroo/foot.svg | 45 +++++++ media/characters/kayroo/front.svg | 194 ++++++++++++++++++++++++++++++ presets/characters.js | 53 ++++++++ 4 files changed, 308 insertions(+) create mode 100644 media/characters/kayroo/foot.svg create mode 100644 media/characters/kayroo/front.svg diff --git a/media/attribution.js b/media/attribution.js index 57aceedd..e5cf4eda 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2401,6 +2401,18 @@ const attributionData = { "chrisrules123" ] }, + { + prefix: "./media/characters/kayroo/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "solaxee" + ], + owners: [ + "kayroo" + ] + }, { prefix: "./media/characters/kennedy/", files: [ @@ -5453,6 +5465,10 @@ const attributionData = { "name": "Alexi", "url": "https://twitter.com/AlexiWerewolf", }, + "kayroo": { + "name": "Kayroo", + "url": "https://www.furaffinity.net/user/kayroo/", + }, } } diff --git a/media/characters/kayroo/foot.svg b/media/characters/kayroo/foot.svg new file mode 100644 index 00000000..72a56460 --- /dev/null +++ b/media/characters/kayroo/foot.svg @@ -0,0 +1,45 @@ + + + + + + + + + + diff --git a/media/characters/kayroo/front.svg b/media/characters/kayroo/front.svg new file mode 100644 index 00000000..8ad6d772 --- /dev/null +++ b/media/characters/kayroo/front.svg @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 08ed7213..3e224ef5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -9141,6 +9141,59 @@ characterMakers["Alexi"] = () => { ) }; +characterMakers["Kayroo"] = () => { + return makeCharacter( + "Kayroo", + "Kayroo", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/kayroo/front.svg", + extra: 1153/1038 * (1 / (1 - 0.06)), + bottom: 0.06 + } + }, + foot: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Foot", + image: { + source: "./media/characters/kayroo/foot.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8, "feet") + }, + { + name: "Minimacro", + height: math.unit(250, "feet") + }, + { + name: "Macro", + height: math.unit(2800, "feet") + }, + { + name: "Megamacro", + height: math.unit(5200, "feet") + }, + { + name: "Gigamacro", + height: math.unit(27000, "feet") + }, + { + name: "Omega", + height: math.unit(45000, "feet") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({