From 98a20bcd99014ffec0a3b08cb8fb54a31b7673af Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 8 Apr 2020 13:11:01 -0400 Subject: [PATCH] Add Person --- media/attribution.js | 16 + media/characters/person/front.svg | 1740 +++++++++++++++++++++++++++++ presets/characters.js | 35 + 3 files changed, 1791 insertions(+) create mode 100644 media/characters/person/front.svg diff --git a/media/attribution.js b/media/attribution.js index 3dc0ef14..3640b0ca 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8449,6 +8449,18 @@ const attributionData = { "scream" ] }, + { + prefix: "./media/characters/person/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "mrperson" + ], + owners: [ + "mrperson" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -11703,6 +11715,10 @@ const attributionData = { "name": "Cool3DModel", "url": "https://www.thingiverse.com/thing:2445539", }, + "mrperson": { + "name": "MrPerson", + "url": "https://www.furaffinity.net/user/mrperson/", + }, } } diff --git a/media/characters/person/front.svg b/media/characters/person/front.svg new file mode 100644 index 00000000..2d729b86 --- /dev/null +++ b/media/characters/person/front.svg @@ -0,0 +1,1740 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e283bc60..e81aec65 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -18978,6 +18978,41 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Person", species: "Catdragon" }, + { + front: { + height: math.unit(5, "feet"), + weight: math.unit(187, "lb"), + name: "Front", + image: { + source: "./media/characters/person/front.svg", + extra: 3087/2945, + bottom: 91/3181 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(5, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(90, "feet") + }, + { + name: "Max Size", + height: math.unit(280, "feet") + }, + ] +)) //characters function makeCharacters() {