| @@ -18923,8 +18923,8 @@ characterMakers.push(() => makeCharacter( | |||||
| { name: "Violette" }, | { name: "Violette" }, | ||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(6, "feet"), | |||||
| weight: math.unit(160, "lb"), | |||||
| height: math.unit(293, "meters"), | |||||
| weight: math.unit(70400, "tons"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/violette/front.svg", | source: "./media/characters/violette/front.svg", | ||||
| @@ -18935,7 +18935,7 @@ characterMakers.push(() => makeCharacter( | |||||
| [ | [ | ||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||
| height: math.unit(300, "meters"), | |||||
| height: math.unit(293, "meters"), | |||||
| default: true | default: true | ||||
| }, | }, | ||||
| ] | ] | ||||