|
|
|
@@ -55780,6 +55780,49 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Silas", species: ["skaven"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(6 + 3/12, "feet"), |
|
|
|
weight: math.unit(225, "lb"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/silas/side.svg", |
|
|
|
extra: 703/653, |
|
|
|
bottom: 23/726 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"pawLength": { |
|
|
|
name: "Paw Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(12, "inches") |
|
|
|
}, |
|
|
|
"pawWidth": { |
|
|
|
name: "Paw Width", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(4.5, "inches") |
|
|
|
}, |
|
|
|
"pawArea": { |
|
|
|
name: "Paw Area", |
|
|
|
power: 2, |
|
|
|
type: "area", |
|
|
|
base: math.unit(12 * 4.5, "inches^2") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6 + 3/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|