|
|
|
@@ -1984,6 +1984,10 @@ const speciesData = { |
|
|
|
name: "Javira Dragon", |
|
|
|
parents: ["dragon"] |
|
|
|
}, |
|
|
|
"koopew": { |
|
|
|
name: "Koopew", |
|
|
|
parents: ["dragon", "alien"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -51603,6 +51607,29 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Glacia", species: ["koopew"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(210, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/glacia/front.svg", |
|
|
|
extra: 958/901, |
|
|
|
bottom: 45/1003 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(1000, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|