|
|
|
@@ -64831,6 +64831,30 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Kii", species: ["dragon", "dog"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(7 + 6/12, "feet"), |
|
|
|
weight: math.unit(600, "kg"), |
|
|
|
preyCapacity: math.unit(10, "people"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kii/front.svg", |
|
|
|
extra: 3296/3087, |
|
|
|
bottom: 130/3426 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(7 + 6/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|