|
|
|
@@ -51204,6 +51204,69 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Blitz Dunkelheit", species: ["wolf"], tags: ["anthro", "feral"] }, |
|
|
|
{ |
|
|
|
anthroFront: { |
|
|
|
height: math.unit(8, "feet"), |
|
|
|
weight: math.unit(300, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/blitz-dunkelheit/anthro-front.svg", |
|
|
|
extra: 1272/1176, |
|
|
|
bottom: 53/1325 |
|
|
|
}, |
|
|
|
form: "anthro", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
feralSide: { |
|
|
|
height: math.unit(4, "feet"), |
|
|
|
weight: math.unit(250, "lb"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/blitz-dunkelheit/feral-side.svg", |
|
|
|
extra: 731/621, |
|
|
|
bottom: 0/731 |
|
|
|
}, |
|
|
|
form: "feral", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Regular", |
|
|
|
height: math.unit(8, "feet"), |
|
|
|
form: "anthro" |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(250, "feet"), |
|
|
|
form: "anthro", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Regular", |
|
|
|
height: math.unit(4, "feet"), |
|
|
|
form: "feral" |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(125, "feet"), |
|
|
|
form: "feral", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"anthro": { |
|
|
|
name: "Anthro", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
"feral": { |
|
|
|
name: "Feral", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|