Updated item buff capitalization to match live
This commit is contained in:
parent
6a5cbd0549
commit
99669f3f97
@ -21,13 +21,13 @@
|
|||||||
"repairKit": {
|
"repairKit": {
|
||||||
"armor": {
|
"armor": {
|
||||||
"rarityWeight": {
|
"rarityWeight": {
|
||||||
"common": 5,
|
"Common": 5,
|
||||||
"rare": 1
|
"Rare": 1
|
||||||
},
|
},
|
||||||
"bonusTypeWeight": {
|
"bonusTypeWeight": {
|
||||||
"DamageReduction": 1
|
"DamageReduction": 1
|
||||||
},
|
},
|
||||||
"common": {
|
"Common": {
|
||||||
"DamageReduction": {
|
"DamageReduction": {
|
||||||
"valuesMinMax": {
|
"valuesMinMax": {
|
||||||
"min": 0.9,
|
"min": 0.9,
|
||||||
@ -39,7 +39,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rare": {
|
"Rare": {
|
||||||
"DamageReduction": {
|
"DamageReduction": {
|
||||||
"valuesMinMax": {
|
"valuesMinMax": {
|
||||||
"min": 0.8,
|
"min": 0.8,
|
||||||
@ -54,13 +54,13 @@
|
|||||||
},
|
},
|
||||||
"vest": {
|
"vest": {
|
||||||
"rarityWeight": {
|
"rarityWeight": {
|
||||||
"common": 5,
|
"Common": 5,
|
||||||
"rare": 1
|
"Rare": 1
|
||||||
},
|
},
|
||||||
"bonusTypeWeight": {
|
"bonusTypeWeight": {
|
||||||
"DamageReduction": 1
|
"DamageReduction": 1
|
||||||
},
|
},
|
||||||
"common": {
|
"Common": {
|
||||||
"DamageReduction": {
|
"DamageReduction": {
|
||||||
"valuesMinMax": {
|
"valuesMinMax": {
|
||||||
"min": 0.9,
|
"min": 0.9,
|
||||||
@ -72,7 +72,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rare": {
|
"Rare": {
|
||||||
"DamageReduction": {
|
"DamageReduction": {
|
||||||
"valuesMinMax": {
|
"valuesMinMax": {
|
||||||
"min": 0.8,
|
"min": 0.8,
|
||||||
@ -87,13 +87,13 @@
|
|||||||
},
|
},
|
||||||
"headwear": {
|
"headwear": {
|
||||||
"rarityWeight": {
|
"rarityWeight": {
|
||||||
"common": 5,
|
"Common": 5,
|
||||||
"rare": 1
|
"Rare": 1
|
||||||
},
|
},
|
||||||
"bonusTypeWeight": {
|
"bonusTypeWeight": {
|
||||||
"DamageReduction": 1
|
"DamageReduction": 1
|
||||||
},
|
},
|
||||||
"common": {
|
"Common": {
|
||||||
"DamageReduction": {
|
"DamageReduction": {
|
||||||
"valuesMinMax": {
|
"valuesMinMax": {
|
||||||
"min": 0.9,
|
"min": 0.9,
|
||||||
@ -105,7 +105,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rare": {
|
"Rare": {
|
||||||
"DamageReduction": {
|
"DamageReduction": {
|
||||||
"valuesMinMax": {
|
"valuesMinMax": {
|
||||||
"min": 0.8,
|
"min": 0.8,
|
||||||
@ -120,14 +120,14 @@
|
|||||||
},
|
},
|
||||||
"weapon": {
|
"weapon": {
|
||||||
"rarityWeight": {
|
"rarityWeight": {
|
||||||
"common": 5,
|
"Common": 5,
|
||||||
"rare": 1
|
"Rare": 1
|
||||||
},
|
},
|
||||||
"bonusTypeWeight": {
|
"bonusTypeWeight": {
|
||||||
"WeaponSpread": 1,
|
"WeaponSpread": 1,
|
||||||
"MalfunctionProtections": 1
|
"MalfunctionProtections": 1
|
||||||
},
|
},
|
||||||
"common": {
|
"Common": {
|
||||||
"WeaponSpread": {
|
"WeaponSpread": {
|
||||||
"valuesMinMax": {
|
"valuesMinMax": {
|
||||||
"min": 0.9,
|
"min": 0.9,
|
||||||
@ -149,7 +149,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rare": {
|
"Rare": {
|
||||||
"WeaponSpread": {
|
"WeaponSpread": {
|
||||||
"valuesMinMax": {
|
"valuesMinMax": {
|
||||||
"min": 0.8,
|
"min": 0.8,
|
||||||
|
Loading…
Reference in New Issue
Block a user