|
|
@@ -2437,6 +2437,10 @@ const speciesData = { |
|
|
name: "Russian Blue", |
|
|
name: "Russian Blue", |
|
|
parents: ["housecat"] |
|
|
parents: ["housecat"] |
|
|
}, |
|
|
}, |
|
|
|
|
|
"wholphin": { |
|
|
|
|
|
name: "Wholphin", |
|
|
|
|
|
parents: ["whale", "dolphin"] |
|
|
|
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//species |
|
|
//species |
|
|
@@ -12565,13 +12569,31 @@ characterMakers.push(() => makeCharacter( |
|
|
characterMakers.push(() => makeCharacter( |
|
|
characterMakers.push(() => makeCharacter( |
|
|
{ name: "Kimiko", species: ["eastern-dragon"], tags: ["anthro"] }, |
|
|
{ name: "Kimiko", species: ["eastern-dragon"], tags: ["anthro"] }, |
|
|
{ |
|
|
{ |
|
|
|
|
|
front: { |
|
|
|
|
|
height: math.unit(6, "feet"), |
|
|
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
|
|
name: "Front", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/kimiko/front.svg", |
|
|
|
|
|
extra: 875/832, |
|
|
|
|
|
bottom: 36/911 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
side: { |
|
|
side: { |
|
|
height: math.unit(6, "feet"), |
|
|
height: math.unit(6, "feet"), |
|
|
weight: math.unit(150, "lb"), |
|
|
weight: math.unit(150, "lb"), |
|
|
name: "Side", |
|
|
name: "Side", |
|
|
image: { |
|
|
image: { |
|
|
source: "./media/characters/kimiko/side.svg", |
|
|
source: "./media/characters/kimiko/side.svg", |
|
|
extra: 600 / 358 |
|
|
|
|
|
|
|
|
extra: 448/270, |
|
|
|
|
|
bottom: 7/455 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
maw: { |
|
|
|
|
|
height: math.unit(0.81 / 15 * 6, "feet"), |
|
|
|
|
|
name: "Maw", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/kimiko/maw.svg" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
@@ -66567,6 +66589,29 @@ characterMakers.push(() => makeCharacter( |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|
|
{ name: "Tony Gray", species: ["wholphin"], tags: ["anthro"] }, |
|
|
|
|
|
{ |
|
|
|
|
|
front: { |
|
|
|
|
|
height: math.unit(5 + 9/12, "feet"), |
|
|
|
|
|
weight: math.unit(1500, "lb"), |
|
|
|
|
|
name: "Front", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/tony-gray/front.svg", |
|
|
|
|
|
extra: 700/575, |
|
|
|
|
|
bottom: 71/771 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
[ |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Normal", |
|
|
|
|
|
height: math.unit(5 + 9/12, "feet"), |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
)) |
|
|
|
|
|
|
|
|
//characters |
|
|
//characters |
|
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
function makeCharacters() { |
|
|
|