|
|
|
@@ -2192,6 +2192,10 @@ const speciesData = { |
|
|
|
name: "Snivy", |
|
|
|
parents: ["pokemon", "snake"] |
|
|
|
}, |
|
|
|
"nedynvor": { |
|
|
|
name: "Nedynvor", |
|
|
|
parents: ["avian"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -58578,6 +58582,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Harriett", species: ["nedynvor"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(3.2, "meters"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/harriett/front.svg", |
|
|
|
extra: 1966/1915, |
|
|
|
bottom: 9/1975 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(3.2, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|