|
|
|
@@ -2025,6 +2025,10 @@ const speciesData = { |
|
|
|
name: "Demigryph", |
|
|
|
parents: ["lion", "eagle"] |
|
|
|
}, |
|
|
|
"bald-eagle": { |
|
|
|
name: "Bald Eagle", |
|
|
|
parents: ["eagle"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -52941,6 +52945,43 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Ahab", species: ["bald-eagle"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(9 + 6/12, "feet"), |
|
|
|
weight: math.unit(300, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ahab/front.svg", |
|
|
|
extra: 1897/1868, |
|
|
|
bottom: 121/2018 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontNsfw: { |
|
|
|
height: math.unit(9 + 6/12, "feet"), |
|
|
|
weight: math.unit(300, "lb"), |
|
|
|
name: "Front-nsfw", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ahab/front-nsfw.svg", |
|
|
|
extra: 1897/1868, |
|
|
|
bottom: 121/2018 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(9 + 6/12, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(657, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|