|
|
|
@@ -59409,6 +59409,101 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Gilirian", species: ["giraffe", "zebra"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(140, "kg"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/gilirian/front.svg", |
|
|
|
extra: 805/737, |
|
|
|
bottom: 13/818 |
|
|
|
} |
|
|
|
}, |
|
|
|
side: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(140, "kg"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/gilirian/side.svg", |
|
|
|
extra: 810/746, |
|
|
|
bottom: 6/816 |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(140, "kg"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/gilirian/back.svg", |
|
|
|
extra: 815/745, |
|
|
|
bottom: 15/830 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontNsfw: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(140, "kg"), |
|
|
|
name: "Front (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/gilirian/front-nsfw.svg", |
|
|
|
extra: 805/737, |
|
|
|
bottom: 13/818 |
|
|
|
} |
|
|
|
}, |
|
|
|
sideNsfw: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(140, "kg"), |
|
|
|
name: "Side (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/gilirian/side-nsfw.svg", |
|
|
|
extra: 810/746, |
|
|
|
bottom: 6/816 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Incognito", |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(250, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Big Macro", |
|
|
|
height: math.unit(1500, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega", |
|
|
|
height: math.unit(40, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giga", |
|
|
|
height: math.unit(300, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Extra Giga", |
|
|
|
height: math.unit(5000, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Small Terra", |
|
|
|
height: math.unit(10e3, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Terra", |
|
|
|
height: math.unit(3e5, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Galactic", |
|
|
|
height: math.unit(369950, "lightyears") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|