|
|
@@ -32807,12 +32807,22 @@ characterMakers.push(() => makeCharacter( |
|
|
characterMakers.push(() => makeCharacter( |
|
|
characterMakers.push(() => makeCharacter( |
|
|
{ name: "Beatrice \"The Behemoth\" Heathers", species: ["husky", "kaiju"], tags: ["anthro"] }, |
|
|
{ name: "Beatrice \"The Behemoth\" Heathers", species: ["husky", "kaiju"], tags: ["anthro"] }, |
|
|
{ |
|
|
{ |
|
|
front: { |
|
|
|
|
|
|
|
|
dressed: { |
|
|
height: math.unit(6 + 2/12, "feet"), |
|
|
height: math.unit(6 + 2/12, "feet"), |
|
|
weight: math.unit(150, "lb"), |
|
|
weight: math.unit(150, "lb"), |
|
|
name: "Front", |
|
|
|
|
|
|
|
|
name: "Dressed", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/beatrice-the-behemoth-heathers/dressed.svg", |
|
|
|
|
|
extra: 2620/2496, |
|
|
|
|
|
bottom: 66/2686 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
nude: { |
|
|
|
|
|
height: math.unit(6 + 2/12, "feet"), |
|
|
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
|
|
name: "Nude", |
|
|
image: { |
|
|
image: { |
|
|
source: "./media/characters/beatrice-the-behemoth-heathers/front.svg", |
|
|
|
|
|
|
|
|
source: "./media/characters/beatrice-the-behemoth-heathers/nude.svg", |
|
|
extra: 2620/2496, |
|
|
extra: 2620/2496, |
|
|
bottom: 66/2686 |
|
|
bottom: 66/2686 |
|
|
} |
|
|
} |
|
|
|