|
|
|
@@ -50104,6 +50104,46 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Mab", species: ["opossum"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
naked: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
name: "Naked", |
|
|
|
image: { |
|
|
|
source: "./media/characters/mab/naked.svg", |
|
|
|
extra: 1855/1757, |
|
|
|
bottom: 208/2063 |
|
|
|
} |
|
|
|
}, |
|
|
|
outside: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
name: "Outside", |
|
|
|
image: { |
|
|
|
source: "./media/characters/mab/outside.svg", |
|
|
|
extra: 1855/1757, |
|
|
|
bottom: 208/2063 |
|
|
|
} |
|
|
|
}, |
|
|
|
party: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
name: "Party", |
|
|
|
image: { |
|
|
|
source: "./media/characters/mab/party.svg", |
|
|
|
extra: 1855/1757, |
|
|
|
bottom: 208/2063 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(165, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|