|
|
|
@@ -1775,6 +1775,14 @@ const speciesData = { |
|
|
|
name: "Marble Fox", |
|
|
|
parents: ["fox"] |
|
|
|
}, |
|
|
|
"king-wickerbeast": { |
|
|
|
name: "King Wickerbeast", |
|
|
|
parents: ["wickerbeast"] |
|
|
|
}, |
|
|
|
"wickerbeast": { |
|
|
|
name: "Wickerbeast", |
|
|
|
parents: ["mammal"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -43886,6 +43894,29 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Marcel", species: ["king-wickerbeast"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(7 + 6/12, "feet"), |
|
|
|
weight: math.unit(267, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/marcel/front.svg", |
|
|
|
extra: 1221/1096, |
|
|
|
bottom: 76/1297 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(7 + 6/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|