| @@ -32808,13 +32808,13 @@ characterMakers.push(() => makeCharacter( | |||||
| { name: "Beatrice \"The Behemoth\" Heathers", species: ["husky", "kaiju"], tags: ["anthro"] }, | { name: "Beatrice \"The Behemoth\" Heathers", species: ["husky", "kaiju"], tags: ["anthro"] }, | ||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(6, "feet"), | |||||
| height: math.unit(6 + 2/12, "feet"), | |||||
| weight: math.unit(150, "lb"), | weight: math.unit(150, "lb"), | ||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/beatrice-the-behemoth-heathers/front.svg", | source: "./media/characters/beatrice-the-behemoth-heathers/front.svg", | ||||
| extra: 2625 / 2518, | |||||
| bottom: 60 / 2685 | |||||
| extra: 2620/2496, | |||||
| bottom: 66/2686 | |||||
| } | } | ||||
| }, | }, | ||||
| }, | }, | ||||
| @@ -32824,8 +32824,8 @@ characterMakers.push(() => makeCharacter( | |||||
| height: math.unit(6 + 2 / 12, "feet") | height: math.unit(6 + 2 / 12, "feet") | ||||
| }, | }, | ||||
| { | { | ||||
| name: "Macro", | |||||
| height: math.unit(1180, "feet"), | |||||
| name: "Max Height", | |||||
| height: math.unit(1181, "feet"), | |||||
| default: true | default: true | ||||
| }, | }, | ||||
| ] | ] | ||||