|
|
|
@@ -1855,8 +1855,8 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(2.2428, "meter"), |
|
|
|
weight: math.unit(124.738, "kg"), |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
weight: math.unit(1600, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fen/front.svg", |
|
|
|
@@ -1865,23 +1865,23 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
}, |
|
|
|
diving: { |
|
|
|
height: math.unit(3.3, "meters"), |
|
|
|
weight: math.unit(124.738, "kg"), |
|
|
|
height: math.unit(4.9, "meters"), |
|
|
|
weight: math.unit(1600, "lb"), |
|
|
|
name: "Diving", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fen/diving.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
maw: { |
|
|
|
height: math.unit(2.83, "feet"), |
|
|
|
height: math.unit(5.03, "feet"), |
|
|
|
name: "Maw", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fen/maw.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(2.2428, "meter"), |
|
|
|
weight: math.unit(124.738, "kg"), |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
weight: math.unit(1600, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fen/back.svg", |
|
|
|
@@ -1894,8 +1894,8 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
}, |
|
|
|
full: { |
|
|
|
height: math.unit(0.91, "meter"), |
|
|
|
weight: math.unit(225, "kg"), |
|
|
|
height: math.unit(1.6, "meter"), |
|
|
|
weight: math.unit(2200, "lb"), |
|
|
|
name: "Full", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fen/full.svg", |
|
|
|
@@ -1909,19 +1909,10 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
kneeling: { |
|
|
|
height: math.unit(5.4, "feet"), |
|
|
|
weight: math.unit(124.738, "kg"), |
|
|
|
name: "Kneeling", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fen/kneeling.svg", |
|
|
|
extra: 563 / 507 |
|
|
|
} |
|
|
|
}, |
|
|
|
goo: { |
|
|
|
height: math.unit(2.8, "feet"), |
|
|
|
weight: math.unit(125, "kg"), |
|
|
|
capacity: math.unit(1, "people"), |
|
|
|
height: math.unit(4.53, "feet"), |
|
|
|
weight: math.unit(1600, "lb"), |
|
|
|
capacity: math.unit(6, "people"), |
|
|
|
name: "Goo", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fen/goo.svg", |
|
|
|
@@ -1929,8 +1920,8 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
}, |
|
|
|
lounging: { |
|
|
|
height: math.unit(6.5, "feet"), |
|
|
|
weight: math.unit(125, "kg"), |
|
|
|
height: math.unit(10.52, "feet"), |
|
|
|
weight: math.unit(1600, "lb"), |
|
|
|
name: "Lounging", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fen/lounging.svg" |
|
|
|
|