|
|
|
@@ -2462,6 +2462,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
full: { |
|
|
|
height: math.unit(1.85, "meter"), |
|
|
|
weight: math.unit(3200, "lb"), |
|
|
|
preyCapacity: math.unit(3, "people"), |
|
|
|
name: "Full", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fen/full.svg", |
|
|
|
@@ -61922,6 +61923,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Crocozilla", species: ["crocodile"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(4, "meters"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/crocozilla/front.svg", |
|
|
|
extra: 1790/1742, |
|
|
|
bottom: 78/1868 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(4, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|