From 285c549b78ec108bffb2599741437540ee17751d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 5 Mar 2020 13:41:21 -0500 Subject: [PATCH] Add Sven the Kaiju --- media/attribution.js | 20 +++ media/characters/sven-the-kaiju/front.svg | 164 ++++++++++++++++++++++ presets/characters.js | 34 +++++ 3 files changed, 218 insertions(+) create mode 100644 media/characters/sven-the-kaiju/front.svg diff --git a/media/attribution.js b/media/attribution.js index 8bc71f02..59674d30 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -3633,6 +3633,18 @@ const attributionData = { "movler" ] }, + { + prefix: "./media/characters/sven-the-kaiju/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32824691/" } + ], + authors: [ + "moshi-the-bobcat" + ], + owners: [ + "ofactionman" + ] + }, { prefix: "./media/characters/talan/", files: [ @@ -5631,6 +5643,14 @@ const attributionData = { "name": "Kona", "url": "https://twitter.com/oversizedstag", }, + "ofactionman": { + "name": "OfActionMan", + "url": "https://www.furaffinity.net/user/ofactionman/", + }, + "moshi-the-bobcat": { + "name": "Moshi the Bobcat", + "url": "https://www.furaffinity.net/user/moshi.the.bobcat", + }, } } diff --git a/media/characters/sven-the-kaiju/front.svg b/media/characters/sven-the-kaiju/front.svg new file mode 100644 index 00000000..70c507b3 --- /dev/null +++ b/media/characters/sven-the-kaiju/front.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f590b8a0..3ad7be8d 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -9540,6 +9540,40 @@ characterMakers["BMC"] = () => { ) }; +characterMakers["Sven the Kaiju"] = () => { + return makeCharacter( + "Sven the Kaiju", + "OfActionMan", + { + front: { + height: math.unit(20, "feet"), + weight: math.unit(2016, "kg"), + name: "Front", + image: { + source: "./media/characters/sven-the-kaiju/front.svg", + extra: 1479/1449 * (1 / (1 - 0.05)), + bottom: 0.05 + } + }, + }, + [ + { + name: "Fairy", + height: math.unit(6, "inches") + }, + { + name: "Normal", + height: math.unit(20, "feet"), + default: true + }, + { + name: "Rampage", + height: math.unit(200, "feet") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({