|
|
|
@@ -63035,6 +63035,37 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Spade", species: ["demon", "mouse"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
standard: { |
|
|
|
height: math.unit(1 + 5/12, "feet"), |
|
|
|
name: "Standard", |
|
|
|
image: { |
|
|
|
source: "./media/characters/spade/standard.svg", |
|
|
|
extra: 1794/1703, |
|
|
|
bottom: 115/1909 |
|
|
|
} |
|
|
|
}, |
|
|
|
disguised: { |
|
|
|
height: math.unit(1 + 5/12, "feet"), |
|
|
|
name: "Disguised", |
|
|
|
image: { |
|
|
|
source: "./media/characters/spade/disguised.svg", |
|
|
|
extra: 1794/1700, |
|
|
|
bottom: 98/1892 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(1 + 5/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|