|
|
@@ -27445,7 +27445,7 @@ characterMakers.push(() => makeCharacter( |
|
|
{ |
|
|
{ |
|
|
front: { |
|
|
front: { |
|
|
height: math.unit(10, "feet"), |
|
|
height: math.unit(10, "feet"), |
|
|
weight: math.unit(150, "lb"), |
|
|
|
|
|
|
|
|
weight: math.unit(750, "lb"), |
|
|
name: "Front", |
|
|
name: "Front", |
|
|
image: { |
|
|
image: { |
|
|
source: "./media/characters/clove/front.svg", |
|
|
source: "./media/characters/clove/front.svg", |
|
|
@@ -27455,7 +27455,7 @@ characterMakers.push(() => makeCharacter( |
|
|
}, |
|
|
}, |
|
|
back: { |
|
|
back: { |
|
|
height: math.unit(10, "feet"), |
|
|
height: math.unit(10, "feet"), |
|
|
weight: math.unit(150, "lb"), |
|
|
|
|
|
|
|
|
weight: math.unit(750, "lb"), |
|
|
name: "Back", |
|
|
name: "Back", |
|
|
image: { |
|
|
image: { |
|
|
source: "./media/characters/clove/back.svg", |
|
|
source: "./media/characters/clove/back.svg", |
|
|
|