From 032772c057a926d9cdcd1b0cdd7542984fb80862 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 21 Jan 2022 11:37:18 -0500 Subject: [PATCH] Add forms to Rai and prey capacities to Jazzy --- presets/characters.js | 70 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 60 insertions(+), 10 deletions(-) diff --git a/presets/characters.js b/presets/characters.js index 70b44d1c..4a8120cc 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2840,52 +2840,64 @@ characterMakers.push(() => makeCharacter( front: { height: math.unit(7 + 2/12, "feet"), weight: math.unit(320, "kg"), + preyCapacity: math.unit(0.276549935, "people"), name: "Front", image: { source: "./media/characters/rai/front.svg", extra: 1802/1696, bottom: 68/1870 - } + }, + form: "anthro", + default: true }, frontDressed: { height: math.unit(7 + 2/12, "feet"), weight: math.unit(320, "kg"), + preyCapacity: math.unit(0.276549935, "people"), name: "Front (Dressed)", image: { source: "./media/characters/rai/front-dressed.svg", extra: 1802/1696, bottom: 68/1870 - } + }, + form: "anthro" }, side: { height: math.unit(7 + 2/12, "feet"), weight: math.unit(320, "kg"), + preyCapacity: math.unit(0.276549935, "people"), name: "Side", image: { source: "./media/characters/rai/side.svg", extra: 1789/1710, bottom: 115/1904 - } + }, + form: "anthro" }, back: { height: math.unit(7 + 2/12, "feet"), weight: math.unit(320, "kg"), + preyCapacity: math.unit(0.276549935, "people"), name: "Back", image: { source: "./media/characters/rai/back.svg", extra: 1770/1707, bottom: 28/1798 - } + }, + form: "anthro" }, feral: { height: math.unit(9.5, "feet"), weight: math.unit(640, "kg"), + preyCapacity: math.unit(4, "people"), name: "Feral", image: { source: "./media/characters/rai/feral.svg", extra: 945/553, bottom: 176/1121 - } + }, + form: "feral", + default: true }, dragon: { height: math.unit(23, "feet"), @@ -2895,31 +2907,65 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/rai/dragon.svg", extra: 2498 / 2030, bottom: 85.2 / 2584 - } + }, + form: "dragon", + default: true }, maw: { height: math.unit(1.69, "feet"), name: "Maw", image: { source: "./media/characters/rai/maw.svg" - } + }, + form: "anthro" }, }, [ { name: "Normal", - height: math.unit(7 + 2/12, "feet") + height: math.unit(7 + 2/12, "feet"), + form: "anthro" }, { name: "Big", - height: math.unit(11, "feet") + height: math.unit(11, "feet"), + form: "anthro" + }, + { + name: "Minimacro", + height: math.unit(77, "feet") }, { name: "Macro", height: math.unit(302, "feet"), + default: true, + form: "anthro" + }, + { + name: "Normal", + height: math.unit(9.5, "feet"), + form: "feral", default: true }, - ] + { + name: "Normal", + height: math.unit(23, "feet"), + form: "dragon", + default: true + } + ], + { + "anthro": { + name: "Anthro", + default: true + }, + "feral": { + name: "Feral", + }, + "dragon": { + name: "Dragon", + }, + } )) characterMakers.push(() => makeCharacter( @@ -2928,6 +2974,7 @@ characterMakers.push(() => makeCharacter( frontDressed: { height: math.unit(216, "feet"), weight: math.unit(7000000, "lb"), + preyCapacity: math.unit(1321, "people"), name: "Front (Dressed)", image: { source: "./media/characters/jazzy/front-dressed.svg", @@ -2938,6 +2985,7 @@ characterMakers.push(() => makeCharacter( backDressed: { height: math.unit(216, "feet"), weight: math.unit(7000000, "lb"), + preyCapacity: math.unit(1321, "people"), name: "Back (Dressed)", image: { source: "./media/characters/jazzy/back-dressed.svg", @@ -2948,6 +2996,7 @@ characterMakers.push(() => makeCharacter( front: { height: math.unit(216, "feet"), weight: math.unit(7000000, "lb"), + preyCapacity: math.unit(1321, "people"), name: "Front", image: { source: "./media/characters/jazzy/front.svg", @@ -2958,6 +3007,7 @@ characterMakers.push(() => makeCharacter( back: { height: math.unit(216, "feet"), weight: math.unit(7000000, "lb"), + preyCapacity: math.unit(1321, "people"), name: "Back", image: { source: "./media/characters/jazzy/back.svg",