|
|
|
@@ -2461,6 +2461,10 @@ const speciesData = { |
|
|
|
name: "Nagainini", |
|
|
|
parents: ["naga"] |
|
|
|
}, |
|
|
|
"kaizleon": { |
|
|
|
name: "Kaizleon", |
|
|
|
parents: ["humanoid"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -67428,6 +67432,29 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Azalea", species: ["kaizleon"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(134, "feet"), |
|
|
|
weight: math.unit(932.635, "tons"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/azalea/front.svg", |
|
|
|
extra: 703/687, |
|
|
|
bottom: 75/778 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(134, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|