From 450ce446f5258728a9459fa5b905df2965cc15e8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 29 Feb 2020 21:41:48 -0500 Subject: [PATCH] Add Natalie Nightring --- media/attribution.js | 20 +++++ media/characters/natalie-nightring/front.svg | 84 ++++++++++++++++++++ presets/characters.js | 40 ++++++++++ 3 files changed, 144 insertions(+) create mode 100644 media/characters/natalie-nightring/front.svg diff --git a/media/attribution.js b/media/attribution.js index a37c7f58..64327818 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1982,6 +1982,18 @@ const attributionData = { "mariokartsonicriders" ] }, + { + prefix: "./media/characters/natalie-nightring/", + files: [ + { name: "front.svg", source: "https://twitter.com/NatEdgecomb/status/1210278457789288451" } + ], + authors: [ + "misterdod" + ], + owners: [ + "natedgecomb" + ] + }, { prefix: "./media/characters/nibbles/", files: [ @@ -3612,6 +3624,14 @@ const attributionData = { "name": "Umbra Husky", "url": "https://twitter.com/UmbraHusky", }, + "misterdod": { + "name": "DoD", + "url": "https://twitter.com/MisterDoD", + }, + "natedgecomb": { + "name": "NatEdgecomb", + "url": "https://twitter.com/NatEdgecomb", + }, } } diff --git a/media/characters/natalie-nightring/front.svg b/media/characters/natalie-nightring/front.svg new file mode 100644 index 00000000..2e972ab7 --- /dev/null +++ b/media/characters/natalie-nightring/front.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5640e4c6..c7d71bca 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -7008,6 +7008,46 @@ characterMakers["Luka"] = () => { ) }; +characterMakers["Natalie Nightring"] = () => { + return makeCharacter( + "Natalie Nightring", + "NatEdgecomb", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/natalie-nightring/front.svg" + } + }, + }, + [ + { + name: "Uh Oh", + height: math.unit(0.1, "mm") + }, + { + name: "Small", + height: math.unit(3, "inches") + }, + { + name: "Human Scale", + height: math.unit(6, "feet") + }, + { + name: "Librarian", + height: math.unit(50, "feet"), + default: true + }, + { + name: "Immense", + height: math.unit(200, "miles") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({