|
|
|
@@ -49184,6 +49184,36 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Aster", species: ["alien"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
standing: { |
|
|
|
height: math.unit(17, "feet"), |
|
|
|
name: "Standing", |
|
|
|
image: { |
|
|
|
source: "./media/characters/aster/standing.svg", |
|
|
|
extra: 1798/1598, |
|
|
|
bottom: 117/1915 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(17, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Homewrecker", |
|
|
|
height: math.unit(95, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Planet Devourer", |
|
|
|
height: math.unit(1008000, "miles") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|