From 9c51c087511b1634a7bbaa7f6fecf6912395ab71 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 18 Mar 2020 14:15:00 -0400 Subject: [PATCH] Add Storm Alystar --- media/attribution.js | 20 + media/characters/storm-alystar/front.svg | 539 +++++++++++++++++++++++ presets/characters.js | 38 ++ 3 files changed, 597 insertions(+) create mode 100644 media/characters/storm-alystar/front.svg diff --git a/media/attribution.js b/media/attribution.js index 48b615de..bce421c9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7007,6 +7007,18 @@ const attributionData = { "thatdratini" ] }, + { + prefix: "./media/characters/storm-alystar/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33198784/" } + ], + authors: [ + "bobbylontra" + ], + owners: [ + "thunderbum" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9666,6 +9678,14 @@ const attributionData = { "name": "Desta", "url": "https://www.furaffinity.net/user/thatdratini/", }, + "thunderbum": { + "name": "Thunderbum", + "url": "https://www.furaffinity.net/user/thunderbum/", + }, + "bobbylontra": { + "name": "BobbyLontra", + "url": "https://twitter.com/BobbyLontra", + }, } } diff --git a/media/characters/storm-alystar/front.svg b/media/characters/storm-alystar/front.svg new file mode 100644 index 00000000..82c4aa4a --- /dev/null +++ b/media/characters/storm-alystar/front.svg @@ -0,0 +1,539 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f4a7e383..505cfb6a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17084,6 +17084,44 @@ characterMakers["Desta"] = () => { ) }; +characterMakers["Storm Alystar"] = () => { + return makeCharacter( + "Storm Alystar", + "Thunderbum", + { + front: { + height: math.unit(10, "feet"), + weight: math.unit(700, "lb"), + name: "Front", + image: { + source: "./media/characters/storm-alystar/front.svg", + extra: 2112/1898, + bottom: 0.034 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(3.5, "inches") + }, + { + name: "Normal", + height: math.unit(10, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(400, "feet") + }, + { + name: "Deific", + height: math.unit(60, "miles") + }, + ] + ) +}; + //characters