|
|
|
@@ -52800,6 +52800,44 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Maya", species: ["cat"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(4.88, "meters"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/maya/front.svg", |
|
|
|
extra: 1222/1145, |
|
|
|
bottom: 57/1279 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(4.88, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(38.1, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro+", |
|
|
|
height: math.unit(152.4, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro++", |
|
|
|
height: math.unit(16.09, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega-macro", |
|
|
|
height: math.unit(700, "megameters") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|