|
|
|
@@ -60604,6 +60604,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Persephone Sweetbreath", species: ["hyena", "gnoll"], tags: ["taur"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(2.5, "meters"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/persephone-sweetbreath/side.svg", |
|
|
|
extra: 796/700, |
|
|
|
bottom: 44/840 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(2.5, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|