|
|
|
@@ -1886,7 +1886,7 @@ const speciesData = { |
|
|
|
}, |
|
|
|
"noivern": { |
|
|
|
name: "Noivern", |
|
|
|
parents: ["bat", "dragon", "pokemon0"] |
|
|
|
parents: ["bat", "dragon", "pokemon"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
@@ -47918,6 +47918,29 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Victor Williams", species: ["wolf"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/victor-williams/front.svg", |
|
|
|
extra: 1894/1825, |
|
|
|
bottom: 67/1961 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|