|
|
|
@@ -1880,6 +1880,14 @@ const speciesData = { |
|
|
|
name: "Illusion", |
|
|
|
parents: [] |
|
|
|
}, |
|
|
|
"purrloin": { |
|
|
|
name: "Purrloin", |
|
|
|
parents: ["cat", "pokemon"] |
|
|
|
}, |
|
|
|
"noivern": { |
|
|
|
name: "Noivern", |
|
|
|
parents: ["bat", "dragon", "pokemon"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -47867,6 +47875,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Raphael", species: ["noivern"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6 + 2/12, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/raphael/front.svg", |
|
|
|
extra: 1101/962, |
|
|
|
bottom: 59/1160 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6 + 2/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|