update krait cost, fix ids on new mods

This commit is contained in:
William Blythe
2018-07-02 10:54:44 +10:00
parent 84976b6bb5
commit 02b6e8478b
5 changed files with 30 additions and 32 deletions

View File

@@ -48,6 +48,6 @@
"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},
"jumpboost": {"id": 40, "name": "jumpboost", "type": "numeric", "method": "additive", "higherbetter": true},
"shieldaddition": {"id": 41, "name": "shieldaddition", "type": "numeric", "method": "additive", "higherbetter": true}
"jumpboost": {"id": 47, "name": "jumpboost", "type": "numeric", "method": "additive", "higherbetter": true},
"shieldaddition": {"id": 50, "name": "shieldaddition", "type": "numeric", "method": "additive", "higherbetter": true}
}