From b4f8fbb7a8359ede75b0a35b681324845dddd553 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 15 Mar 2021 10:22:40 -0400 Subject: [PATCH] Add Maxine --- media/attribution.js | 16 + media/characters/maxine/front.svg | 1119 +++++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1158 insertions(+) create mode 100644 media/characters/maxine/front.svg diff --git a/media/attribution.js b/media/attribution.js index 0f7c93e8..3d5a1415 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15081,6 +15081,18 @@ const attributionData = { "tigbun" ] }, + { + prefix: "./media/characters/maxine/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "kuhlayduskopik" + ], + owners: [ + "kuhlayduskopik" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20669,6 +20681,10 @@ const attributionData = { "name": "Tigbun", "url": "https://www.furaffinity.net/user/tigbun/" }, + "kuhlayduskopik": { + "name": "kuhlayduskopik", + "url": "https://twitter.com/kuhlayduskopik" + }, } } diff --git a/media/characters/maxine/front.svg b/media/characters/maxine/front.svg new file mode 100644 index 00000000..67b19381 --- /dev/null +++ b/media/characters/maxine/front.svg @@ -0,0 +1,1119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 15d063a0..2bf9a3b2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -39909,6 +39909,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Maxine", species: ["human"], tags: ["anthro"] }, + { + front: { + height: math.unit(5, "feet"), + weight: math.unit(105, "lb"), + name: "Front", + image: { + source: "./media/characters/maxine/front.svg", + extra: 1386/1250, + bottom: 71/1457 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {