From 3a4e36d3be5dddf857100f079bee05e806d43914 Mon Sep 17 00:00:00 2001 From: felixlinker Date: Wed, 5 Sep 2018 17:50:00 +0200 Subject: [PATCH 1/3] fallofffromrange not hidden anymore --- modifications/modifications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modifications/modifications.json b/modifications/modifications.json index b4bd9b2..9b569db 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -15,7 +15,7 @@ "explres": {"id": 11, "name": "explres", "type": "percentage", "method": "additive", "higherbetter": true}, "facinglimit": {"id": 12, "name": "facinglimit", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "falloff": {"id": 45, "name": "falloff", "type": "percentage", "method": "multiplicative", "higherbetter": true}, - "fallofffromrange": {"id": 42, "name": "fallofffromrange", "type": "numeric", "hidden": true, "method": "overwrite"}, + "fallofffromrange": {"id": 42, "name": "fallofffromrange", "type": "numeric", "aggregated": true, "method": "overwrite"}, "hullboost": {"id": 13, "name": "hullboost", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative", "higherbetter": true}, From be2896b47b02d50eaafa8df2c03367db8e95fba6 Mon Sep 17 00:00:00 2001 From: felixlinker Date: Wed, 5 Sep 2018 17:47:49 +0200 Subject: [PATCH 2/3] Removed modification stats that won't be modified from respective list --- modifications/modules.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modifications/modules.json b/modifications/modules.json index f719ad3..ad88e2b 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -566,7 +566,6 @@ } }, "modifications": [ - "boot", "brokenregen", "distdraw", "explres", @@ -577,7 +576,6 @@ "optmul", "power", "regen", - "thermload", "thermres" ], "specials": [ @@ -4825,7 +4823,6 @@ } }, "modifications": [ - "boot", "brokenregen", "distdraw", "explres", @@ -4836,7 +4833,6 @@ "optmul", "power", "regen", - "thermload", "thermres" ], "specials": [ @@ -5421,7 +5417,6 @@ "kinres", "mass", "power", - "optmul", "shieldboost", "thermres" ], @@ -5652,7 +5647,6 @@ } }, "modifications": [ - "boot", "brokenregen", "distdraw", "explres", @@ -5663,7 +5657,6 @@ "optmul", "power", "regen", - "thermload", "thermres" ], "specials": [ From 84a91294ec496372c50efd2b5b283d8ab5dce5cc Mon Sep 17 00:00:00 2001 From: felixlinker Date: Wed, 5 Sep 2018 17:48:15 +0200 Subject: [PATCH 3/3] Added causres to list of stats to be modified --- modifications/modules.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modifications/modules.json b/modifications/modules.json index ad88e2b..71e66ed 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -188,6 +188,7 @@ } }, "modifications": [ + "causres", "explres", "hullboost", "kinres", @@ -2338,6 +2339,7 @@ }, "modifications": [ "hullreinforcement", + "causres", "explres", "hullboost", "kinres",