|
|
|
@@ -58747,6 +58747,85 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Kayla", species: ["human"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6 + 10/12, "feet"), |
|
|
|
weight: math.unit(233, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kayla/front.svg", |
|
|
|
extra: 1850/1775, |
|
|
|
bottom: 65/1915 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6 + 10/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Amazonian", |
|
|
|
height: math.unit(12 + 5/12, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mini Giantess", |
|
|
|
height: math.unit(26, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giantess", |
|
|
|
height: math.unit(200, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega Giantess", |
|
|
|
height: math.unit(2500, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "City Sized", |
|
|
|
height: math.unit(50, "miles") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Country Sized", |
|
|
|
height: math.unit(500, "miles") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Continent Sized", |
|
|
|
height: math.unit(2500, "miles") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Planet Sized", |
|
|
|
height: math.unit(10000, "miles") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Star Sized", |
|
|
|
height: math.unit(5e6, "miles") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Solar System Sized", |
|
|
|
height: math.unit(125, "AU") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Galaxy Sized", |
|
|
|
height: math.unit(300e3, "lightyears") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Universe Sized", |
|
|
|
height: math.unit(200e9, "lightyears") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Multiverse Sized", |
|
|
|
height: math.unit(20, "exauniverses") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mother of Existence", |
|
|
|
height: math.unit(1e6, "yottauniverses") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|