|
|
|
@@ -61689,6 +61689,109 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Ayranus", species: ["otter", "lion", "bat"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
otter_front: { |
|
|
|
height: math.unit(1.8, "meters"), |
|
|
|
weight: math.unit(90, "kg"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ayranus/otter-front.svg", |
|
|
|
extra: 468/452, |
|
|
|
bottom: 43/511 |
|
|
|
}, |
|
|
|
form: "otter", |
|
|
|
}, |
|
|
|
otter_frontLewd: { |
|
|
|
height: math.unit(1.8, "meters"), |
|
|
|
weight: math.unit(90, "kg"), |
|
|
|
name: "Front (Lewd)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ayranus/otter-front-lewd.svg", |
|
|
|
extra: 468/452, |
|
|
|
bottom: 43/511 |
|
|
|
}, |
|
|
|
form: "otter", |
|
|
|
}, |
|
|
|
lionbat_front: { |
|
|
|
height: math.unit(1.8, "meters"), |
|
|
|
weight: math.unit(90, "kg"), |
|
|
|
name: "Front (Lewd)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ayranus/lionbat-front-lewd.svg", |
|
|
|
extra: 797/740, |
|
|
|
bottom: 78/875 |
|
|
|
}, |
|
|
|
form: "lionbat", |
|
|
|
}, |
|
|
|
paw: { |
|
|
|
height: math.unit(1.5, "feet"), |
|
|
|
name: "Paw", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ayranus/paw.svg" |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Incognito", |
|
|
|
height: math.unit(1.8, "meters"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(60, "meters"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro+", |
|
|
|
height: math.unit(200, "meters"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega", |
|
|
|
height: math.unit(35, "km"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giga", |
|
|
|
height: math.unit(220, "km"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giga+", |
|
|
|
height: math.unit(1500, "km"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Terra", |
|
|
|
height: math.unit(13000, "km"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Terra+", |
|
|
|
height: math.unit(500000, "km"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Galactic", |
|
|
|
height: math.unit(486080, "parsecs"), |
|
|
|
default: true, |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"otter": { |
|
|
|
name: "Otter", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
"lionbat": { |
|
|
|
name: "Lionbat", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|