|
|
|
@@ -46355,6 +46355,44 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Zeimne", species: ["kitsune", "demon", "deity"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6 + 9/12, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/zeimne/front.svg", |
|
|
|
extra: 1969/1806, |
|
|
|
bottom: 53/2022 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6 + 9/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giant", |
|
|
|
height: math.unit(550, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega", |
|
|
|
height: math.unit(3, "miles") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giga", |
|
|
|
height: math.unit(250, "miles") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Tera", |
|
|
|
height: math.unit(1, "AU") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|