|
|
|
@@ -2093,6 +2093,10 @@ const speciesData = { |
|
|
|
name: "Maine Coon", |
|
|
|
parents: ["housecat"] |
|
|
|
}, |
|
|
|
"coelacanth": { |
|
|
|
name: "Coelacanth", |
|
|
|
parents: ["fish"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -55384,6 +55388,33 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Hannah", species: ["coelacanth"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(2.2, "m"), |
|
|
|
weight: math.unit(300, "kg"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/hannah/front.svg", |
|
|
|
extra: 1696/1502, |
|
|
|
bottom: 206/1902 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Humanoid", |
|
|
|
height: math.unit(2.2, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(4.8, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|