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