|
|
|
@@ -59125,6 +59125,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
casual_front: { |
|
|
|
height: math.unit(6 + 1/12, "feet"), |
|
|
|
weight: math.unit(190, "lb"), |
|
|
|
preyCapacity: math.unit(1, "people"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/managarmr/casual-front.svg", |
|
|
|
@@ -59136,6 +59137,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
casual_back: { |
|
|
|
height: math.unit(6 + 1/12, "feet"), |
|
|
|
weight: math.unit(190, "lb"), |
|
|
|
preyCapacity: math.unit(1, "people"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/managarmr/casual-back.svg", |
|
|
|
@@ -59144,6 +59146,18 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
form: "casual", |
|
|
|
}, |
|
|
|
base_front: { |
|
|
|
height: math.unit(7, "feet"), |
|
|
|
weight: math.unit(210, "lb"), |
|
|
|
preyCapacity: math.unit(2, "people"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/managarmr/base-front.svg", |
|
|
|
extra: 580/485, |
|
|
|
bottom: 32/612 |
|
|
|
}, |
|
|
|
form: "base", |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
@@ -59152,12 +59166,21 @@ characterMakers.push(() => makeCharacter( |
|
|
|
form: "casual", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(7, "feet"), |
|
|
|
form: "base", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"casual": { |
|
|
|
name: "Casual", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
"base": { |
|
|
|
name: "Base", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
|