|
|
|
@@ -1963,7 +1963,8 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
goo: { |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
weight: math.unit(3000, "lb"), |
|
|
|
weight: math.unit(3600, "lb"), |
|
|
|
volume: math.unit(1000, "liters"), |
|
|
|
capacity: math.unit(6, "people"), |
|
|
|
name: "Goo", |
|
|
|
image: { |
|
|
|
@@ -1982,6 +1983,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
gooCeiling: { |
|
|
|
height: math.unit(6.6, "feet"), |
|
|
|
weight: math.unit(3000, "lb"), |
|
|
|
volume: math.unit(1000, "liters"), |
|
|
|
capacity: math.unit(6, "people"), |
|
|
|
name: "Goo (Ceiling)", |
|
|
|
image: { |
|
|
|
@@ -2024,7 +2026,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
capacity: math.unit(6, "people"), |
|
|
|
name: "Goo (Lounging)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fen/goo.svg", |
|
|
|
source: "./media/characters/fen/goo-lounging.svg", |
|
|
|
bottom: 116 / 613 |
|
|
|
} |
|
|
|
}, |
|
|
|
|