| @@ -3200,6 +3200,7 @@ characterMakers.push(() => makeCharacter( | |||||
| front: { | front: { | ||||
| height: math.unit(5, "feet"), | height: math.unit(5, "feet"), | ||||
| weight: math.unit(90, "kg"), | weight: math.unit(90, "kg"), | ||||
| preyCapacity: math.unit(14, "people"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/fory/front.svg", | source: "./media/characters/fory/front.svg", | ||||
| @@ -3226,6 +3227,7 @@ characterMakers.push(() => makeCharacter( | |||||
| back: { | back: { | ||||
| height: math.unit(5, "feet"), | height: math.unit(5, "feet"), | ||||
| weight: math.unit(90, "kg"), | weight: math.unit(90, "kg"), | ||||
| preyCapacity: math.unit(14, "people"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/fory/back.svg", | source: "./media/characters/fory/back.svg", | ||||
| @@ -3273,6 +3275,7 @@ characterMakers.push(() => makeCharacter( | |||||
| bunBack: { | bunBack: { | ||||
| height: math.unit(3, "feet"), | height: math.unit(3, "feet"), | ||||
| weight: math.unit(20, "kg"), | weight: math.unit(20, "kg"), | ||||
| preyCapacity: math.unit(3, "people"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/fory/bun-back.svg", | source: "./media/characters/fory/bun-back.svg", | ||||