|
|
|
@@ -47122,6 +47122,39 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Kassandra", species: ["dragon", "snake"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
female: { |
|
|
|
height: math.unit(9 + 4/12, "feet"), |
|
|
|
weight: math.unit(398, "lb"), |
|
|
|
name: "Female", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kassandra/female.svg", |
|
|
|
extra: 908/839, |
|
|
|
bottom: 61/969 |
|
|
|
} |
|
|
|
}, |
|
|
|
intersex: { |
|
|
|
height: math.unit(9 + 4/12, "feet"), |
|
|
|
weight: math.unit(398, "lb"), |
|
|
|
name: "Intersex", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kassandra/intersex.svg", |
|
|
|
extra: 908/839, |
|
|
|
bottom: 61/969 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(9 + 4/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|