From 1bb31cab43fb50aff919a892f36ae5e17c70ae21 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 5 Mar 2020 17:29:21 -0500 Subject: [PATCH] Add Chauncey (aka Chantz) --- media/attribution.js | 16 ++ media/characters/chauncey-chantz/front.svg | 253 +++++++++++++++++++++ presets/characters.js | 45 ++++ 3 files changed, 314 insertions(+) create mode 100644 media/characters/chauncey-chantz/front.svg diff --git a/media/attribution.js b/media/attribution.js index 4bcc1468..bc34c385 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1621,6 +1621,18 @@ const attributionData = { "knoem" ] }, + { + prefix: "./media/characters/chauncey-chantz/", + files: [ + { name: "front.svg", source: "https://twitter.com/rygalo43/status/1223854596243648513?s=21" } + ], + authors: [ + "rygalo" + ], + owners: [ + "rygalo" + ] + }, { prefix: "./media/characters/chez/", files: [ @@ -5844,6 +5856,10 @@ const attributionData = { "name": "elusive-umbreon", "url": "https://www.furaffinity.net/user/elusive-umbreon/", }, + "rygalo": { + "name": "RyGaLo", + "url": "https://twitter.com/RyGaLo43", + }, } } diff --git a/media/characters/chauncey-chantz/front.svg b/media/characters/chauncey-chantz/front.svg new file mode 100644 index 00000000..a85c09de --- /dev/null +++ b/media/characters/chauncey-chantz/front.svg @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 05d24f88..e3ce676d 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -10026,6 +10026,51 @@ characterMakers["Neo"] = () => { ) }; +characterMakers["Chauncey (Chantz)"] = () => { + return makeCharacter( + "Chauncey (Chantz)", + "RyGaLo", + { + front: { + height: math.unit(13 + 10/12, "feet"), + weight: math.unit(5320, "lb"), + name: "Front", + image: { + source: "./media/characters/chauncey-chantz/front.svg", + extra: 1587/1435 * (1 / (1 - 0.02)), + bottom: 0.02 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(13 + 10/12, "feet") + }, + { + name: "Macro", + height: math.unit(45, "feet") + }, + { + name: "Megamacro", + height: math.unit(250, "miles") + }, + { + name: "Planetary", + height: math.unit(10000, "miles") + }, + { + name: "Galactic", + height: math.unit(3, "gigaparsecs") + }, + { + name: "Universal", + height: math.unit(1, "yottameter") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({