| @@ -54223,6 +54223,7 @@ characterMakers.push(() => makeCharacter( | |||||
| anthroFront: { | anthroFront: { | ||||
| height: math.unit(556, "cm"), | height: math.unit(556, "cm"), | ||||
| weight: math.unit(2650, "kg"), | weight: math.unit(2650, "kg"), | ||||
| preyCapacity: math.unit(3, "people"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/ash´iika/front.svg", | source: "./media/characters/ash´iika/front.svg", | ||||
| @@ -54235,6 +54236,7 @@ characterMakers.push(() => makeCharacter( | |||||
| anthroSide: { | anthroSide: { | ||||
| height: math.unit(556, "cm"), | height: math.unit(556, "cm"), | ||||
| weight: math.unit(2650, "kg"), | weight: math.unit(2650, "kg"), | ||||
| preyCapacity: math.unit(3, "people"), | |||||
| name: "Side", | name: "Side", | ||||
| image: { | image: { | ||||
| source: "./media/characters/ash´iika/side.svg", | source: "./media/characters/ash´iika/side.svg", | ||||
| @@ -54246,6 +54248,7 @@ characterMakers.push(() => makeCharacter( | |||||
| anthroDressed: { | anthroDressed: { | ||||
| height: math.unit(556, "cm"), | height: math.unit(556, "cm"), | ||||
| weight: math.unit(2650, "kg"), | weight: math.unit(2650, "kg"), | ||||
| preyCapacity: math.unit(3, "people"), | |||||
| name: "Dressed", | name: "Dressed", | ||||
| image: { | image: { | ||||
| source: "./media/characters/ash´iika/dressed.svg", | source: "./media/characters/ash´iika/dressed.svg", | ||||
| @@ -54267,6 +54270,7 @@ characterMakers.push(() => makeCharacter( | |||||
| feralSide: { | feralSide: { | ||||
| height: math.unit(870, "cm"), | height: math.unit(870, "cm"), | ||||
| weight: math.unit(17500, "kg"), | weight: math.unit(17500, "kg"), | ||||
| preyCapacity: math.unit(15, "people"), | |||||
| name: "Side", | name: "Side", | ||||
| image: { | image: { | ||||
| source: "./media/characters/ash´iika/feral.svg", | source: "./media/characters/ash´iika/feral.svg", | ||||