From 9137ed8b75d50614f4a8250bab31ce2619399ebe Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 17 Mar 2020 17:35:01 -0400 Subject: [PATCH] Update De'Vout's size --- presets/characters.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/presets/characters.js b/presets/characters.js index 25b40447..aa27086f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -16631,8 +16631,8 @@ characterMakers["De'Vout"] = () => { "Bruyaglovae", { front: { - height: math.unit(12, "feet"), - weight: math.unit(1000, "lb"), + height: math.unit(9.5, "feet"), + weight: math.unit(600, "lb"), name: "Front", image: { source: "./media/characters/de'vout/front.svg", @@ -16641,8 +16641,8 @@ characterMakers["De'Vout"] = () => { } }, back: { - height: math.unit(12, "feet"), - weight: math.unit(1000, "lb"), + height: math.unit(9.5, "feet"), + weight: math.unit(600, "lb"), name: "Back", image: { source: "./media/characters/de'vout/back.svg", @@ -16650,8 +16650,8 @@ characterMakers["De'Vout"] = () => { } }, frontDressed: { - height: math.unit(12, "feet"), - weight: math.unit(1000, "lb"), + height: math.unit(9.5, "feet"), + weight: math.unit(600, "lb"), name: "Front (Dressed", image: { source: "./media/characters/de'vout/front-dressed.svg", @@ -16660,8 +16660,8 @@ characterMakers["De'Vout"] = () => { } }, backDressed: { - height: math.unit(12, "feet"), - weight: math.unit(1000, "lb"), + height: math.unit(9.5, "feet"), + weight: math.unit(600, "lb"), name: "Back (Dressed", image: { source: "./media/characters/de'vout/back-dressed.svg", @@ -16672,7 +16672,7 @@ characterMakers["De'Vout"] = () => { [ { name: "Normal", - height: math.unit(12, "feet"), + height: math.unit(9.5, "feet"), default: true }, ]