|
|
|
@@ -18746,7 +18746,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6 + 1 / 12, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
weight: math.unit(75, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/aronai-sieyes/front.svg", |
|
|
|
@@ -18756,7 +18756,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
side: { |
|
|
|
height: math.unit(6 + 1 / 12, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
weight: math.unit(75, "lb"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/aronai-sieyes/side.svg", |
|
|
|
@@ -18766,7 +18766,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(6 + 1 / 12, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
weight: math.unit(75, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/aronai-sieyes/back.svg", |
|
|
|
@@ -18776,7 +18776,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
frontClothed: { |
|
|
|
height: math.unit(6 + 1 / 12, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
weight: math.unit(75, "lb"), |
|
|
|
name: "Front (Clothed)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/aronai-sieyes/front-clothed.svg", |
|
|
|
@@ -18785,7 +18785,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
feral: { |
|
|
|
height: math.unit(18, "feet"), |
|
|
|
weight: math.unit(150 * 3 * 3 * 3, "lb"), |
|
|
|
weight: math.unit(75 * 3 * 3 * 3, "lb"), |
|
|
|
name: "Feral", |
|
|
|
image: { |
|
|
|
source: "./media/characters/aronai-sieyes/feral.svg", |
|
|
|
|