|
|
|
@@ -47090,6 +47090,38 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Kaya", species: ["dragon"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
female: { |
|
|
|
height: math.unit(7 + 4/12, "feet"), |
|
|
|
weight: math.unit(243, "lb"), |
|
|
|
name: "Female", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kaya/female.svg", |
|
|
|
extra: 975/898, |
|
|
|
bottom: 34/1009 |
|
|
|
} |
|
|
|
}, |
|
|
|
herm: { |
|
|
|
height: math.unit(7 + 4/12, "feet"), |
|
|
|
weight: math.unit(243, "lb"), |
|
|
|
name: "Herm", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kaya/herm.svg", |
|
|
|
extra: 975/898, |
|
|
|
bottom: 34/1009 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(7 + 4/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|