|
|
|
@@ -2429,6 +2429,10 @@ const speciesData = { |
|
|
|
name: "King Cheetah", |
|
|
|
parents: ["cheetah"] |
|
|
|
}, |
|
|
|
"secretary-bird": { |
|
|
|
name: "Secretary Bird", |
|
|
|
parents: ["bird-of-prey"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -66118,6 +66122,36 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Corrin", species: ["secretary-bird"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(11 + 3/12, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/corrin/front.svg", |
|
|
|
extra: 665/597, |
|
|
|
bottom: 74/739 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Standard", |
|
|
|
height: math.unit(11 + 3/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "The Boss", |
|
|
|
height: math.unit(110, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Shipbreaker", |
|
|
|
height: math.unit(38, "km") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|