|
|
|
@@ -1759,6 +1759,10 @@ const speciesData = { |
|
|
|
name: "Falcon", |
|
|
|
parents: ["avian"] |
|
|
|
}, |
|
|
|
"avali": { |
|
|
|
name: "Avali", |
|
|
|
parents: ["avian", "alien"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -13020,6 +13024,14 @@ characterMakers.push(() => makeCharacter( |
|
|
|
name: "Megamacro+", |
|
|
|
height: math.unit(100, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Gigamacro", |
|
|
|
height: math.unit(200, "megameters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Gigamacro+", |
|
|
|
height: math.unit(1.5, "gigameters") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
@@ -43318,6 +43330,44 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Kali", species: ["avali"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(4, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kali/front.svg", |
|
|
|
extra: 1921/1357, |
|
|
|
bottom: 70/1991 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(4, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(32, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro+", |
|
|
|
height: math.unit(150, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Megamacro", |
|
|
|
height: math.unit(7500, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Megamacro+", |
|
|
|
height: math.unit(80, "kilometers") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|