|
|
|
@@ -64402,6 +64402,33 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Yamato", species: ["kobold"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(60, "cm"), |
|
|
|
weight: math.unit(18, "kg"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/yamato/front.svg", |
|
|
|
extra: 733/688, |
|
|
|
bottom: 29/762 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Micro", |
|
|
|
height: math.unit(6, "cm") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(60, "cm"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|