| @@ -6078,6 +6078,7 @@ characterMakers.push(() => makeCharacter( | |||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(8 + 4/12, "feet"), | height: math.unit(8 + 4/12, "feet"), | ||||
| weight: math.unit(450, "kilograms"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/andy-renard/front.svg", | source: "./media/characters/andy-renard/front.svg", | ||||
| @@ -6087,6 +6088,7 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(8 + 4/12, "feet"), | height: math.unit(8 + 4/12, "feet"), | ||||
| weight: math.unit(450, "kilograms"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/andy-renard/back.svg", | source: "./media/characters/andy-renard/back.svg", | ||||
| @@ -29210,7 +29212,7 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Micro", | name: "Micro", | ||||
| height: math.unit(1.5, "inches") | |||||
| height: math.unit(2, "inches") | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Normal", | name: "Normal", | ||||
| @@ -40616,6 +40618,7 @@ characterMakers.push(() => makeCharacter( | |||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(6 + 8/12, "feet"), | height: math.unit(6 + 8/12, "feet"), | ||||
| weight: math.unit(250, "kilograms"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rebecca-pawlson/front.svg", | source: "./media/characters/rebecca-pawlson/front.svg", | ||||
| @@ -40625,6 +40628,7 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(6 + 8/12, "feet"), | height: math.unit(6 + 8/12, "feet"), | ||||
| weight: math.unit(250, "kilograms"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rebecca-pawlson/back.svg", | source: "./media/characters/rebecca-pawlson/back.svg", | ||||