|
|
|
@@ -2313,6 +2313,10 @@ const speciesData = { |
|
|
|
name: "Vespiquen", |
|
|
|
parents: ["pokemon", "bee"] |
|
|
|
}, |
|
|
|
"gaelterranian": { |
|
|
|
name: "Gaelterranian", |
|
|
|
parents: ["alien"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -62429,6 +62433,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Terigaia", species: ["gaelterranian"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(3500, "solarradii"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/terigaia/front.svg", |
|
|
|
extra: 1531/1451, |
|
|
|
bottom: 98/1629 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(3500, "solarradii"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|