mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Fix higherbetter for kinres
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||
"integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||
"jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative", "higherbetter": true},
|
||||
"kinres": {"id": 17, "name": "kinres", "type": "percentage", "method": "additive", "higherbetter": false},
|
||||
"kinres": {"id": 17, "name": "kinres", "type": "percentage", "method": "additive", "higherbetter": true},
|
||||
"mass": {"id": 18, "name": "mass", "type": "percentage", "method": "multiplicative", "higherbetter": false},
|
||||
"maxfuel": {"id": 19, "name": "maxfuel", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||
"optmass": {"id": 20, "name": "optmass", "type": "percentage", "method": "multiplicative", "higherbetter": true},
|
||||
|
||||
Reference in New Issue
Block a user