From 4ee75727fb4334e4c67c40fe659cbb6ce929dfcb Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 5 Oct 2021 14:18:20 -0400 Subject: [PATCH] Adjust Fen's weights --- presets/characters.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/presets/characters.js b/presets/characters.js index d80c36be..ed87d766 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1889,7 +1889,7 @@ characterMakers.push(() => makeCharacter( { front: { height: math.unit(12, "feet"), - weight: math.unit(1600, "lb"), + weight: math.unit(2400, "lb"), name: "Front", image: { source: "./media/characters/fen/front.svg", @@ -1899,7 +1899,7 @@ characterMakers.push(() => makeCharacter( }, diving: { height: math.unit(4.9, "meters"), - weight: math.unit(1600, "lb"), + weight: math.unit(2400, "lb"), name: "Diving", image: { source: "./media/characters/fen/diving.svg" @@ -1907,7 +1907,7 @@ characterMakers.push(() => makeCharacter( }, goo: { height: math.unit(12, "feet"), - weight: math.unit(1600, "lb"), + weight: math.unit(3000, "lb"), capacity: math.unit(6, "people"), name: "Goo", image: { @@ -1925,7 +1925,7 @@ characterMakers.push(() => makeCharacter( }, gooCeiling: { height: math.unit(6.6, "feet"), - weight: math.unit(1600, "lb"), + weight: math.unit(3000, "lb"), capacity: math.unit(6, "people"), name: "Goo (Ceiling)", image: { @@ -1934,7 +1934,7 @@ characterMakers.push(() => makeCharacter( }, back: { height: math.unit(12, "feet"), - weight: math.unit(1600, "lb"), + weight: math.unit(2400, "lb"), name: "Back", image: { source: "./media/characters/fen/back.svg", @@ -1948,7 +1948,7 @@ characterMakers.push(() => makeCharacter( }, full: { height: math.unit(1.6, "meter"), - weight: math.unit(2200, "lb"), + weight: math.unit(3200, "lb"), name: "Full", image: { source: "./media/characters/fen/full.svg", @@ -1964,7 +1964,7 @@ characterMakers.push(() => makeCharacter( }, gooLounging: { height: math.unit(4.53, "feet"), - weight: math.unit(1600, "lb"), + weight: math.unit(3000, "lb"), capacity: math.unit(6, "people"), name: "Goo (Lounging)", image: { @@ -1974,7 +1974,7 @@ characterMakers.push(() => makeCharacter( }, lounging: { height: math.unit(10.52, "feet"), - weight: math.unit(1600, "lb"), + weight: math.unit(2400, "lb"), name: "Lounging", image: { source: "./media/characters/fen/lounging.svg"