| @@ -6835,7 +6835,7 @@ characterMakers.push(() => makeCharacter( | |||
| { | |||
| front: { | |||
| height: math.unit(2.75, "meters"), | |||
| weight: math.unit(150, "lb"), | |||
| weight: math.unit(1200, "lb"), | |||
| name: "Front", | |||
| image: { | |||
| source: "./media/characters/teal/front.svg", | |||
| @@ -6845,7 +6845,7 @@ characterMakers.push(() => makeCharacter( | |||
| }, | |||
| back: { | |||
| height: math.unit(2.75, "meters"), | |||
| weight: math.unit(150, "lb"), | |||
| weight: math.unit(1200, "lb"), | |||
| name: "Back", | |||
| image: { | |||
| source: "./media/characters/teal/back.svg", | |||
| @@ -6855,7 +6855,7 @@ characterMakers.push(() => makeCharacter( | |||
| }, | |||
| sitting: { | |||
| height: math.unit(1.9, "meters"), | |||
| weight: math.unit(150, "lb"), | |||
| weight: math.unit(1200, "lb"), | |||
| name: "Sitting", | |||
| image: { | |||
| source: "./media/characters/teal/sitting.svg", | |||
| @@ -6865,7 +6865,7 @@ characterMakers.push(() => makeCharacter( | |||
| }, | |||
| standing: { | |||
| height: math.unit(2.75, "meters"), | |||
| weight: math.unit(150, "lb"), | |||
| weight: math.unit(1200, "lb"), | |||
| name: "Standing", | |||
| image: { | |||
| source: "./media/characters/teal/standing.svg", | |||
| @@ -6875,7 +6875,7 @@ characterMakers.push(() => makeCharacter( | |||
| }, | |||
| stretching: { | |||
| height: math.unit(3.65, "meters"), | |||
| weight: math.unit(150, "lb"), | |||
| weight: math.unit(1200, "lb"), | |||
| name: "Stretching", | |||
| image: { | |||
| source: "./media/characters/teal/stretching.svg", | |||
| @@ -6885,7 +6885,7 @@ characterMakers.push(() => makeCharacter( | |||
| }, | |||
| legged: { | |||
| height: math.unit(1.3, "meters"), | |||
| weight: math.unit(150, "lb"), | |||
| weight: math.unit(100, "lb"), | |||
| name: "Legged", | |||
| image: { | |||
| source: "./media/characters/teal/legged.svg", | |||
| @@ -6895,7 +6895,7 @@ characterMakers.push(() => makeCharacter( | |||
| }, | |||
| naga: { | |||
| height: math.unit(5.4, "meters"), | |||
| weight: math.unit(150, "lb"), | |||
| weight: math.unit(4000, "lb"), | |||
| name: "Naga", | |||
| image: { | |||
| source: "./media/characters/teal/naga.svg", | |||