|
|
@@ -50725,41 +50725,73 @@ characterMakers.push(() => makeCharacter( |
|
|
characterMakers.push(() => makeCharacter( |
|
|
characterMakers.push(() => makeCharacter( |
|
|
{ name: "Winter", species: ["arcanine"], tags: ["feral"] }, |
|
|
{ name: "Winter", species: ["arcanine"], tags: ["feral"] }, |
|
|
{ |
|
|
{ |
|
|
front: { |
|
|
|
|
|
|
|
|
feral: { |
|
|
height: math.unit(12, "feet"), |
|
|
height: math.unit(12, "feet"), |
|
|
weight: math.unit(20000, "lb"), |
|
|
weight: math.unit(20000, "lb"), |
|
|
name: "Front", |
|
|
|
|
|
|
|
|
name: "Side", |
|
|
image: { |
|
|
image: { |
|
|
source: "./media/characters/winter/front.svg", |
|
|
|
|
|
|
|
|
source: "./media/characters/winter/feral.svg", |
|
|
extra: 1286/943, |
|
|
extra: 1286/943, |
|
|
bottom: 112/1398 |
|
|
bottom: 112/1398 |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
form: "feral", |
|
|
|
|
|
default: true |
|
|
}, |
|
|
}, |
|
|
frontNsfw: { |
|
|
|
|
|
|
|
|
feralNsfw: { |
|
|
height: math.unit(12, "feet"), |
|
|
height: math.unit(12, "feet"), |
|
|
weight: math.unit(20000, "lb"), |
|
|
weight: math.unit(20000, "lb"), |
|
|
name: "Front (NSFW)", |
|
|
|
|
|
|
|
|
name: "Side (NSFW)", |
|
|
image: { |
|
|
image: { |
|
|
source: "./media/characters/winter/front-nsfw.svg", |
|
|
|
|
|
|
|
|
source: "./media/characters/winter/feral-nsfw.svg", |
|
|
extra: 1286/943, |
|
|
extra: 1286/943, |
|
|
bottom: 112/1398 |
|
|
bottom: 112/1398 |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
form: "feral" |
|
|
}, |
|
|
}, |
|
|
dick: { |
|
|
dick: { |
|
|
height: math.unit(3.79, "feet"), |
|
|
height: math.unit(3.79, "feet"), |
|
|
name: "Dick", |
|
|
name: "Dick", |
|
|
image: { |
|
|
image: { |
|
|
source: "./media/characters/winter/dick.svg" |
|
|
source: "./media/characters/winter/dick.svg" |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
form: "feral" |
|
|
|
|
|
}, |
|
|
|
|
|
anthro: { |
|
|
|
|
|
height: math.unit(12, "feet"), |
|
|
|
|
|
weight: math.unit(10, "tons"), |
|
|
|
|
|
name: "Anthro", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/winter/anthro.svg", |
|
|
|
|
|
extra: 1701/1553, |
|
|
|
|
|
bottom: 64/1765 |
|
|
|
|
|
}, |
|
|
|
|
|
form: "anthro", |
|
|
|
|
|
default: true |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
[ |
|
|
[ |
|
|
{ |
|
|
{ |
|
|
name: "Big", |
|
|
name: "Big", |
|
|
height: math.unit(12, "feet"), |
|
|
height: math.unit(12, "feet"), |
|
|
|
|
|
default: true, |
|
|
|
|
|
form: "feral" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Big", |
|
|
|
|
|
height: math.unit(12, "feet"), |
|
|
|
|
|
default: true, |
|
|
|
|
|
form: "anthro" |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
|
|
|
{ |
|
|
|
|
|
"feral": { |
|
|
|
|
|
name: "Feral", |
|
|
default: true |
|
|
default: true |
|
|
}, |
|
|
}, |
|
|
] |
|
|
|
|
|
|
|
|
"anthro": { |
|
|
|
|
|
name: "Anthro" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
characterMakers.push(() => makeCharacter( |
|
|
|