From bdc6ffa805766a8177b05590a2270459f9daa43b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 9 Mar 2020 15:13:58 -0400 Subject: [PATCH] Add Shiroryu --- media/attribution.js | 16 ++ media/characters/shiroryu/front.svg | 237 ++++++++++++++++++++++++++++ presets/characters.js | 48 ++++++ 3 files changed, 301 insertions(+) create mode 100644 media/characters/shiroryu/front.svg diff --git a/media/attribution.js b/media/attribution.js index e0623a51..1214e099 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -3876,6 +3876,18 @@ const attributionData = { "shingo" ] }, + { + prefix: "./media/characters/shiroryu/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35315731/" } + ], + authors: [ + "windofthewin" + ], + owners: [ + "roxas00137" + ] + }, { prefix: "./media/characters/snow-gabumon/", files: [ @@ -6796,6 +6808,10 @@ const attributionData = { "name": "jagaz", "url": "https://www.furaffinity.net/user/jagaz", }, + "windofthewin": { + "name": "windofthewin", + "url": "https://www.furaffinity.net/user/windofthewin", + }, } } diff --git a/media/characters/shiroryu/front.svg b/media/characters/shiroryu/front.svg new file mode 100644 index 00000000..cf7296d1 --- /dev/null +++ b/media/characters/shiroryu/front.svg @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9607ab04..a23e73a6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -12272,6 +12272,54 @@ characterMakers["Coatl"] = () => { ) }; +characterMakers["Shiroryu"] = () => { + return makeCharacter( + "Shiroryu", + "Roxas00137", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(50, "kg"), + name: "front", + image: { + source: "./media/characters/shiroryu/front.svg", + extra: 1990/1935 + } + }, + }, + [ + { + name: "Mortal Mingling", + height: math.unit(3, "meters") + }, + { + name: "Kaiju-ish", + height: math.unit(250, "meters") + }, + { + name: "Somewhat Godly", + height: math.unit(400, "km"), + default: true + }, + { + name: "Planetary", + height: math.unit(300, "megameters") + }, + { + name: "Galaxy-dwarfing", + height: math.unit(450, "kiloparsecs") + }, + { + name: "Universe Eater", + height: math.unit(150, "gigaparsecs") + }, + { + name: "Almost Immeasurable", + height: math.unit(1.3e266, "yottaparsecs") + }, + ] + ) +}; function makeCharacters() { const results = []; results.push({