From c6fc8846c3fcc104c476e636a2cd50443b1e93ec Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 13 Mar 2020 14:10:40 -0400 Subject: [PATCH] Add Maxwell --- media/attribution.js | 20 ++ media/characters/maxwell/front.svg | 286 +++++++++++++++++++++++++++++ presets/characters.js | 37 ++++ 3 files changed, 343 insertions(+) create mode 100644 media/characters/maxwell/front.svg diff --git a/media/attribution.js b/media/attribution.js index 0d0c7748..28c26171 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5944,6 +5944,18 @@ const attributionData = { "deerpuff" ] }, + { + prefix: "./media/characters/maxwell/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35356275/" } + ], + authors: [ + "matamii" + ], + owners: [ + "ruby02" + ] + }, //characters { prefix: "./media/landmarks/", @@ -8189,6 +8201,14 @@ const attributionData = { "name": "Theshibboleth", "url": "https://commons.wikimedia.org/wiki/Special:Contributions/Theshibboleth", }, + "ruby02": { + "name": "Ruby_02", + "url": "https://www.furaffinity.net/user/ruby02/", + }, + "matamii": { + "name": "Matamii", + "url": "https://twitter.com/Matamii2?s=09", + }, } } diff --git a/media/characters/maxwell/front.svg b/media/characters/maxwell/front.svg new file mode 100644 index 00000000..ac247eed --- /dev/null +++ b/media/characters/maxwell/front.svg @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c9c3b06b..ff7b1344 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14223,6 +14223,43 @@ characterMakers["Blue Feyonics"] = () => { ) }; +characterMakers["Maxwell"] = () => { + return makeCharacter( + "Maxwell", + "Ruby_02", + { + front: { + height: math.unit(1.8, "meters"), + weight: math.unit(60, "kg"), + name: "Front", + image: { + source: "./media/characters/maxwell/front.svg", + extra: 2060/1873 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(1, "mm") + }, + { + name: "Normal", + height: math.unit(1.8, "meter"), + default: true + }, + { + name: "Macro", + height: math.unit(30, "meters") + }, + { + name: "Megamacro", + height: math.unit(10, "km") + }, + ] + ) +}; + //characters function makeCharacters() {