prep for gsrp and guardian fsd boosters

This commit is contained in:
willyb321
2018-07-01 11:18:42 +10:00
parent 362d816973
commit d596dc252d
4 changed files with 61 additions and 31 deletions

View File

@@ -47,5 +47,7 @@
"thermres": {"id": 36, "name": "thermres", "type": "percentage", "method": "additive", "higherbetter": true},
"wepcap": {"id": 37, "name": "wepcap", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"weprate": {"id": 38, "name": "weprate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"shieldreinforcement": {"id": 39, "name": "shieldreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true}
"shieldreinforcement": {"id": 39, "name": "shieldreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"jumpboost": {"id": 40, "name": "jumpboost", "type": "numeric", "method": "additive", "higherbetter": true},
"shieldaddition": {"id": 41, "name": "shieldaddition", "type": "numeric", "method": "additive", "higherbetter": true}
}