|
|
|
@@ -2061,6 +2061,10 @@ const speciesData = { |
|
|
|
name: "Sandcat", |
|
|
|
parents: ["cat"] |
|
|
|
}, |
|
|
|
"hrothgar": { |
|
|
|
name: "Hrothgar", |
|
|
|
parents: ["cat"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -54385,6 +54389,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Sholstim", species: ["dragon"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(7 + 10/12, "feet"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/sholstim/side.svg", |
|
|
|
extra: 786/682, |
|
|
|
bottom: 40/826 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(7 + 10/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|