|
|
|
@@ -53041,6 +53041,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
extra: 1286/943, |
|
|
|
bottom: 112/1398 |
|
|
|
}, |
|
|
|
form: "feral", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
feralNsfw: { |
|
|
|
@@ -53052,6 +53053,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
extra: 1286/943, |
|
|
|
bottom: 112/1398 |
|
|
|
}, |
|
|
|
form: "feral" |
|
|
|
}, |
|
|
|
dick: { |
|
|
|
height: math.unit(3.79, "feet"), |
|
|
|
@@ -53059,6 +53061,19 @@ characterMakers.push(() => makeCharacter( |
|
|
|
image: { |
|
|
|
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 |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
@@ -53066,8 +53081,24 @@ characterMakers.push(() => makeCharacter( |
|
|
|
name: "Big", |
|
|
|
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 |
|
|
|
}, |
|
|
|
"anthro": { |
|
|
|
name: "Anthro" |
|
|
|
} |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|