|
|
|
@@ -54217,6 +54217,101 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Ash´iika", species: ["dragon"], tags: ["anthro", "feral"] }, |
|
|
|
{ |
|
|
|
anthroFront: { |
|
|
|
height: math.unit(556, "cm"), |
|
|
|
weight: math.unit(2650, "kg"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ash´iika/front.svg", |
|
|
|
extra: 710/673, |
|
|
|
bottom: 15/725 |
|
|
|
}, |
|
|
|
form: "anthro", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
anthroSide: { |
|
|
|
height: math.unit(556, "cm"), |
|
|
|
weight: math.unit(2650, "kg"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ash´iika/side.svg", |
|
|
|
extra: 696/676, |
|
|
|
bottom: 13/709 |
|
|
|
}, |
|
|
|
form: "anthro" |
|
|
|
}, |
|
|
|
anthroDressed: { |
|
|
|
height: math.unit(556, "cm"), |
|
|
|
weight: math.unit(2650, "kg"), |
|
|
|
name: "Dressed", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ash´iika/dressed.svg", |
|
|
|
extra: 710/673, |
|
|
|
bottom: 15/725 |
|
|
|
}, |
|
|
|
form: "anthro" |
|
|
|
}, |
|
|
|
anthroHead: { |
|
|
|
height: math.unit(3.5, "feet"), |
|
|
|
name: "Head", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ash´iika/head.svg", |
|
|
|
extra: 348/291, |
|
|
|
bottom: 45/393 |
|
|
|
}, |
|
|
|
form: "anthro" |
|
|
|
}, |
|
|
|
feralSide: { |
|
|
|
height: math.unit(870, "cm"), |
|
|
|
weight: math.unit(17500, "kg"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ash´iika/feral.svg", |
|
|
|
extra: 595/199, |
|
|
|
bottom: 7/602 |
|
|
|
}, |
|
|
|
form: "feral", |
|
|
|
default: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(556, "cm"), |
|
|
|
default: true, |
|
|
|
form: "anthro" |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(88, "meters"), |
|
|
|
form: "anthro" |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(870, "cm"), |
|
|
|
default: true, |
|
|
|
form: "feral" |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Large", |
|
|
|
height: math.unit(25, "meters"), |
|
|
|
form: "feral" |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"anthro": { |
|
|
|
name: "Anthro", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
"feral": { |
|
|
|
name: "Feral", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|