|
|
@@ -55346,6 +55346,44 @@ characterMakers.push(() => makeCharacter( |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|
|
{ name: "Flare", species: ["husky"], tags: ["anthro"] }, |
|
|
|
|
|
{ |
|
|
|
|
|
back: { |
|
|
|
|
|
height: math.unit(6, "feet"), |
|
|
|
|
|
name: "Back", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/flare/back.svg", |
|
|
|
|
|
extra: 1883/1765, |
|
|
|
|
|
bottom: 32/1915 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
[ |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Normal", |
|
|
|
|
|
height: math.unit(6 + 2/12, "feet"), |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Size Difference", |
|
|
|
|
|
height: math.unit(13, "feet") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Macro", |
|
|
|
|
|
height: math.unit(60, "feet") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Macro 2", |
|
|
|
|
|
height: math.unit(100, "feet") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Mega Macro", |
|
|
|
|
|
height: math.unit(200, "feet") |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
)) |
|
|
|
|
|
|
|
|
//characters |
|
|
//characters |
|
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
function makeCharacters() { |
|
|
|