|
|
|
@@ -67959,6 +67959,70 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Orun", species: ["sabertooth-tiger"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
frontSfw: { |
|
|
|
height: math.unit(1.9, "meters"), |
|
|
|
name: "Front (SFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/orun/front-sfw.svg", |
|
|
|
extra: 1684/1625, |
|
|
|
bottom: 64/1748 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontNsfw: { |
|
|
|
height: math.unit(1.9, "meters"), |
|
|
|
name: "Front (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/orun/front-nsfw.svg", |
|
|
|
extra: 1684/1625, |
|
|
|
bottom: 64/1748 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontErect: { |
|
|
|
height: math.unit(1.9, "meters"), |
|
|
|
name: "Front (Erect)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/orun/front-erect.svg", |
|
|
|
extra: 1684/1625, |
|
|
|
bottom: 64/1748 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(1.9, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giant", |
|
|
|
height: math.unit(45, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Bigger Giant", |
|
|
|
height: math.unit(155, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(550, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Bigger Macro", |
|
|
|
height: math.unit(1050, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Titan", |
|
|
|
height: math.unit(5, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Bigger Titan", |
|
|
|
height: math.unit(15, "km") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|