| @@ -57463,7 +57463,8 @@ characterMakers.push(() => makeCharacter( | |||||
| { | { | ||||
| side: { | side: { | ||||
| height: math.unit(6, "meters"), | height: math.unit(6, "meters"), | ||||
| weight: math.unit(300, "kg"), | |||||
| weight: math.unit(3400, "kg"), | |||||
| preyCapacity: math.unit(1700, "liters"), | |||||
| name: "Side", | name: "Side", | ||||
| image: { | image: { | ||||
| source: "./media/characters/hass/side.svg", | source: "./media/characters/hass/side.svg", | ||||
| @@ -57473,7 +57474,8 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| feeding: { | feeding: { | ||||
| height: math.unit(6, "meters"), | height: math.unit(6, "meters"), | ||||
| weight: math.unit(300, "kg"), | |||||
| weight: math.unit(3400, "kg"), | |||||
| preyCapacity: math.unit(1700, "liters"), | |||||
| name: "Feeding", | name: "Feeding", | ||||
| image: { | image: { | ||||
| source: "./media/characters/hass/feeding.svg", | source: "./media/characters/hass/feeding.svg", | ||||