From 6d290d1f0b73ca596c78887b35abb838f66cf940 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 5 Mar 2020 13:34:34 -0500 Subject: [PATCH] Add BMC --- media/attribution.js | 12 ++++ media/characters/bmc/front.svg | 105 +++++++++++++++++++++++++++++++++ presets/characters.js | 42 +++++++++++++ 3 files changed, 159 insertions(+) create mode 100644 media/characters/bmc/front.svg diff --git a/media/attribution.js b/media/attribution.js index 877491fe..8bc71f02 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1560,6 +1560,18 @@ const attributionData = { "kurrikage" ] }, + { + prefix: "./media/characters/bmc/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35295996/" } + ], + authors: [ + "bigmountaincat" + ], + owners: [ + "bigmountaincat" + ] + }, { prefix: "./media/characters/carley/", files: [ diff --git a/media/characters/bmc/front.svg b/media/characters/bmc/front.svg new file mode 100644 index 00000000..12dcd837 --- /dev/null +++ b/media/characters/bmc/front.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f20fecc9..f590b8a0 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -9498,6 +9498,48 @@ characterMakers["Levi"] = () => { ) }; +characterMakers["BMC"] = () => { + return makeCharacter( + "BMC", + "BigMountainCat", + { + front: { + height: math.unit(6 + 4/12, "feet"), + weight: math.unit(188, "lb"), + name: "Front", + image: { + source: "./media/characters/bmc/front.svg", + extra: 1067/1022 * (1 / (1 - 0.047)), + bottom: 0.047 + } + }, + }, + [ + { + name: "Human-sized", + height: math.unit(6 + 4/12, "feet") + }, + { + name: "Small", + height: math.unit(250, "feet") + }, + { + name: "Normal", + height: math.unit(1250, "feet"), + default: true + }, + { + name: "Good Day", + height: math.unit(88, "miles") + }, + { + name: "Largest Measured Size", + height: math.unit(11.2e6, "lightyears") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({