|
|
|
@@ -2184,6 +2184,10 @@ const speciesData = { |
|
|
|
name: "Black Tip Reef Shark", |
|
|
|
parents: ["shark"] |
|
|
|
}, |
|
|
|
"quetzalcoatlus-northropi": { |
|
|
|
name: "Quetzalcoatlus Northropi", |
|
|
|
parents: ["dinosaur"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -57454,6 +57458,39 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Hass", species: ["quetzalcoatlus-northropi"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(6, "meters"), |
|
|
|
weight: math.unit(300, "kg"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/hass/side.svg", |
|
|
|
extra: 1058/997, |
|
|
|
bottom: 177/1235 |
|
|
|
} |
|
|
|
}, |
|
|
|
feeding: { |
|
|
|
height: math.unit(6, "meters"), |
|
|
|
weight: math.unit(300, "kg"), |
|
|
|
name: "Feeding", |
|
|
|
image: { |
|
|
|
source: "./media/characters/hass/feeding.svg", |
|
|
|
extra: 689/579, |
|
|
|
bottom: 146/835 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|