|
|
|
@@ -58405,6 +58405,46 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "3YK-K0 Unit", species: ["synth"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
weight: math.unit(2.4, "tons"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/3yk-k0-unit/front.svg", |
|
|
|
extra: 573/561, |
|
|
|
bottom: 33/606 |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
weight: math.unit(2.4, "tons"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/3yk-k0-unit/back.svg", |
|
|
|
extra: 614/573, |
|
|
|
bottom: 32/646 |
|
|
|
} |
|
|
|
}, |
|
|
|
maw: { |
|
|
|
height: math.unit(2.15, "feet"), |
|
|
|
name: "Maw", |
|
|
|
image: { |
|
|
|
source: "./media/characters/3yk-k0-unit/maw.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|