|
|
|
@@ -2240,6 +2240,10 @@ const speciesData = { |
|
|
|
name: "Theropod", |
|
|
|
parents: ["dinosaur"] |
|
|
|
}, |
|
|
|
"chocobo": { |
|
|
|
name: "Chocobo", |
|
|
|
parents: ["avian"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -60529,6 +60533,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Goa", species: ["chocobo"], tags: ["taur"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(2.5, "meters"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/goa/front.svg", |
|
|
|
extra: 1109/1013, |
|
|
|
bottom: 150/1259 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(2.5, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|