|
|
|
@@ -60083,6 +60083,99 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Atlas (Dragon)", species: ["dragon", "deity"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(2.5, "meters"), |
|
|
|
weight: math.unit(200, "kg"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/atlas-dragon/front.svg", |
|
|
|
extra: 745/462, |
|
|
|
bottom: 36/781 |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(2.5, "meters"), |
|
|
|
weight: math.unit(200, "kg"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/atlas-dragon/back.svg", |
|
|
|
extra: 848/822, |
|
|
|
bottom: 57/905 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontLewd: { |
|
|
|
height: math.unit(2.5, "meters"), |
|
|
|
weight: math.unit(200, "kg"), |
|
|
|
name: "Front (Lewd)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/atlas-dragon/front-lewd.svg", |
|
|
|
extra: 745/462, |
|
|
|
bottom: 36/781 |
|
|
|
} |
|
|
|
}, |
|
|
|
backLewd: { |
|
|
|
height: math.unit(2.5, "meters"), |
|
|
|
weight: math.unit(200, "kg"), |
|
|
|
name: "Back (Lewd)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/atlas-dragon/back-lewd.svg", |
|
|
|
extra: 848/822, |
|
|
|
bottom: 57/905 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Incognito", |
|
|
|
height: math.unit(2.5, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Small Macro", |
|
|
|
height: math.unit(50, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(350, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega", |
|
|
|
height: math.unit(5.5, "kilometers") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega+", |
|
|
|
height: math.unit(50, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giga", |
|
|
|
height: math.unit(350, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giga+", |
|
|
|
height: math.unit(2000, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giga++", |
|
|
|
height: math.unit(6500, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Terra", |
|
|
|
height: math.unit(30000, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Terra+", |
|
|
|
height: math.unit(250000, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "True Size", |
|
|
|
height: math.unit(100, "multiverses"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|