|
|
|
@@ -52356,6 +52356,57 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Cylphis", species: ["draconi", "deity"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
dressed: { |
|
|
|
height: math.unit(11, "feet"), |
|
|
|
weight: math.unit(18500, "lb"), |
|
|
|
preyCapacity: math.unit(9, "people"), |
|
|
|
name: "Dressed", |
|
|
|
image: { |
|
|
|
source: "./media/characters/cylphis/dressed.svg", |
|
|
|
extra: 1028/1003, |
|
|
|
bottom: 75/1103 |
|
|
|
}, |
|
|
|
}, |
|
|
|
undressed: { |
|
|
|
height: math.unit(11, "feet"), |
|
|
|
weight: math.unit(18500, "lb"), |
|
|
|
preyCapacity: math.unit(9, "people"), |
|
|
|
name: "Undressed", |
|
|
|
image: { |
|
|
|
source: "./media/characters/cylphis/undressed.svg", |
|
|
|
extra: 1028/1003, |
|
|
|
bottom: 75/1103 |
|
|
|
} |
|
|
|
}, |
|
|
|
full: { |
|
|
|
height: math.unit(11, "feet"), |
|
|
|
weight: math.unit(18500 + 150*9, "lb"), |
|
|
|
preyCapacity: math.unit(9, "people"), |
|
|
|
name: "Full", |
|
|
|
image: { |
|
|
|
source: "./media/characters/cylphis/full.svg", |
|
|
|
extra: 1028/1003, |
|
|
|
bottom: 75/1103 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Small", |
|
|
|
height: math.unit(8, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(11, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|