|
|
|
@@ -51391,6 +51391,57 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Sven Hatisson", species: ["wolf"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(7.5, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/sven-hatisson/front.svg", |
|
|
|
extra: 917/857, |
|
|
|
bottom: 42/959 |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(7.5, "feet"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/sven-hatisson/back.svg", |
|
|
|
extra: 903/856, |
|
|
|
bottom: 15/918 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Base Height", |
|
|
|
height: math.unit(7.5, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Usual Height", |
|
|
|
height: math.unit(13.5, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Smaller Macro", |
|
|
|
height: math.unit(85, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Moderate Macro", |
|
|
|
height: math.unit(320, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Large Macro", |
|
|
|
height: math.unit(1000, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Largest Size", |
|
|
|
height: math.unit(2, "miles") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|