mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
Separate scan time and scan range
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#2.3.1
|
||||
* Separate scan time and scan range
|
||||
|
||||
#2.3.0
|
||||
* Add Dolphin
|
||||
* Add turreted mining lasers
|
||||
|
||||
@@ -4494,7 +4494,7 @@
|
||||
},
|
||||
"features": {
|
||||
"mass": [ 0.4, 0.2 ],
|
||||
"scantime": [ 0.1, 0.4 ]
|
||||
"scanrate": [ 0.1, 0.4 ]
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
@@ -4504,7 +4504,7 @@
|
||||
},
|
||||
"features": {
|
||||
"mass": [ 0.8, 0.4 ],
|
||||
"scantime": [ 0.2, 0.5 ]
|
||||
"scanrate": [ 0.2, 0.5 ]
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
@@ -4515,7 +4515,7 @@
|
||||
},
|
||||
"features": {
|
||||
"mass": [ 1.2, 0.6 ],
|
||||
"scantime": [ 0.3, 0.6 ]
|
||||
"scanrate": [ 0.3, 0.6 ]
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
@@ -4526,7 +4526,7 @@
|
||||
},
|
||||
"features": {
|
||||
"mass": [ 1.6, 0.8 ],
|
||||
"scantime": [ 0.4, 0.7 ]
|
||||
"scanrate": [ 0.4, 0.7 ]
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
@@ -4537,7 +4537,7 @@
|
||||
},
|
||||
"features": {
|
||||
"mass": [ 2, 1 ],
|
||||
"scantime": [ 0.5, 0.8 ]
|
||||
"scanrate": [ 0.5, 0.8 ]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
"reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative", "higherbetter": false},
|
||||
"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},
|
||||
"shield": {"id": 30, "name": "shield", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||
"shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||
|
||||
@@ -5547,7 +5547,7 @@
|
||||
"mass",
|
||||
"angle",
|
||||
"range",
|
||||
"scantime"
|
||||
"scanrate"
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user