|
|
|
@@ -32836,31 +32836,25 @@ characterMakers.push(() => makeCharacter( |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/lilith-zott/front.svg", |
|
|
|
extra: 2510 / 2238, |
|
|
|
bottom: 100 / 2610 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontDressed: { |
|
|
|
height: math.unit(5 + 6 / 12, "feet"), |
|
|
|
weight: math.unit(108, "lb"), |
|
|
|
name: "Front (Dressed)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/lilith-zott/front-dressed.svg", |
|
|
|
extra: 2510 / 2238, |
|
|
|
bottom: 100 / 2610 |
|
|
|
extra: 2415/2133, |
|
|
|
bottom: 193/2608 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
name: "Base Height", |
|
|
|
height: math.unit(5 + 6 / 12, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(1030, "feet"), |
|
|
|
name: "Preferred Height", |
|
|
|
height: math.unit(200, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Max Height", |
|
|
|
height: math.unit(1030, "feet") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
|