|
|
|
@@ -45077,6 +45077,36 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Nadezda Fex", species: ["fox"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
back: { |
|
|
|
height: math.unit(15, "feet"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/nadezda-fex/back.svg", |
|
|
|
extra: 1695/1481, |
|
|
|
bottom: 25/1720 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(15, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(2.5, "miles") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Goddess", |
|
|
|
height: math.unit(2, "multiverses") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|