|
|
|
@@ -2280,6 +2280,10 @@ const speciesData = { |
|
|
|
name: "Spidox", |
|
|
|
parents: ["spider", "fox"] |
|
|
|
}, |
|
|
|
"kodiak-bear": { |
|
|
|
name: "Kodiak Bear", |
|
|
|
parents: ["bear"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -61864,6 +61868,36 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Proxy", species: ["kodiak-bear"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(7 + 4/12, "feet"), |
|
|
|
weight: math.unit(400, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/proxy/front.svg", |
|
|
|
extra: 1605/1542, |
|
|
|
bottom: 55/1660 |
|
|
|
} |
|
|
|
}, |
|
|
|
paw: { |
|
|
|
height: math.unit(1.53, "feet"), |
|
|
|
name: "Paw", |
|
|
|
image: { |
|
|
|
source: "./media/characters/proxy/paw.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(7 + 4/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|