|
|
|
@@ -67049,6 +67049,37 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Trouble", species: ["wolf"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(80, "feet"), |
|
|
|
weight: math.unit(410000, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/trouble/front.svg", |
|
|
|
extra: 780/723, |
|
|
|
bottom: 11/791 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"pawArea": { |
|
|
|
name: "Paw Area", |
|
|
|
power: 2, |
|
|
|
type: "area", |
|
|
|
base: math.unit(49, "feet^2") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(80, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|