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