From da6e30be3757ef2f4a6823f4d8ec57e78f2a4b4d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 21 Mar 2020 10:17:55 -0400 Subject: [PATCH] Add missing default sizes --- presets/characters.js | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/presets/characters.js b/presets/characters.js index e23e4ee4..173be867 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14402,7 +14402,8 @@ characterMakers["Verin Raharra"] = () => { [ { name: "Normal", - height: math.unit(7 + 5/12, "feet") + height: math.unit(7 + 5/12, "feet"), + default: true }, { name: "Upsized", @@ -14465,7 +14466,8 @@ characterMakers["Lily"] = () => { [ { name: "Normal", - height: math.unit(4.91, "feet") + height: math.unit(4.91, "feet"), + default: true }, ] ) @@ -14490,7 +14492,8 @@ characterMakers["Sheila"] = () => { [ { name: "Normal", - height: math.unit(4 + 4/12, "feet") + height: math.unit(4 + 4/12, "feet"), + default: true }, ] ) @@ -14638,7 +14641,8 @@ characterMakers["Venio Darcony"] = () => { }, { name: "Macro", - height: math.unit(130, "feet") + height: math.unit(130, "feet"), + default: true }, { name: "Macro+", @@ -15595,7 +15599,8 @@ characterMakers["Lyla"] = () => { [ { name: "Normal", - height: math.unit(2, "feet") + height: math.unit(2, "feet"), + default: true }, ] ) @@ -15619,7 +15624,8 @@ characterMakers["Perseus"] = () => { [ { name: "Normal", - height: math.unit(1.8, "feet") + height: math.unit(1.8, "feet"), + default: true }, ] ) @@ -15642,7 +15648,8 @@ characterMakers["Remus"] = () => { [ { name: "Normal", - height: math.unit(4 + 2/12, "feet") + height: math.unit(4 + 2/12, "feet"), + default: true }, ] ) @@ -16019,7 +16026,8 @@ characterMakers["Anima"] = () => { [ { name: "Normal", - height: math.unit(8, "feet") + height: math.unit(8, "feet"), + default: true }, ] ) @@ -16219,7 +16227,8 @@ characterMakers["Kernel"] = () => { }, { name: "Normal", - height: math.unit(1.7, "m") + height: math.unit(1.7, "m"), + default: true }, ] )