|
|
|
@@ -38035,6 +38035,49 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Kayne Ein", species: ["dragon", "wolf"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6 + 2/12, "feet"), |
|
|
|
weight: math.unit(185, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kayne-ein/front.svg", |
|
|
|
extra: 1780/1560, |
|
|
|
bottom: 81/1861 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6 + 2/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Transformation Stage", |
|
|
|
height: math.unit(15, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(150, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Earth's Shadow", |
|
|
|
height: math.unit(6200, "miles") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Universal Demon", |
|
|
|
height: math.unit(28e9, "parsecs") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Multiverse God", |
|
|
|
height: math.unit(28.5e12, "parsecs") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|