From d0050c59601b16357a189385fb1793e51e5acfc5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 1 Mar 2020 18:15:19 -0500 Subject: [PATCH] Add Fliss --- media/attribution.js | 20 ++++ media/characters/fliss/front.svg | 189 +++++++++++++++++++++++++++++++ presets/characters.js | 46 ++++++++ 3 files changed, 255 insertions(+) create mode 100644 media/characters/fliss/front.svg diff --git a/media/attribution.js b/media/attribution.js index b4d40b1f..d37787f8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1685,6 +1685,18 @@ const attributionData = { "chemicalcrux" ] }, + { + prefix: "./media/characters/fliss/", + files: [ + { name: "front.svg", source: "https://twitter.com/Nystre/status/1224867393308106754?s=20" } + ], + authors: [ + "nystre" + ], + owners: [ + "fliss" + ] + }, { prefix: "./media/characters/fluoresce/", files: [ @@ -3809,6 +3821,14 @@ const attributionData = { "name": "Talbot", "url": "https://twitter.com/fucktalbot", }, + "nystre": { + "name": "Nystre", + "url": "https://twitter.com/Nystre/", + }, + "fliss": { + "name": "Fliss", + "url": "https://twitter.com/SwychBun", + }, } } diff --git a/media/characters/fliss/front.svg b/media/characters/fliss/front.svg new file mode 100644 index 00000000..5ddff99e --- /dev/null +++ b/media/characters/fliss/front.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8e15eb6c..9acbfbe4 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -7305,6 +7305,52 @@ characterMakers["Talbot"] = () => { ) }; +characterMakers["Fliss"] = () => { + return makeCharacter( + "Fliss", + "Fliss", + { + front: { + height: math.unit(3 + 3/12, "feet"), + weight: math.unit(51.8, "lb"), + name: "Front", + image: { + source: "./media/characters/fliss/front.svg", + extra: 840/640 + } + }, + }, + [ + { + name: "Teeny Tiny", + height: math.unit(1, "mm") + }, + { + name: "Small", + height: math.unit(1, "inch"), + default: true + }, + { + name: "Standard Sylveon", + height: math.unit(3 + 3/12, "feet") + }, + { + name: "Large Nuisance", + height: math.unit(33, "feet") + }, + { + name: "City Filler", + height: math.unit(3000, "feet") + }, + { + name: "New Horizon", + height: math.unit(6000, "miles") + }, + + ] + ) +}; + function makeCharacters() { const results = []; results.push({