From f6839236bd3110f44bf9d8d54c757cd7fa60f17b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 14 Mar 2020 17:27:24 -0400 Subject: [PATCH] Add Isabelle (not from Animal Crossing...) --- media/attribution.js | 20 ++ media/characters/isabelle/front.svg | 467 ++++++++++++++++++++++++++++ presets/characters.js | 53 ++++ 3 files changed, 540 insertions(+) create mode 100644 media/characters/isabelle/front.svg diff --git a/media/attribution.js b/media/attribution.js index 3909305f..04068685 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6099,6 +6099,18 @@ const attributionData = { "shal" ] }, + { + prefix: "./media/characters/isabelle/", + files: [ + { name: "front.svg", source: "https://twitter.com/ThonyDog31/status/1233022480735928321" } + ], + authors: [ + "thornydog31" + ], + owners: [ + "evilwithin" + ] + }, //characters { prefix: "./media/landmarks/", @@ -8420,6 +8432,14 @@ const attributionData = { "name": "Shal", "url": "https://www.furaffinity.net/user/shal/", }, + "thornydog31": { + "name": "ThornyDog31", + "url": "https://twitter.com/ThonyDog31/status/1233022480735928321", + }, + "evilwithin": { + "name": "evilwithin", + "url": "https://www.furaffinity.net/user/evilwithin/ ", + }, } } diff --git a/media/characters/isabelle/front.svg b/media/characters/isabelle/front.svg new file mode 100644 index 00000000..72c689e3 --- /dev/null +++ b/media/characters/isabelle/front.svg @@ -0,0 +1,467 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 0047a4d4..dc2645f6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14653,6 +14653,59 @@ characterMakers["Veski"] = () => { ) }; +characterMakers["Isabelle"] = () => { + return makeCharacter( + "Isabelle", + "evilwithin", + { + front: { + height: math.unit(5 + 7/12, "feet"), + name: "Front", + image: { + source: "./media/characters/isabelle/front.svg", + extra: 2130/1976, + bottom: 0.05 + } + }, + }, + [ + { + name: "Supermicro", + height: math.unit(10, "micrometers") + }, + { + name: "Micro", + height: math.unit(1, "inch") + }, + { + name: "Tiny", + height: math.unit(5, "inches") + }, + { + name: "Standard", + height: math.unit(5 + 7/12, "inches") + }, + { + name: "Macro", + height: math.unit(80, "meters"), + default: true + }, + { + name: "Megamacro", + height: math.unit(250, "meters") + }, + { + name: "Gigamacro", + height: math.unit(5, "km") + }, + { + name: "Cosmic", + height: math.unit(2.5e6, "miles") + }, + ] + ) +}; + //characters function makeCharacters() {