|
|
|
@@ -61525,6 +61525,30 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Zel-Kesh", species: ["zorgoia", "demon"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(3, "meters"), |
|
|
|
weight: math.unit(7500, "kg"), |
|
|
|
preyCapacity: math.unit(1e12, "people"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/zel-kesh/side.svg", |
|
|
|
extra: 910/407, |
|
|
|
bottom: 147/1057 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(3, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|