From ccda34d5d8dc59cd01b3aabeb09ab2df95afdac1 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 7 Mar 2020 08:50:48 -0500 Subject: [PATCH] Add Grynn --- media/attribution.js | 20 ++ media/characters/grynn/front.svg | 456 +++++++++++++++++++++++++++++++ presets/characters.js | 54 ++++ 3 files changed, 530 insertions(+) create mode 100644 media/characters/grynn/front.svg diff --git a/media/attribution.js b/media/attribution.js index 4329a06c..e8c60053 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2301,6 +2301,18 @@ const attributionData = { "vercursar" ] }, + { + prefix: "./media/characters/grynn/", + files: [ + { name: "front.svg", source: "https://twitter.com/Gid_g11/status/1175459125091688448" } + ], + authors: [ + "gid-g11" + ], + owners: [ + "eik" + ] + }, { prefix: "./media/characters/gunner-rotthbauer/", files: [ @@ -6307,6 +6319,14 @@ const attributionData = { "name": "Adalfyre", "url": "https://www.furaffinity.net/user/adalfyre", }, + "eik": { + "name": "Eik", + "url": "https://www.furaffinity.net/user/eik/", + }, + "gid-g11": { + "name": "Gid_g11", + "url": "https://twitter.com/Gid_g11/", + }, } } diff --git a/media/characters/grynn/front.svg b/media/characters/grynn/front.svg new file mode 100644 index 00000000..760dc9c9 --- /dev/null +++ b/media/characters/grynn/front.svg @@ -0,0 +1,456 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5adab20f..921a0c55 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -11052,6 +11052,60 @@ characterMakers["Xanthos"] = () => { ) }; +characterMakers["Grynn"] = () => { + return makeCharacter( + "Grynn", + "Grynn", + { + front: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(215, "lb"), + name: "Front", + image: { + source: "./media/characters/grynn/front.svg", + extra: 4627/4209 * (1 / (1 - 0.047)), + bottom: 0.047 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(6, "inches") + }, + { + name: "Normal", + height: math.unit(6 + 3/12, "feet"), + default: true + }, + { + name: "Big", + height: math.unit(104, "feet") + }, + { + name: "Macro", + height: math.unit(944, "feet") + }, + { + name: "Macro+", + height: math.unit(9480, "feet") + }, + { + name: "Megamacro", + height: math.unit(78752, "feet") + }, + { + name: "Megamacro+", + height: math.unit(630128, "feet") + }, + { + name: "Megamacro++", + height: math.unit(3150695, "feet") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({