|
|
|
@@ -65231,6 +65231,79 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Bylur", species: ["monster"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
frontSfw: { |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
weight: math.unit(1000, "kg"), |
|
|
|
preyCapacity: math.unit(2, "people"), |
|
|
|
name: "Front (SFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/bylur/front-sfw.svg", |
|
|
|
extra: 419/343, |
|
|
|
bottom: 3/422 |
|
|
|
}, |
|
|
|
default: true |
|
|
|
}, |
|
|
|
frontSheath: { |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
weight: math.unit(1000, "kg"), |
|
|
|
preyCapacity: math.unit(2, "people"), |
|
|
|
name: "Front (Sheath)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/bylur/front-sheath.svg", |
|
|
|
extra: 419/343, |
|
|
|
bottom: 3/422 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontErect: { |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
weight: math.unit(1000, "kg"), |
|
|
|
preyCapacity: math.unit(2, "people"), |
|
|
|
name: "Front (Erect)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/bylur/front-erect.svg", |
|
|
|
extra: 419/343, |
|
|
|
bottom: 3/422 |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
weight: math.unit(1000, "kg"), |
|
|
|
preyCapacity: math.unit(2, "people"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/bylur/back.svg", |
|
|
|
extra: 392/315, |
|
|
|
bottom: 3/395 |
|
|
|
} |
|
|
|
}, |
|
|
|
maw: { |
|
|
|
height: math.unit(3.65, "feet"), |
|
|
|
name: "Maw", |
|
|
|
image: { |
|
|
|
source: "./media/characters/bylur/maw.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Slightly Human Sized", |
|
|
|
height: math.unit(10, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(35, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(130, "feet") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|