From 3622e6161f5a937bcab8fd7920301bd6fe3df434 Mon Sep 17 00:00:00 2001 From: Felix Linker Date: Sat, 27 Apr 2019 01:20:29 +0200 Subject: [PATCH] Fix rof mods to work as fireint mods --- modifications/blueprints.json | 54 ++++++++++++++++---------------- modifications/modifications.json | 2 +- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 7e48da0..40149bb 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -11045,7 +11045,7 @@ ], "rof": [ 0, - 0.02 + -0.02 ] }, "uuid": "f622da45-ef05-4a9f-bdcb-879b5933b869" @@ -11073,8 +11073,8 @@ 0.08 ], "rof": [ - 0.02, - 0.04 + -0.02, + -0.04 ] }, "uuid": "c2cf2614-1a13-4b8d-81eb-d4eaf76257d0" @@ -11103,8 +11103,8 @@ 0.12 ], "rof": [ - 0.04, - 0.06 + -0.04, + -0.06 ] }, "uuid": "e37a6dba-669e-4ce6-bb3d-e831bdd656c0" @@ -11133,8 +11133,8 @@ 0.16 ], "rof": [ - 0.06, - 0.08 + -0.06, + -0.08 ] }, "uuid": "8800433a-2061-4776-9821-5dc04772b963" @@ -11163,8 +11163,8 @@ 0.2 ], "rof": [ - 0.08, - 0.1 + -0.08, + -0.1 ] }, "uuid": "4b3f4f18-a517-4354-a02d-de46b3cd4efc" @@ -11738,7 +11738,7 @@ ], "rof": [ 0, - 0.08 + -0.08 ] }, "uuid": "a7ca2bf6-14be-41ed-8bfb-c7348fda7713" @@ -11766,8 +11766,8 @@ -0.35 ], "rof": [ - 0.08, - 0.17 + -0.08, + -0.17 ] }, "uuid": "0008257b-ea33-48ea-a18e-56cc6cf98a77" @@ -11796,8 +11796,8 @@ -0.45 ], "rof": [ - 0.17, - 0.26 + -0.17, + -0.26 ] }, "uuid": "f3338d38-f944-4841-b350-09755e1b615d" @@ -11826,8 +11826,8 @@ -0.55 ], "rof": [ - 0.26, - 0.35 + -0.26, + -0.35 ] }, "uuid": "d2bdb568-725a-44bf-9328-ba72d2988acd" @@ -11856,8 +11856,8 @@ -0.65 ], "rof": [ - 0.35, - 0.44 + -0.35, + -0.44 ] }, "uuid": "b1792824-0e96-42a3-9d3a-0b41d5ef83e0" @@ -11891,7 +11891,7 @@ ], "rof": [ 0, - 0.08 + -0.08 ] }, "uuid": "a7ca2bf6-14be-41ed-8bfb-c7348fda7713" @@ -11919,8 +11919,8 @@ -0.35 ], "rof": [ - 0.08, - 0.17 + -0.08, + -0.17 ] }, "uuid": "0008257b-ea33-48ea-a18e-56cc6cf98a77" @@ -11949,8 +11949,8 @@ -0.45 ], "rof": [ - 0.17, - 0.26 + -0.17, + -0.26 ] }, "uuid": "f3338d38-f944-4841-b350-09755e1b615d" @@ -11979,8 +11979,8 @@ -0.55 ], "rof": [ - 0.26, - 0.35 + -0.26, + -0.35 ] }, "uuid": "d2bdb568-725a-44bf-9328-ba72d2988acd" @@ -12009,8 +12009,8 @@ -0.65 ], "rof": [ - 0.35, - 0.44 + -0.35, + -0.44 ] }, "uuid": "b1792824-0e96-42a3-9d3a-0b41d5ef83e0" diff --git a/modifications/modifications.json b/modifications/modifications.json index caddfc3..c816317 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -34,7 +34,7 @@ "ranget": {"id": 26, "name": "ranget", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative", "higherbetter": false}, - "rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative", "higherbetter": true}, + "rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "angle": {"id": 46, "name": "angle", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "scanrate": {"id": 49, "name": "scanrate", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "scantime": {"id": 48, "name": "scantime", "type": "percentage", "method": "multiplicative", "higherbetter": false},