|
|
|
@@ -59414,7 +59414,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(140, "kg"), |
|
|
|
weight: math.unit(120, "kg"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/gilirian/front.svg", |
|
|
|
@@ -59424,7 +59424,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
side: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(140, "kg"), |
|
|
|
weight: math.unit(120, "kg"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/gilirian/side.svg", |
|
|
|
@@ -59434,7 +59434,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(140, "kg"), |
|
|
|
weight: math.unit(120, "kg"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/gilirian/back.svg", |
|
|
|
@@ -59444,7 +59444,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
frontNsfw: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(140, "kg"), |
|
|
|
weight: math.unit(120, "kg"), |
|
|
|
name: "Front (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/gilirian/front-nsfw.svg", |
|
|
|
@@ -59454,7 +59454,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
sideNsfw: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(140, "kg"), |
|
|
|
weight: math.unit(120, "kg"), |
|
|
|
name: "Side (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/gilirian/side-nsfw.svg", |
|
|
|
|