|
|
|
@@ -68652,6 +68652,49 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Wolf", species: ["wolf"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(40, "inches"), |
|
|
|
weight: math.unit(200, "lb"), |
|
|
|
preyCapacity: math.unit(2, "people"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/wolf/side.svg", |
|
|
|
extra: 432/345, |
|
|
|
bottom: 15/447 |
|
|
|
} |
|
|
|
}, |
|
|
|
front: { |
|
|
|
height: math.unit(40, "inches"), |
|
|
|
weight: math.unit(200, "lb"), |
|
|
|
preyCapacity: math.unit(2, "people"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/wolf/front.svg", |
|
|
|
extra: 803/467, |
|
|
|
bottom: 97/900 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Small", |
|
|
|
height: math.unit(40, "inches"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Medium", |
|
|
|
height: math.unit(60, "inches") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Large", |
|
|
|
height: math.unit(110, "inches") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|