From 8c913f0564ee8ed549ba89611291c692ee52048f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 5 Mar 2020 16:05:46 -0500 Subject: [PATCH] Add Xylrem --- media/attribution.js | 20 ++ media/characters/xylrem/front.svg | 415 ++++++++++++++++++++++++++++++ presets/characters.js | 38 +++ 3 files changed, 473 insertions(+) create mode 100644 media/characters/xylrem/front.svg diff --git a/media/attribution.js b/media/attribution.js index e92f4366..fbbedefa 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -3981,6 +3981,18 @@ const attributionData = { "aviraptia" ] }, + { + prefix: "./media/characters/xylrem/", + files: [ + { name: "front.svg", source: "https://twitter.com/DownbeatMetal/status/1235131515568295937/" } + ], + authors: [ + "caindra" + ], + owners: [ + "downbeatmetal" + ] + }, { prefix: "./media/characters/yakuz/", files: [ @@ -5782,6 +5794,14 @@ const attributionData = { "name": "Koragos", "url": "https://www.furaffinity.net/user/koragos/", }, + "caindra": { + "name": "Caindra", + "url": "https://www.furaffinity.net/user/caindra", + }, + "downbeatmetal": { + "name": "Alklys Chaser", + "url": "https://twitter.com/DownbeatMetal", + }, } } diff --git a/media/characters/xylrem/front.svg b/media/characters/xylrem/front.svg new file mode 100644 index 00000000..ad228163 --- /dev/null +++ b/media/characters/xylrem/front.svg @@ -0,0 +1,415 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index bf8ea329..29967679 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -9874,6 +9874,44 @@ characterMakers["Koragos"] = () => { ) }; +characterMakers["Xylrem"] = () => { + return makeCharacter( + "Xylrem", + "", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(250, "lb"), + name: "Front", + image: { + source: "./media/characters/xylrem/front.svg", + extra: 3323/3050 * (1 / (1 - 0.065)), + bottom: 0.065 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(4, "feet") + }, + { + name: "Normal", + height: math.unit(16, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(2720, "feet") + }, + { + name: "Megamacro", + height: math.unit(25000, "miles") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({