From 1515c0b616936f1dede12641b0d06b5816476fda Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 3 Mar 2020 21:25:37 -0500 Subject: [PATCH] Add Zyas --- media/attribution.js | 20 +++++ media/characters/zyas/front.svg | 133 ++++++++++++++++++++++++++++++++ presets/characters.js | 39 ++++++++++ 3 files changed, 192 insertions(+) create mode 100644 media/characters/zyas/front.svg diff --git a/media/attribution.js b/media/attribution.js index 8300d3a5..8c5883be 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -3644,6 +3644,18 @@ const attributionData = { "zeroalurus" ] }, + { + prefix: "./media/characters/zyas/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34495208/" } + ], + authors: [ + "geodani" + ], + owners: [ + "delathar" + ] + }, { prefix: "./media/landmarks/", files: [ @@ -5092,6 +5104,14 @@ const attributionData = { "name": "MoodysterDog", "url": "https://twitter.com/MoodysterDog", }, + "geodani": { + "name": "Geodani", + "url": "https://www.furaffinity.net/user/geodani", + }, + "delathar": { + "name": "Delathar", + "url": "https://www.furaffinity.net/user/delathar/", + }, } } diff --git a/media/characters/zyas/front.svg b/media/characters/zyas/front.svg new file mode 100644 index 00000000..22109f11 --- /dev/null +++ b/media/characters/zyas/front.svg @@ -0,0 +1,133 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 32ac9532..afacc553 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -8298,6 +8298,45 @@ characterMakers["Moody"] = () => { ) }; +characterMakers["Zyas"] = () => { + return makeCharacter( + "Zyas", + "Delathar", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/zyas/front.svg", + extra: 1180/1120 * (1 / (1 - 0.045)), + bottom: 0.045 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(10, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(500, "feet") + }, + { + name: "Megamacro", + height: math.unit(5, "miles") + }, + { + name: "Teramacro", + height: math.unit(150000, "miles") + }, + ] + ) +}; + + function makeCharacters() { const results = []; results.push({