| @@ -6079,6 +6079,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"), | weight: math.unit(450, "kilograms"), | ||||
| volume: math.unit(1.34, "cups"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/andy-renard/front.svg", | source: "./media/characters/andy-renard/front.svg", | ||||
| @@ -6089,6 +6090,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"), | weight: math.unit(450, "kilograms"), | ||||
| volume: math.unit(1.34, "cups"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/andy-renard/back.svg", | source: "./media/characters/andy-renard/back.svg", | ||||
| @@ -40619,6 +40621,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"), | weight: math.unit(250, "kilograms"), | ||||
| volume: math.unit(20, "liters"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rebecca-pawlson/front.svg", | source: "./media/characters/rebecca-pawlson/front.svg", | ||||
| @@ -40629,6 +40632,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"), | weight: math.unit(250, "kilograms"), | ||||
| volume: math.unit(20, "liters"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rebecca-pawlson/back.svg", | source: "./media/characters/rebecca-pawlson/back.svg", | ||||