|
|
|
@@ -42666,6 +42666,44 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Epiglottis \"Glottis\" Larynx", species: ["dragon", "monster"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(5, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/epiglottis/front.svg", |
|
|
|
extra: 923/849, |
|
|
|
bottom: 17/940 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Original Size", |
|
|
|
height: math.unit(10, "inches") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Human Size", |
|
|
|
height: math.unit(5, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Big", |
|
|
|
height: math.unit(25, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Bigger", |
|
|
|
height: math.unit(50, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "oh lawd", |
|
|
|
height: math.unit(75, "feet") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|