|
|
|
@@ -53652,6 +53652,41 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Shuken Flash", species: ["arctic-fox"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6 + 2/12, "feet"), |
|
|
|
weight: math.unit(195, "lb"), |
|
|
|
preyCapacity: math.unit(6, "people"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/shuken-flash/front.svg", |
|
|
|
extra: 1905/1739, |
|
|
|
bottom: 65/1970 |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(6 + 2/12, "feet"), |
|
|
|
weight: math.unit(195, "lb"), |
|
|
|
preyCapacity: math.unit(6, "people"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/shuken-flash/back.svg", |
|
|
|
extra: 1912/1751, |
|
|
|
bottom: 13/1925 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6 + 2/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|