From e2b1719ef55bac4a5d19ebf5179acbfede87cb91 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 24 Feb 2020 17:48:45 -0500 Subject: [PATCH] Add Berri --- media/attribution.js | 21 ++++++++++ media/characters/berri/front.svg | 68 ++++++++++++++++++++++++++++++++ presets/characters.js | 36 +++++++++++++++++ 3 files changed, 125 insertions(+) create mode 100644 media/characters/berri/front.svg diff --git a/media/attribution.js b/media/attribution.js index 475dc324..595c5370 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -200,6 +200,19 @@ const attributionData = { "ashtrek" ] }, + { + prefix: "./media/characters/berri/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34510917/" } + ], + authors: [ + "lynxsprout", + "sugarbeans" + ], + owners: [ + "little-big-x110" + ] + }, { prefix: "./media/characters/blake/", files: [ @@ -514,6 +527,10 @@ const attributionData = { name: "LittleBig", url: "https://www.furaffinity.net/user/LittlebigX110" }, + "lynxsprout": { + name: "Lynxsprout", + url: "https://lynxsprout.carrd.co/" + }, "malakhael": { name: "Malakhael", url: "https://www.furaffinity.net/user/malakhael" @@ -566,6 +583,10 @@ const attributionData = { name: "stonerabbit", url: "https://www.furaffinity.net/user/stonerabbit/" }, + "sugarbeans": { + name: "sugarbeans", + url: "https://www.furaffinity.net/user/sugarbeans/" + }, "twitch-the-dragon": { name: "Twitch", url: "https://www.furaffinity.net/user/twitchthedragon/" diff --git a/media/characters/berri/front.svg b/media/characters/berri/front.svg new file mode 100644 index 00000000..405017f5 --- /dev/null +++ b/media/characters/berri/front.svg @@ -0,0 +1,68 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 551fed1f..d0f6baf6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -4374,6 +4374,42 @@ characterMakers["Archy"] = () => { ) }; +characterMakers["Berri"] = () => { + return makeCharacter( + "Berri", + "LittleBig", + { + front: { + height: math.unit(1.65, "meters"), + weight: math.unit(74, "kg"), + name: "Front", + image: { + source: "./media/characters/berri/front.svg" + } + } + }, + [ + { + name: "Normal", + height: math.unit(1.65, "meters") + }, + { + name: "Macro", + height: math.unit(60, "m"), + default: true + }, + { + name: "Megamacro", + height: math.unit(9.213, "km") + }, + { + name: "Planet Eater", + height: math.unit(489, "megameters") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({