|
|
@@ -2146,6 +2146,10 @@ const speciesData = { |
|
|
name: "Sliver", |
|
|
name: "Sliver", |
|
|
parents: ["alien"] |
|
|
parents: ["alien"] |
|
|
}, |
|
|
}, |
|
|
|
|
|
"sergix": { |
|
|
|
|
|
name: "Sergix", |
|
|
|
|
|
parents: ["demon", "sergal", "phoenix"] |
|
|
|
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//species |
|
|
//species |
|
|
@@ -56942,6 +56946,46 @@ characterMakers.push(() => makeCharacter( |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|
|
{ name: "Pyrow", species: ["sergix"], tags: ["anthro"] }, |
|
|
|
|
|
{ |
|
|
|
|
|
front: { |
|
|
|
|
|
height: math.unit(6, "feet"), |
|
|
|
|
|
name: "Front", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/pyrow/front.svg", |
|
|
|
|
|
extra: 513/486, |
|
|
|
|
|
bottom: 14/527 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
frontWing: { |
|
|
|
|
|
height: math.unit(6, "feet"), |
|
|
|
|
|
name: "Front (Wing)", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/pyrow/front-wing.svg", |
|
|
|
|
|
extra: 539/383, |
|
|
|
|
|
bottom: 20/559 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
back: { |
|
|
|
|
|
height: math.unit(6, "feet"), |
|
|
|
|
|
name: "Back", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/pyrow/back.svg", |
|
|
|
|
|
extra: 500/473, |
|
|
|
|
|
bottom: 9/509 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
[ |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Normal", |
|
|
|
|
|
height: math.unit(6, "feet"), |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
)) |
|
|
|
|
|
|
|
|
//characters |
|
|
//characters |
|
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
function makeCharacters() { |
|
|
|