|
|
|
@@ -44726,6 +44726,36 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Denora", species: ["husky"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(100, "feet"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/denora/side.svg", |
|
|
|
extra: 875/803, |
|
|
|
bottom: 9/884 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Standard", |
|
|
|
height: math.unit(100, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Grand", |
|
|
|
height: math.unit(1000, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Conquering", |
|
|
|
height: math.unit(10000, "feet") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|