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