|
|
|
@@ -53883,7 +53883,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
weight: math.unit(200, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/poptart/front.svg", |
|
|
|
@@ -53893,7 +53893,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
weight: math.unit(200, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/poptart/back.svg", |
|
|
|
@@ -53903,7 +53903,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
frontNsfw: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
weight: math.unit(200, "lb"), |
|
|
|
name: "Front (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/poptart/front-nsfw.svg", |
|
|
|
@@ -53913,7 +53913,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
backNsfw: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
weight: math.unit(200, "lb"), |
|
|
|
name: "Back (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/poptart/back-nsfw.svg", |
|
|
|
@@ -53942,6 +53942,14 @@ characterMakers.push(() => makeCharacter( |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Grande", |
|
|
|
height: math.unit(350, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Massif", |
|
|
|
height: math.unit(967, "feet") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
|