|
|
|
@@ -44756,6 +44756,47 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Kiva", species: ["dire-wolf"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
dressed: { |
|
|
|
height: math.unit(8 + 5/12, "feet"), |
|
|
|
weight: math.unit(700, "lb"), |
|
|
|
name: "Dressed", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kiva/dressed.svg", |
|
|
|
extra: 1102/1055, |
|
|
|
bottom: 60/1162 |
|
|
|
} |
|
|
|
}, |
|
|
|
nude: { |
|
|
|
height: math.unit(8 + 5/12, "feet"), |
|
|
|
weight: math.unit(700, "lb"), |
|
|
|
name: "Nude", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kiva/nude.svg", |
|
|
|
extra: 1102/1055, |
|
|
|
bottom: 60/1162 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Base Height", |
|
|
|
height: math.unit(8 + 5/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(100, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Max", |
|
|
|
height: math.unit(3280, "feet") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|