|
|
|
@@ -41914,6 +41914,29 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Zephyr", species: ["zorgoia"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(6 + 6/12, "feet"), |
|
|
|
weight: math.unit(1.5, "tons"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/zephyr/side.svg", |
|
|
|
extra: 1433/586, |
|
|
|
bottom: 109/1542 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6 + 6/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|