From 255a557a3a330f95b9a43af7a1a0a6e64060bdac Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 27 Mar 2020 19:32:16 -0400 Subject: [PATCH] Add Quatzi --- media/attribution.js | 16 + media/characters/quatzi/front.svg | 601 ++++++++++++++++++++++++++++++ presets/characters.js | 32 ++ 3 files changed, 649 insertions(+) create mode 100644 media/characters/quatzi/front.svg diff --git a/media/attribution.js b/media/attribution.js index ca9bb6b9..0bc46b20 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8123,6 +8123,18 @@ const attributionData = { "neon-the-good-draggy" ] }, + { + prefix: "./media/characters/quatzi/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31068454/" } + ], + authors: [ + "meep" + ], + owners: [ + "chomp-chi" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -11188,6 +11200,10 @@ const attributionData = { "name": "Neon_the_good_draggy", "url": "https://www.furaffinity.net/user/neonthegooddraggy/", }, + "chomp-chi": { + "name": "chomp-chi", + "url": "https://www.furaffinity.net/user/chomp-chi", + }, } } diff --git a/media/characters/quatzi/front.svg b/media/characters/quatzi/front.svg new file mode 100644 index 00000000..12664d1b --- /dev/null +++ b/media/characters/quatzi/front.svg @@ -0,0 +1,601 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 72e48ef5..1b0f8bc7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19802,6 +19802,38 @@ characterMakers["Seroko"] = () => { ) }; +2242 + +characterMakers["Quatzi"] = () => { + return makeCharacter( + "Quatzi", + "chomp-chi", + { + front: { + height: math.unit(5.5, "feet"), + weight: math.unit(160, "lb"), + name: "Front", + image: { + source: "./media/characters/quatzi/front.svg", + extra: 2346/2242, + bottom: 0.015 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5.5, "feet"), + default: true + }, + { + name: "Big", + height: math.unit(7.7, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {