From 8e8dbc287b2a548c0c266e69dc19c7fd666236b1 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 15 Oct 2020 19:19:22 -0400 Subject: [PATCH] Adjust Aronai Sieyes' weight --- presets/characters.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/presets/characters.js b/presets/characters.js index 6d39fe20..cd6776ae 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -18746,7 +18746,7 @@ characterMakers.push(() => makeCharacter( { front: { height: math.unit(6 + 1 / 12, "feet"), - weight: math.unit(150, "lb"), + weight: math.unit(75, "lb"), name: "Front", image: { source: "./media/characters/aronai-sieyes/front.svg", @@ -18756,7 +18756,7 @@ characterMakers.push(() => makeCharacter( }, side: { height: math.unit(6 + 1 / 12, "feet"), - weight: math.unit(150, "lb"), + weight: math.unit(75, "lb"), name: "Side", image: { source: "./media/characters/aronai-sieyes/side.svg", @@ -18766,7 +18766,7 @@ characterMakers.push(() => makeCharacter( }, back: { height: math.unit(6 + 1 / 12, "feet"), - weight: math.unit(150, "lb"), + weight: math.unit(75, "lb"), name: "Back", image: { source: "./media/characters/aronai-sieyes/back.svg", @@ -18776,7 +18776,7 @@ characterMakers.push(() => makeCharacter( }, frontClothed: { height: math.unit(6 + 1 / 12, "feet"), - weight: math.unit(150, "lb"), + weight: math.unit(75, "lb"), name: "Front (Clothed)", image: { source: "./media/characters/aronai-sieyes/front-clothed.svg", @@ -18785,7 +18785,7 @@ characterMakers.push(() => makeCharacter( }, feral: { height: math.unit(18, "feet"), - weight: math.unit(150 * 3 * 3 * 3, "lb"), + weight: math.unit(75 * 3 * 3 * 3, "lb"), name: "Feral", image: { source: "./media/characters/aronai-sieyes/feral.svg",