| @@ -18746,7 +18746,7 @@ characterMakers.push(() => makeCharacter( | |||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(6 + 1 / 12, "feet"), | height: math.unit(6 + 1 / 12, "feet"), | ||||
| weight: math.unit(150, "lb"), | |||||
| weight: math.unit(75, "lb"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/aronai-sieyes/front.svg", | source: "./media/characters/aronai-sieyes/front.svg", | ||||
| @@ -18756,7 +18756,7 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| side: { | side: { | ||||
| height: math.unit(6 + 1 / 12, "feet"), | height: math.unit(6 + 1 / 12, "feet"), | ||||
| weight: math.unit(150, "lb"), | |||||
| weight: math.unit(75, "lb"), | |||||
| name: "Side", | name: "Side", | ||||
| image: { | image: { | ||||
| source: "./media/characters/aronai-sieyes/side.svg", | source: "./media/characters/aronai-sieyes/side.svg", | ||||
| @@ -18766,7 +18766,7 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(6 + 1 / 12, "feet"), | height: math.unit(6 + 1 / 12, "feet"), | ||||
| weight: math.unit(150, "lb"), | |||||
| weight: math.unit(75, "lb"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/aronai-sieyes/back.svg", | source: "./media/characters/aronai-sieyes/back.svg", | ||||
| @@ -18776,7 +18776,7 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| frontClothed: { | frontClothed: { | ||||
| height: math.unit(6 + 1 / 12, "feet"), | height: math.unit(6 + 1 / 12, "feet"), | ||||
| weight: math.unit(150, "lb"), | |||||
| weight: math.unit(75, "lb"), | |||||
| name: "Front (Clothed)", | name: "Front (Clothed)", | ||||
| image: { | image: { | ||||
| source: "./media/characters/aronai-sieyes/front-clothed.svg", | source: "./media/characters/aronai-sieyes/front-clothed.svg", | ||||
| @@ -18785,7 +18785,7 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| feral: { | feral: { | ||||
| height: math.unit(18, "feet"), | height: math.unit(18, "feet"), | ||||
| weight: math.unit(150 * 3 * 3 * 3, "lb"), | |||||
| weight: math.unit(75 * 3 * 3 * 3, "lb"), | |||||
| name: "Feral", | name: "Feral", | ||||
| image: { | image: { | ||||
| source: "./media/characters/aronai-sieyes/feral.svg", | source: "./media/characters/aronai-sieyes/feral.svg", | ||||