|
|
|
@@ -68297,6 +68297,55 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Rekka", species: ["kaiju", "hyena"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(8 + 6/12, "feet"), |
|
|
|
weight: math.unit(600, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/rekka/front.svg", |
|
|
|
extra: 1814/1672, |
|
|
|
bottom: 92/1906 |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(8 + 6/12, "feet"), |
|
|
|
weight: math.unit(600, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/rekka/back.svg", |
|
|
|
extra: 1795/1682, |
|
|
|
bottom: 86/1881 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(8 + 6/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Category 1", |
|
|
|
height: math.unit(30, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Category 2", |
|
|
|
height: math.unit(150, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Category 3", |
|
|
|
height: math.unit(300, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Category 4", |
|
|
|
height: math.unit(550, "feet") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|