|
|
|
@@ -44460,6 +44460,55 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Xeaduulix", species: ["dragon"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(18, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/xeaduulix/front.svg", |
|
|
|
extra: 1380/1166, |
|
|
|
bottom: 110/1490 |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(18, "feet"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/xeaduulix/back.svg", |
|
|
|
extra: 1592/1170, |
|
|
|
bottom: 128/1720 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontNsfw: { |
|
|
|
height: math.unit(18, "feet"), |
|
|
|
name: "Front (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/xeaduulix/front-nsfw.svg", |
|
|
|
extra: 1380/1166, |
|
|
|
bottom: 110/1490 |
|
|
|
} |
|
|
|
}, |
|
|
|
backNsfw: { |
|
|
|
height: math.unit(18, "feet"), |
|
|
|
name: "Back (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/xeaduulix/back-nsfw.svg", |
|
|
|
extra: 1592/1170, |
|
|
|
bottom: 128/1720 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(18, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|