|
|
|
@@ -2097,6 +2097,14 @@ const speciesData = { |
|
|
|
name: "Coelacanth", |
|
|
|
parents: ["fish"] |
|
|
|
}, |
|
|
|
"silvally": { |
|
|
|
name: "Silvally", |
|
|
|
parents: ["legendary-pokemon"] |
|
|
|
}, |
|
|
|
"legendary-pokemon": { |
|
|
|
name: "Legendary Pokemon", |
|
|
|
parents: ["pokemon"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -55417,6 +55425,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Argoc", species: ["silvally"], tags: ["taur"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(2.8, "meters"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/argoc/front.svg", |
|
|
|
extra: 731/518, |
|
|
|
bottom: 84/815 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(3, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|