| @@ -1889,7 +1889,7 @@ characterMakers.push(() => makeCharacter( | |||
| { | |||
| front: { | |||
| height: math.unit(12, "feet"), | |||
| weight: math.unit(1600, "lb"), | |||
| weight: math.unit(2400, "lb"), | |||
| name: "Front", | |||
| image: { | |||
| source: "./media/characters/fen/front.svg", | |||
| @@ -1899,7 +1899,7 @@ characterMakers.push(() => makeCharacter( | |||
| }, | |||
| diving: { | |||
| height: math.unit(4.9, "meters"), | |||
| weight: math.unit(1600, "lb"), | |||
| weight: math.unit(2400, "lb"), | |||
| name: "Diving", | |||
| image: { | |||
| source: "./media/characters/fen/diving.svg" | |||
| @@ -1907,7 +1907,7 @@ characterMakers.push(() => makeCharacter( | |||
| }, | |||
| goo: { | |||
| height: math.unit(12, "feet"), | |||
| weight: math.unit(1600, "lb"), | |||
| weight: math.unit(3000, "lb"), | |||
| capacity: math.unit(6, "people"), | |||
| name: "Goo", | |||
| image: { | |||
| @@ -1925,7 +1925,7 @@ characterMakers.push(() => makeCharacter( | |||
| }, | |||
| gooCeiling: { | |||
| height: math.unit(6.6, "feet"), | |||
| weight: math.unit(1600, "lb"), | |||
| weight: math.unit(3000, "lb"), | |||
| capacity: math.unit(6, "people"), | |||
| name: "Goo (Ceiling)", | |||
| image: { | |||
| @@ -1934,7 +1934,7 @@ characterMakers.push(() => makeCharacter( | |||
| }, | |||
| back: { | |||
| height: math.unit(12, "feet"), | |||
| weight: math.unit(1600, "lb"), | |||
| weight: math.unit(2400, "lb"), | |||
| name: "Back", | |||
| image: { | |||
| source: "./media/characters/fen/back.svg", | |||
| @@ -1948,7 +1948,7 @@ characterMakers.push(() => makeCharacter( | |||
| }, | |||
| full: { | |||
| height: math.unit(1.6, "meter"), | |||
| weight: math.unit(2200, "lb"), | |||
| weight: math.unit(3200, "lb"), | |||
| name: "Full", | |||
| image: { | |||
| source: "./media/characters/fen/full.svg", | |||
| @@ -1964,7 +1964,7 @@ characterMakers.push(() => makeCharacter( | |||
| }, | |||
| gooLounging: { | |||
| height: math.unit(4.53, "feet"), | |||
| weight: math.unit(1600, "lb"), | |||
| weight: math.unit(3000, "lb"), | |||
| capacity: math.unit(6, "people"), | |||
| name: "Goo (Lounging)", | |||
| image: { | |||
| @@ -1974,7 +1974,7 @@ characterMakers.push(() => makeCharacter( | |||
| }, | |||
| lounging: { | |||
| height: math.unit(10.52, "feet"), | |||
| weight: math.unit(1600, "lb"), | |||
| weight: math.unit(2400, "lb"), | |||
| name: "Lounging", | |||
| image: { | |||
| source: "./media/characters/fen/lounging.svg" | |||