|
|
@@ -573,7 +573,11 @@ const speciesData = { |
|
|
}, |
|
|
}, |
|
|
"werewolf": { |
|
|
"werewolf": { |
|
|
name: "Werewolf", |
|
|
name: "Werewolf", |
|
|
parents: ["wolf"] |
|
|
|
|
|
|
|
|
parents: ["wolf", "werebeast"] |
|
|
|
|
|
}, |
|
|
|
|
|
"werebeast": { |
|
|
|
|
|
name: "Werebeast", |
|
|
|
|
|
parents: ["monster"] |
|
|
}, |
|
|
}, |
|
|
"meerkat": { |
|
|
"meerkat": { |
|
|
name: "Meerkat", |
|
|
name: "Meerkat", |
|
|
@@ -19328,7 +19332,7 @@ characterMakers.push(() => makeCharacter( |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
characterMakers.push(() => makeCharacter( |
|
|
{ name: "Leonardo Lycheborne", species: ["wolf", "dog", "barghest"], tags: ["anthro", "feral", "taur"] }, |
|
|
|
|
|
|
|
|
{ name: "Leonardo Lycheborne", species: ["wolf", "dog", "barghest", "werebeast"], tags: ["anthro", "feral", "taur"] }, |
|
|
{ |
|
|
{ |
|
|
front: { |
|
|
front: { |
|
|
height: math.unit(6 + 1 / 12, "feet"), |
|
|
height: math.unit(6 + 1 / 12, "feet"), |
|
|
@@ -21628,7 +21632,7 @@ characterMakers.push(() => makeCharacter( |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
characterMakers.push(() => makeCharacter( |
|
|
{ name: "Tahajin", species: ["monster", "star-warrior", "fluudrani", "fish", "snake", "construct", "demi"], tags: ["anthro", "naga"] }, |
|
|
|
|
|
|
|
|
{ name: "Tahajin", species: ["werebeast", "monster", "star-warrior", "fluudrani", "fish", "snake", "construct", "demi"], tags: ["anthro", "naga"] }, |
|
|
{ |
|
|
{ |
|
|
were: { |
|
|
were: { |
|
|
height: math.unit(25 + 6 / 12, "feet"), |
|
|
height: math.unit(25 + 6 / 12, "feet"), |
|
|
@@ -41980,6 +41984,39 @@ characterMakers.push(() => makeCharacter( |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|
|
{ name: "Darla Mac Lochlainn", species: ["bear", "werebeast"], tags: ["anthro"] }, |
|
|
|
|
|
{ |
|
|
|
|
|
front: { |
|
|
|
|
|
height: math.unit(8 + 2/12, "feet"), |
|
|
|
|
|
weight: math.unit(650, "lb"), |
|
|
|
|
|
name: "Front", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/darla-mac-lochlainn/front.svg", |
|
|
|
|
|
extra: 1174/1137, |
|
|
|
|
|
bottom: 82/1256 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
back: { |
|
|
|
|
|
height: math.unit(8 + 2/12, "feet"), |
|
|
|
|
|
weight: math.unit(650, "lb"), |
|
|
|
|
|
name: "Back", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/darla-mac-lochlainn/back.svg", |
|
|
|
|
|
extra: 1204/1157, |
|
|
|
|
|
bottom: 46/1250 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
[ |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Wildform", |
|
|
|
|
|
height: math.unit(8 + 2/12, "feet"), |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
)) |
|
|
|
|
|
|
|
|
//characters |
|
|
//characters |
|
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
function makeCharacters() { |
|
|
|