|
|
@@ -2449,6 +2449,10 @@ const speciesData = { |
|
|
name: "Brown Bear", |
|
|
name: "Brown Bear", |
|
|
parents: ["bear"] |
|
|
parents: ["bear"] |
|
|
}, |
|
|
}, |
|
|
|
|
|
"vampire-bat": { |
|
|
|
|
|
name: "Vampire Bat", |
|
|
|
|
|
parents: ["bat"] |
|
|
|
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//species |
|
|
//species |
|
|
@@ -66824,6 +66828,33 @@ characterMakers.push(() => makeCharacter( |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|
|
{ name: "Camia \"Vertigo\" Zott", species: ["vampire-bat", "kaiju"], tags: ["anthro"] }, |
|
|
|
|
|
{ |
|
|
|
|
|
front: { |
|
|
|
|
|
height: math.unit(122, "cm"), |
|
|
|
|
|
weight: math.unit(80, "lb"), |
|
|
|
|
|
name: "Front", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/camia-vertigo-zott/front.svg", |
|
|
|
|
|
extra: 2112/1902, |
|
|
|
|
|
bottom: 21/2133 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
[ |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Base Height", |
|
|
|
|
|
height: math.unit(122, "cm") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Macro Height", |
|
|
|
|
|
height: math.unit(345, "meters"), |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
)) |
|
|
|
|
|
|
|
|
//characters |
|
|
//characters |
|
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
function makeCharacters() { |
|
|
|