|
|
|
@@ -32153,6 +32153,43 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Arimphae", species: ["dragon"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
dragon: { |
|
|
|
height: math.unit(26, "feet"), |
|
|
|
weight: math.unit(36, "tons"), |
|
|
|
name: "Dragon", |
|
|
|
image: { |
|
|
|
source: "./media/characters/arimphae/dragon.svg", |
|
|
|
extra: 1574/983, |
|
|
|
bottom: 357/1931 |
|
|
|
} |
|
|
|
}, |
|
|
|
drake: { |
|
|
|
height: math.unit(9, "feet"), |
|
|
|
weight: math.unit(1.5, "tons"), |
|
|
|
name: "Drake", |
|
|
|
image: { |
|
|
|
source: "./media/characters/arimphae/drake.svg", |
|
|
|
extra: 1120/925, |
|
|
|
bottom: 435/1555 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Small", |
|
|
|
height: math.unit(26*5/9, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(26, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|