From 451e6ff60345a3cfdad62b9efe122bc49fecc215 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 5 Mar 2020 14:30:03 -0500 Subject: [PATCH] Add Lukonous --- media/attribution.js | 20 ++ media/characters/lykonous/kaiju.svg | 333 ++++++++++++++++++++++++++++ presets/characters.js | 45 ++++ 3 files changed, 398 insertions(+) create mode 100644 media/characters/lykonous/kaiju.svg diff --git a/media/attribution.js b/media/attribution.js index afd9968d..a3003c2e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2608,6 +2608,18 @@ const attributionData = { "umbrahusky" ] }, + { + prefix: "./media/characters/lykonous/", + files: [ + { name: "kaiju.svg", source: "https://www.deviantart.com/mokoshan/art/Kaiju-Lykos-830415325" } + ], + authors: [ + "mokoshan" + ], + owners: [ + "roxas00137" + ] + }, { prefix: "./media/characters/major-colonel/", files: [ @@ -5693,6 +5705,14 @@ const attributionData = { "name": "SomedayNotSoon", "url": "https://twitter.com/SomedayNS/", }, + "roxas00137": { + "name": "Roxas00137", + "url": "https://www.furaffinity.net/user/roxas00137/", + }, + "mokoshan": { + "name": "Mokoshan", + "url": "https://www.deviantart.com/mokoshan", + }, } } diff --git a/media/characters/lykonous/kaiju.svg b/media/characters/lykonous/kaiju.svg new file mode 100644 index 00000000..a2438bf4 --- /dev/null +++ b/media/characters/lykonous/kaiju.svg @@ -0,0 +1,333 @@ + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7aad9461..3c2a4201 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -9658,6 +9658,51 @@ characterMakers["Mel"] = () => { ) }; +characterMakers["Lykonous"] = () => { + return makeCharacter( + "Lykonous", + "Lykonous", + { + kaiju: { + height: math.unit(1.75, "meters"), + weight: math.unit(55, "kg"), + name: "Kaiju", + image: { + source: "./media/characters/lykonous/kaiju.svg", + extra: 1055/946 * (1 / (1 - 0.135)), + bottom: 0.135 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2.5, "meters") + }, + { + name: "Kaiju Dragon", + height: math.unit(60, "meters") + }, + { + name: "Mega Kaiju", + height: math.unit(120, "km") + }, + { + name: "Giga Kaiju", + height: math.unit(200, "megameters") + }, + { + name: "Terra Kaiju", + height: math.unit(400, "gigameters") + }, + { + name: "Kaiju Dragon God", + height: math.unit(13000, "exaparsecs") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({