|
|
|
@@ -65755,6 +65755,46 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Spots", species: ["dog"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(2.64, "feet"), |
|
|
|
weight: math.unit(100, "lb"), |
|
|
|
preyCapacity: math.unit(3, "people"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/spots/side.svg", |
|
|
|
extra: 1859/977, |
|
|
|
bottom: 19/1878 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"preyPerMinute": { |
|
|
|
name: "Prey Per Minute", |
|
|
|
power: 3, |
|
|
|
type: "volume", |
|
|
|
base: math.unit(6, "people"), |
|
|
|
defaultUnit: "people" |
|
|
|
}, |
|
|
|
"preyPerDay": { |
|
|
|
name: "Prey Per Day", |
|
|
|
power: 3, |
|
|
|
type: "volume", |
|
|
|
base: math.unit(6 * 60 * 24, "people"), |
|
|
|
defaultUnit: "people" |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(2.64, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|