|
|
|
@@ -64162,6 +64162,33 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Gaia", species: ["deity", "human"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(7 + 6/12, "feet"), |
|
|
|
weight: math.unit(400, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/gaia/front.svg", |
|
|
|
extra: 474/463, |
|
|
|
bottom: 13/487 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "MiniMacro", |
|
|
|
height: math.unit(7 + 6/12, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "GigaMacro", |
|
|
|
height: math.unit(14500, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|