|
|
|
@@ -68346,6 +68346,85 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Zeke", species: ["german-shepherd"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(5 + 8/12, "feet"), |
|
|
|
weight: math.unit(180, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/zeke/front.svg", |
|
|
|
extra: 452/417, |
|
|
|
bottom: 21/473 |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(5 + 8/12, "feet"), |
|
|
|
weight: math.unit(180, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/zeke/back.svg", |
|
|
|
extra: 473/444, |
|
|
|
bottom: 8/481 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontNsfw: { |
|
|
|
height: math.unit(5 + 8/12, "feet"), |
|
|
|
weight: math.unit(180, "lb"), |
|
|
|
name: "Front (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/zeke/front-nsfw.svg", |
|
|
|
extra: 452/417, |
|
|
|
bottom: 21/473 |
|
|
|
} |
|
|
|
}, |
|
|
|
backNsfw: { |
|
|
|
height: math.unit(5 + 8/12, "feet"), |
|
|
|
weight: math.unit(180, "lb"), |
|
|
|
name: "Back (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/zeke/back-nsfw.svg", |
|
|
|
extra: 473/444, |
|
|
|
bottom: 8/481 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontErect: { |
|
|
|
height: math.unit(5 + 8/12, "feet"), |
|
|
|
weight: math.unit(180, "lb"), |
|
|
|
name: "Front (Erect)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/zeke/front-erect.svg", |
|
|
|
extra: 452/417, |
|
|
|
bottom: 21/473 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(5 + 8/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit((5 + 8/12) * 54.6087, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro+", |
|
|
|
height: math.unit((5 + 8/12) * 121.92, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega", |
|
|
|
height: math.unit((5 + 8/12) * 796.67, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega+", |
|
|
|
height: math.unit((5 + 8/12) * 5086.6, "feet") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|