|
|
|
@@ -2021,6 +2021,10 @@ const speciesData = { |
|
|
|
name: "Continental Giant Rabbit", |
|
|
|
parents: ["rabbit"] |
|
|
|
}, |
|
|
|
"demigryph": { |
|
|
|
name: "Demigryph", |
|
|
|
parents: ["lion", "eagle"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -52915,6 +52919,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Cianus", species: ["demigryph"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/cianus/side.svg", |
|
|
|
extra: 808/526, |
|
|
|
bottom: 61/869 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|