|
|
|
@@ -6079,6 +6079,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
front: { |
|
|
|
height: math.unit(8 + 4/12, "feet"), |
|
|
|
weight: math.unit(450, "kilograms"), |
|
|
|
volume: math.unit(1.34, "cups"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/andy-renard/front.svg", |
|
|
|
@@ -6089,6 +6090,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
back: { |
|
|
|
height: math.unit(8 + 4/12, "feet"), |
|
|
|
weight: math.unit(450, "kilograms"), |
|
|
|
volume: math.unit(1.34, "cups"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/andy-renard/back.svg", |
|
|
|
@@ -40619,6 +40621,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
front: { |
|
|
|
height: math.unit(6 + 8/12, "feet"), |
|
|
|
weight: math.unit(250, "kilograms"), |
|
|
|
volume: math.unit(20, "liters"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/rebecca-pawlson/front.svg", |
|
|
|
@@ -40629,6 +40632,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
back: { |
|
|
|
height: math.unit(6 + 8/12, "feet"), |
|
|
|
weight: math.unit(250, "kilograms"), |
|
|
|
volume: math.unit(20, "liters"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/rebecca-pawlson/back.svg", |
|
|
|
|