|
|
|
@@ -2073,6 +2073,10 @@ const speciesData = { |
|
|
|
name: "Nargacuga", |
|
|
|
parents: ["monster-hunter"] |
|
|
|
}, |
|
|
|
"sable": { |
|
|
|
name: "Sable", |
|
|
|
parents: ["marten"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -54564,6 +54568,48 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Kyan", species: ["sable"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(2 + 5/12, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kyan/front.svg", |
|
|
|
extra: 460/334, |
|
|
|
bottom: 23/483 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"toeLength": { |
|
|
|
name: "Toe Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(7, "cm") |
|
|
|
}, |
|
|
|
"toeclawLength": { |
|
|
|
name: "Toelaw Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(4.7, "cm") |
|
|
|
}, |
|
|
|
"earHeight": { |
|
|
|
name: "Ear Height", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(14.1, "cm") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(2 + 5/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|