|
|
|
@@ -2301,6 +2301,10 @@ const speciesData = { |
|
|
|
name: "Wyvern", |
|
|
|
parents: ["dragon"] |
|
|
|
}, |
|
|
|
"catfish": { |
|
|
|
name: "Catfish", |
|
|
|
parents: ["fish"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -62355,6 +62359,29 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Azuuca", species: ["catfish"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(19.75, "feet"), |
|
|
|
weight: math.unit(20000, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/azuuca/front.svg", |
|
|
|
extra: 1593/1511, |
|
|
|
bottom: 55/1648 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(19.75, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|