From 7358c1c05cd73a89d00adc7ebf0beb50ed9c48dd Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 7 Mar 2020 09:00:56 -0500 Subject: [PATCH] Add Mocha Aura --- media/attribution.js | 21 +++ media/characters/mocha-aura/back.svg | 175 +++++++++++++++++++++++ media/characters/mocha-aura/front.svg | 191 ++++++++++++++++++++++++++ presets/characters.js | 64 +++++++++ 4 files changed, 451 insertions(+) create mode 100644 media/characters/mocha-aura/back.svg create mode 100644 media/characters/mocha-aura/front.svg diff --git a/media/attribution.js b/media/attribution.js index e8c60053..4464665b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -3062,6 +3062,19 @@ const attributionData = { "cilenomon" ] }, + { + prefix: "./media/characters/mocha-aura/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34482039/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/34482039/" }, + ], + authors: [ + "redthegamr" + ], + owners: [ + "mocha-aura" + ] + }, { prefix: "./media/characters/moody/", files: [ @@ -6327,6 +6340,14 @@ const attributionData = { "name": "Gid_g11", "url": "https://twitter.com/Gid_g11/", }, + "mocha-aura": { + "name": "Mocha-Aura", + "url": "https://www.furaffinity.net/user/mocha-aura/", + }, + "redthegamr": { + "name": "Redthegamr", + "url": "https://www.furaffinity.net/user/redthegamr", + }, } } diff --git a/media/characters/mocha-aura/back.svg b/media/characters/mocha-aura/back.svg new file mode 100644 index 00000000..dc77104b --- /dev/null +++ b/media/characters/mocha-aura/back.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + diff --git a/media/characters/mocha-aura/front.svg b/media/characters/mocha-aura/front.svg new file mode 100644 index 00000000..c538cf87 --- /dev/null +++ b/media/characters/mocha-aura/front.svg @@ -0,0 +1,191 @@ + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 921a0c55..7acd3dd3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -11106,6 +11106,70 @@ characterMakers["Grynn"] = () => { ) }; +characterMakers["Mocha Aura"] = () => { + return makeCharacter( + "Mocha Aura", + "Mocha-Aura", + { + front: { + height: math.unit(7 + 5/12, "feet"), + weight: math.unit(450, "lb"), + name: "Front", + image: { + source: "./media/characters/mocha-aura/front.svg", + extra: 1907/1817 * (1 / (1 - 0.04)), + bottom: 0.04 + } + }, + back: { + height: math.unit(7 + 5/12, "feet"), + weight: math.unit(450, "lb"), + name: "Back", + image: { + source: "./media/characters/mocha-aura/back.svg", + extra: 1900/1825 * (1 / (1 - 0.045)), + bottom: 0.045 + } + }, + }, + [ + { + name: "Nano", + height: math.unit(1, "nm") + }, + { + name: "Megamicro", + height: math.unit(1, "mm") + }, + { + name: "Micro", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(7 + 5/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(30, "feet") + }, + { + name: "Megamacro", + height: math.unit(3500, "feet") + }, + { + name: "Teramacro", + height: math.unit(500000, "miles") + }, + { + name: "Petamacro", + height: math.unit(50000000000000000 , "parsecs") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({