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