| @@ -2840,52 +2840,64 @@ characterMakers.push(() => makeCharacter( | |||||
| front: { | front: { | ||||
| height: math.unit(7 + 2/12, "feet"), | height: math.unit(7 + 2/12, "feet"), | ||||
| weight: math.unit(320, "kg"), | weight: math.unit(320, "kg"), | ||||
| preyCapacity: math.unit(0.276549935, "people"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rai/front.svg", | source: "./media/characters/rai/front.svg", | ||||
| extra: 1802/1696, | extra: 1802/1696, | ||||
| bottom: 68/1870 | bottom: 68/1870 | ||||
| } | |||||
| }, | |||||
| form: "anthro", | |||||
| default: true | |||||
| }, | }, | ||||
| frontDressed: { | frontDressed: { | ||||
| height: math.unit(7 + 2/12, "feet"), | height: math.unit(7 + 2/12, "feet"), | ||||
| weight: math.unit(320, "kg"), | weight: math.unit(320, "kg"), | ||||
| preyCapacity: math.unit(0.276549935, "people"), | |||||
| name: "Front (Dressed)", | name: "Front (Dressed)", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rai/front-dressed.svg", | source: "./media/characters/rai/front-dressed.svg", | ||||
| extra: 1802/1696, | extra: 1802/1696, | ||||
| bottom: 68/1870 | bottom: 68/1870 | ||||
| } | |||||
| }, | |||||
| form: "anthro" | |||||
| }, | }, | ||||
| side: { | side: { | ||||
| height: math.unit(7 + 2/12, "feet"), | height: math.unit(7 + 2/12, "feet"), | ||||
| weight: math.unit(320, "kg"), | weight: math.unit(320, "kg"), | ||||
| preyCapacity: math.unit(0.276549935, "people"), | |||||
| name: "Side", | name: "Side", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rai/side.svg", | source: "./media/characters/rai/side.svg", | ||||
| extra: 1789/1710, | extra: 1789/1710, | ||||
| bottom: 115/1904 | bottom: 115/1904 | ||||
| } | |||||
| }, | |||||
| form: "anthro" | |||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(7 + 2/12, "feet"), | height: math.unit(7 + 2/12, "feet"), | ||||
| weight: math.unit(320, "kg"), | weight: math.unit(320, "kg"), | ||||
| preyCapacity: math.unit(0.276549935, "people"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rai/back.svg", | source: "./media/characters/rai/back.svg", | ||||
| extra: 1770/1707, | extra: 1770/1707, | ||||
| bottom: 28/1798 | bottom: 28/1798 | ||||
| } | |||||
| }, | |||||
| form: "anthro" | |||||
| }, | }, | ||||
| feral: { | feral: { | ||||
| height: math.unit(9.5, "feet"), | height: math.unit(9.5, "feet"), | ||||
| weight: math.unit(640, "kg"), | weight: math.unit(640, "kg"), | ||||
| preyCapacity: math.unit(4, "people"), | |||||
| name: "Feral", | name: "Feral", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rai/feral.svg", | source: "./media/characters/rai/feral.svg", | ||||
| extra: 945/553, | extra: 945/553, | ||||
| bottom: 176/1121 | bottom: 176/1121 | ||||
| } | |||||
| }, | |||||
| form: "feral", | |||||
| default: true | |||||
| }, | }, | ||||
| dragon: { | dragon: { | ||||
| height: math.unit(23, "feet"), | height: math.unit(23, "feet"), | ||||
| @@ -2895,31 +2907,65 @@ characterMakers.push(() => makeCharacter( | |||||
| source: "./media/characters/rai/dragon.svg", | source: "./media/characters/rai/dragon.svg", | ||||
| extra: 2498 / 2030, | extra: 2498 / 2030, | ||||
| bottom: 85.2 / 2584 | bottom: 85.2 / 2584 | ||||
| } | |||||
| }, | |||||
| form: "dragon", | |||||
| default: true | |||||
| }, | }, | ||||
| maw: { | maw: { | ||||
| height: math.unit(1.69, "feet"), | height: math.unit(1.69, "feet"), | ||||
| name: "Maw", | name: "Maw", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rai/maw.svg" | source: "./media/characters/rai/maw.svg" | ||||
| } | |||||
| }, | |||||
| form: "anthro" | |||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | { | ||||
| name: "Normal", | name: "Normal", | ||||
| height: math.unit(7 + 2/12, "feet") | |||||
| height: math.unit(7 + 2/12, "feet"), | |||||
| form: "anthro" | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Big", | name: "Big", | ||||
| height: math.unit(11, "feet") | |||||
| height: math.unit(11, "feet"), | |||||
| form: "anthro" | |||||
| }, | |||||
| { | |||||
| name: "Minimacro", | |||||
| height: math.unit(77, "feet") | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||
| height: math.unit(302, "feet"), | height: math.unit(302, "feet"), | ||||
| default: true, | |||||
| form: "anthro" | |||||
| }, | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(9.5, "feet"), | |||||
| form: "feral", | |||||
| default: true | 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( | characterMakers.push(() => makeCharacter( | ||||
| @@ -2928,6 +2974,7 @@ characterMakers.push(() => makeCharacter( | |||||
| frontDressed: { | frontDressed: { | ||||
| height: math.unit(216, "feet"), | height: math.unit(216, "feet"), | ||||
| weight: math.unit(7000000, "lb"), | weight: math.unit(7000000, "lb"), | ||||
| preyCapacity: math.unit(1321, "people"), | |||||
| name: "Front (Dressed)", | name: "Front (Dressed)", | ||||
| image: { | image: { | ||||
| source: "./media/characters/jazzy/front-dressed.svg", | source: "./media/characters/jazzy/front-dressed.svg", | ||||
| @@ -2938,6 +2985,7 @@ characterMakers.push(() => makeCharacter( | |||||
| backDressed: { | backDressed: { | ||||
| height: math.unit(216, "feet"), | height: math.unit(216, "feet"), | ||||
| weight: math.unit(7000000, "lb"), | weight: math.unit(7000000, "lb"), | ||||
| preyCapacity: math.unit(1321, "people"), | |||||
| name: "Back (Dressed)", | name: "Back (Dressed)", | ||||
| image: { | image: { | ||||
| source: "./media/characters/jazzy/back-dressed.svg", | source: "./media/characters/jazzy/back-dressed.svg", | ||||
| @@ -2948,6 +2996,7 @@ characterMakers.push(() => makeCharacter( | |||||
| front: { | front: { | ||||
| height: math.unit(216, "feet"), | height: math.unit(216, "feet"), | ||||
| weight: math.unit(7000000, "lb"), | weight: math.unit(7000000, "lb"), | ||||
| preyCapacity: math.unit(1321, "people"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/jazzy/front.svg", | source: "./media/characters/jazzy/front.svg", | ||||
| @@ -2958,6 +3007,7 @@ characterMakers.push(() => makeCharacter( | |||||
| back: { | back: { | ||||
| height: math.unit(216, "feet"), | height: math.unit(216, "feet"), | ||||
| weight: math.unit(7000000, "lb"), | weight: math.unit(7000000, "lb"), | ||||
| preyCapacity: math.unit(1321, "people"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/jazzy/back.svg", | source: "./media/characters/jazzy/back.svg", | ||||