Fix rof mods to work as fireint mods

This commit is contained in:
Felix Linker
2019-04-27 01:20:29 +02:00
parent aa84971a93
commit 3622e6161f
2 changed files with 28 additions and 28 deletions

View File

@@ -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"

View File

@@ -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},