|
|
@@ -67488,6 +67488,53 @@ characterMakers.push(() => makeCharacter( |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|
|
{ name: "Sasha", species: ["bat"], tags: ["anthro"] }, |
|
|
|
|
|
{ |
|
|
|
|
|
front: { |
|
|
|
|
|
height: math.unit(66, "inches"), |
|
|
|
|
|
name: "Front", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/sasha/front.svg", |
|
|
|
|
|
extra: 620/571, |
|
|
|
|
|
bottom: 33/653 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
back: { |
|
|
|
|
|
height: math.unit(66, "inches"), |
|
|
|
|
|
name: "Back", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/sasha/back.svg", |
|
|
|
|
|
extra: 615/564, |
|
|
|
|
|
bottom: 38/653 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
[ |
|
|
|
|
|
{ |
|
|
|
|
|
name: "IRL", |
|
|
|
|
|
height: math.unit(2, "inches") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Normal", |
|
|
|
|
|
height: math.unit(66, "inches"), |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Macro", |
|
|
|
|
|
height: math.unit(400, "feet") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Mega Macro", |
|
|
|
|
|
height: math.unit(500000, "feet") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Giga Macro", |
|
|
|
|
|
height: math.unit(50000, "miles") |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
)) |
|
|
|
|
|
|
|
|
//characters |
|
|
//characters |
|
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
function makeCharacters() { |
|
|
|