From 8927f4e65d42a9c497809a849ddcb62d41b0292b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 6 May 2020 14:25:00 -0400 Subject: [PATCH] Add Alex --- media/attribution.js | 12 + media/characters/alex/front.svg | 747 ++++++++++++++++++++++++++++++++ presets/characters.js | 34 ++ 3 files changed, 793 insertions(+) create mode 100644 media/characters/alex/front.svg diff --git a/media/attribution.js b/media/attribution.js index d2ca6503..7f1879f7 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9536,6 +9536,18 @@ const attributionData = { "ludicollision" ] }, + { + prefix: "./media/characters/alex/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36237553/" } + ], + authors: [ + "ikidami" + ], + owners: [ + "jasmith" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/alex/front.svg b/media/characters/alex/front.svg new file mode 100644 index 00000000..79e612cf --- /dev/null +++ b/media/characters/alex/front.svg @@ -0,0 +1,747 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c6d8351d..e91181ef 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -22073,6 +22073,40 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Alex", species: "Bayleef" }, + { + front: { + height: math.unit(11, "feet"), + weight: math.unit(1000, "lb"), + name: "Front", + image: { + source: "./media/characters/alex/front.svg", + bottom: 44.5/620 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(5, "inches") + }, + { + name: "Normal", + height: math.unit(11, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(9.5e9, "feet") + }, + { + name: "Max Size", + height: math.unit(1.57e283, "yottameters") + }, + ] +)) + //characters function makeCharacters() {