|
|
|
@@ -42058,6 +42058,29 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Raijin", species: ["zorgoia"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
weight: math.unit(6, "tons"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/raijin/side.svg", |
|
|
|
extra: 1529/613, |
|
|
|
bottom: 337/1866 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|