|
|
|
@@ -63066,6 +63066,81 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Zeanlain", species: ["harpy-eagle"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
frontNsfw: { |
|
|
|
height: math.unit(5, "meters"), |
|
|
|
weight: math.unit(2000, "kg"), |
|
|
|
preyCapacity: math.unit(5, "people"), |
|
|
|
name: "Front (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/zeanlain/front-nsfw.svg", |
|
|
|
extra: 1087/938, |
|
|
|
bottom: 93/1180 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"wingspan": { |
|
|
|
name: "Wingspan", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(10, "meters") |
|
|
|
}, |
|
|
|
"footSize": { |
|
|
|
name: "Foot Size", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(0.68, "meters") |
|
|
|
}, |
|
|
|
"cockLength": { |
|
|
|
name: "Cock Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(1.69, "meters") |
|
|
|
}, |
|
|
|
"ballVolume": { |
|
|
|
name: "Ball Volume", |
|
|
|
power: 3, |
|
|
|
type: "volume", |
|
|
|
base: math.unit(0.028, "m^3") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
front: { |
|
|
|
height: math.unit(5, "meters"), |
|
|
|
weight: math.unit(2000, "kg"), |
|
|
|
preyCapacity: math.unit(3, "people"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/zeanlain/front.svg", |
|
|
|
extra: 1087/938, |
|
|
|
bottom: 93/1180 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"wingspan": { |
|
|
|
name: "Wingspan", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(10, "meters") |
|
|
|
}, |
|
|
|
"footSize": { |
|
|
|
name: "Foot Size", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(0.68, "meters") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(5, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|