|
|
|
@@ -2216,6 +2216,10 @@ const speciesData = { |
|
|
|
name: "Kulve Taroth", |
|
|
|
parents: ["monster-hunter", "dragon"] |
|
|
|
}, |
|
|
|
"irthos": { |
|
|
|
name: "Irthos", |
|
|
|
parents: ["dragon"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -58979,6 +58983,69 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Xie Ling", species: ["irthos"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(1.8, "meters"), |
|
|
|
weight: math.unit(120, "kg"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/xie-ling/side.svg", |
|
|
|
extra: 646/574, |
|
|
|
bottom: 44/690 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Tiny", |
|
|
|
height: math.unit(1.80, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Small", |
|
|
|
height: math.unit(6, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Medium", |
|
|
|
height: math.unit(15, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(30, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Above Normal", |
|
|
|
height: math.unit(60, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Big", |
|
|
|
height: math.unit(220, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giant", |
|
|
|
height: math.unit(2.2, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(25, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega Macro", |
|
|
|
height: math.unit(350, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega Macro+", |
|
|
|
height: math.unit(5000, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Goddess", |
|
|
|
height: math.unit(3, "multiverses") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|