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