From c5c5efa9ca3869e756c73fd858bc00fd242cfa5a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 5 Mar 2020 14:41:39 -0500 Subject: [PATCH] =?UTF-8?q?Add=20Bl=C3=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- media/attribution.js | 20 ++ media/characters/blü/front.svg | 412 ++++++++++++++++++++++++++++++++ presets/characters.js | 58 +++++ 3 files changed, 490 insertions(+) create mode 100644 media/characters/blü/front.svg diff --git a/media/attribution.js b/media/attribution.js index a3003c2e..0d723ac5 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1560,6 +1560,18 @@ const attributionData = { "kurrikage" ] }, + { + prefix: "./media/characters/blü/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/30608202/" } + ], + authors: [ + "booshie" + ], + owners: [ + "bluthefagon" + ] + }, { prefix: "./media/characters/bmc/", files: [ @@ -5713,6 +5725,14 @@ const attributionData = { "name": "Mokoshan", "url": "https://www.deviantart.com/mokoshan", }, + "bluthefagon": { + "name": "Blu", + "url": "https://www.furaffinity.net/user/bigblufag", + }, + "booshie": { + "name": "Booshie", + "url": "https://www.furaffinity.net/user/booshie/", + }, } } diff --git a/media/characters/blü/front.svg b/media/characters/blü/front.svg new file mode 100644 index 00000000..cd2dcc29 --- /dev/null +++ b/media/characters/blü/front.svg @@ -0,0 +1,412 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3c2a4201..9c042ca1 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -9703,6 +9703,64 @@ characterMakers["Lykonous"] = () => { ) }; +characterMakers["Blü"] = () => { + return makeCharacter( + "Blü", + "BluTheFagon", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/blü/front.svg", + extra: 1883/1564 * (1 / (1 - 0.031)), + bottom: 0.031 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(13, "feet"), + default: true + }, + { + name: "Big Boi", + height: math.unit(150, "meters") + }, + { + name: "Mini Stomper", + height: math.unit(300, "meters") + }, + { + name: "Macro", + height: math.unit(1000, "meters") + }, + { + name: "Megamacro", + height: math.unit(11000, "meters") + }, + { + name: "Gigamacro", + height: math.unit(11000, "km") + }, + { + name: "Teramacro", + height: math.unit(420000, "km") + }, + { + name: "Examacro", + height: math.unit(120, "parsecs") + }, + { + name: "God Tho", + height: math.unit(98000000000, "parsecs") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({