From c4f16a1c5ec502496b702c27a70e1fabbfbdbbad Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 5 Mar 2020 17:21:41 -0500 Subject: [PATCH] Add Neo --- media/attribution.js | 20 +++++ media/characters/neo/front.svg | 154 +++++++++++++++++++++++++++++++++ presets/characters.js | 28 ++++++ 3 files changed, 202 insertions(+) create mode 100644 media/characters/neo/front.svg diff --git a/media/attribution.js b/media/attribution.js index 9dd23705..4bcc1468 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2974,6 +2974,18 @@ const attributionData = { "cilenomon" ] }, + { + prefix: "./media/characters/neo/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "bastienl" + ], + owners: [ + "elusive-umbreon" + ] + }, { prefix: "./media/characters/nibbles/", files: [ @@ -5824,6 +5836,14 @@ const attributionData = { "name": "Ikideru", "url": "https://www.furaffinity.net/user/ikiderusheppy/", }, + "bastienl": { + "name": "bastienL", + "url": " https://www.furaffinity.net/user/bastienl/", + }, + "elusive-umbreon": { + "name": "elusive-umbreon", + "url": "https://www.furaffinity.net/user/elusive-umbreon/", + }, } } diff --git a/media/characters/neo/front.svg b/media/characters/neo/front.svg new file mode 100644 index 00000000..8b71c813 --- /dev/null +++ b/media/characters/neo/front.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 41e64fc0..05d24f88 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -9998,6 +9998,34 @@ characterMakers["Ikideru"] = () => { ) }; +characterMakers["Neo"] = () => { + return makeCharacter( + "Neo", + "neonsnake", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/neo/front.svg" + } + }, + }, + [ + { + name: "Micro", + height: math.unit(2, "inches"), + default: true + }, + { + name: "Human Size", + height: math.unit(5 + 8/12, "feet") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({