|
|
|
@@ -60176,6 +60176,75 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Chey", species: ["coyote", "deity"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(1.8, "m"), |
|
|
|
weight: math.unit(120, "kg"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/chey/front.svg", |
|
|
|
extra: 1359/1270, |
|
|
|
bottom: 18/1377 |
|
|
|
} |
|
|
|
}, |
|
|
|
arm: { |
|
|
|
height: math.unit(2.05, "feet"), |
|
|
|
name: "Arm", |
|
|
|
image: { |
|
|
|
source: "./media/characters/chey/arm.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
head: { |
|
|
|
height: math.unit(1.89, "feet"), |
|
|
|
name: "Head", |
|
|
|
image: { |
|
|
|
source: "./media/characters/chey/head.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Original Size", |
|
|
|
height: math.unit(5, "cm") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Incognito Size", |
|
|
|
height: math.unit(2.4, "m") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Home Size", |
|
|
|
height: math.unit(200, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega", |
|
|
|
height: math.unit(2, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giga (Preferred Size)", |
|
|
|
height: math.unit(2000, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giga+", |
|
|
|
height: math.unit(6000, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Terra", |
|
|
|
height: math.unit(17000, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Terra+", |
|
|
|
height: math.unit(75000, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Terra++", |
|
|
|
height: math.unit(225000, "km") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|