|
|
|
@@ -68425,6 +68425,82 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Adalwen", species: ["german-shepherd"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
frontSfw: { |
|
|
|
height: math.unit(2.2, "meters"), |
|
|
|
name: "Front (SFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/adalwen/front-sfw.svg", |
|
|
|
extra: 1654/1574, |
|
|
|
bottom: 107/1761 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontNsfw: { |
|
|
|
height: math.unit(2.2, "meters"), |
|
|
|
name: "Front (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/adalwen/front-nsfw.svg", |
|
|
|
extra: 1654/1574, |
|
|
|
bottom: 107/1761 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontErect: { |
|
|
|
height: math.unit(2.2, "meters"), |
|
|
|
name: "Front (Erect)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/adalwen/front-erect.svg", |
|
|
|
extra: 1654/1574, |
|
|
|
bottom: 107/1761 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(2.2, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giant", |
|
|
|
height: math.unit(55, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Bigger Giant", |
|
|
|
height: math.unit(200, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(650, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Bigger Macro", |
|
|
|
height: math.unit(1300, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Titan", |
|
|
|
height: math.unit(5500, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Titan 2", |
|
|
|
height: math.unit(17, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Titan 3", |
|
|
|
height: math.unit(125, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Titan 4", |
|
|
|
height: math.unit(1500, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Titan 5", |
|
|
|
height: math.unit(55000, "km") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|