|
|
|
@@ -2373,6 +2373,10 @@ const speciesData = { |
|
|
|
name: "Allusus", |
|
|
|
parents: ["humanoid"] |
|
|
|
}, |
|
|
|
"saltwater-crocodile": { |
|
|
|
name: "Saltwater Crocodile", |
|
|
|
parents: ["crocodile"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -64855,6 +64859,39 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Taffy", species: ["saltwater-crocodile"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(200, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/taffy/front.svg", |
|
|
|
extra: 1666/1618, |
|
|
|
bottom: 157/1823 |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(200, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/taffy/back.svg", |
|
|
|
extra: 1635/1583, |
|
|
|
bottom: 153/1788 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|