From 8e322ea93d95346702de38acb850eda38f42a326 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 16 Oct 2021 14:36:52 -0400 Subject: [PATCH] Update the heights of Davy and Lyla --- presets/characters.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/presets/characters.js b/presets/characters.js index b426c7be..29606810 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17774,8 +17774,8 @@ characterMakers.push(() => makeCharacter( { name: "Davy", species: ["cat"], tags: ["feral"] }, { side: { - height: math.unit(1 + 10 / 12, "feet"), - weight: math.unit(25, "lb"), + height: math.unit(15.6, "inches"), + weight: math.unit(10, "lb"), name: "Side", image: { source: "./media/characters/davy/side.svg", @@ -17787,7 +17787,7 @@ characterMakers.push(() => makeCharacter( [ { name: "Normal", - height: math.unit(1 + 10 / 12, "feet"), + height: math.unit(15.6, "inches"), default: true }, ] @@ -17820,8 +17820,8 @@ characterMakers.push(() => makeCharacter( { name: "Lyla", species: ["european-honey-buzzard"], tags: ["feral"] }, { front: { - height: math.unit(3, "feet"), - weight: math.unit(100, "lb"), + height: math.unit(26, "inches"), + weight: math.unit(35, "lb"), name: "Front", image: { source: "./media/characters/lyla/front.svg",