|
|
|
@@ -1651,6 +1651,10 @@ const speciesData = { |
|
|
|
name: "Caribou", |
|
|
|
parents: ["deer"] |
|
|
|
}, |
|
|
|
"gnoll": { |
|
|
|
name: "Gnoll", |
|
|
|
parents: ["hyena"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -39268,6 +39272,32 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Neesha", species: ["gnoll"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(2.6, "meters"), |
|
|
|
weight: math.unit(900, "kg"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/neesha/front.svg", |
|
|
|
extra: 1803/1653, |
|
|
|
bottom: 128/1931 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(2.6, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(50, "meters") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|