|
|
|
@@ -2248,6 +2248,10 @@ const speciesData = { |
|
|
|
name: "Stilio", |
|
|
|
parents: ["snake"] |
|
|
|
}, |
|
|
|
"kardox": { |
|
|
|
name: "Kardox", |
|
|
|
parents: ["wolf", "dragon", "horse"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -60922,6 +60926,29 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Centbair", species: ["kardox"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
weight: math.unit(1800, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/centbair/front.svg", |
|
|
|
extra: 781/663, |
|
|
|
bottom: 25/806 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|