|
|
|
@@ -33558,7 +33558,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
weight: math.unit(210, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/manetel-greyscale/front.svg", |
|
|
|
@@ -33574,7 +33574,8 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6, "feet") |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Minimacro", |
|
|
|
@@ -33582,8 +33583,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(117, "feet"), |
|
|
|
default: true |
|
|
|
height: math.unit(117, "feet") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|