Removed the deprecated Weapon.attributes.attack field.
The following fields will now only contain lower cased values:
Weapon.attributes.deviation
Weapon.attributes.specialAmmo
Weapon.attributes.deviation
Weapon.attributes.coatings
Weapon.attributes.boostType
Values in Weapon.attributes.phialType no longer contain the "phial" string, e.g. "Impact Phial" would become "impact" and "Dragon Phial 300" would become "dragon 300".
Values in Weapon.attributes.boostType no longer contain the "boost" string, e.g. "Sever Boost" would now be "sever".
Deprecations
On items, buyPrice and sellPrice are now deprecated, and will be removed on 2018-08-25. Use the value field instead.
On weapons, the sharpness field is now deprecated, and will be removed on 2018-08-25. Use the durability field instead.
Changelog
durability
field to weapons.buyPrice
andsellPrice
on items into a single field namedvalue
.Breaking Changes
Weapon.attributes.attack
field.Weapon.attributes.deviation
Weapon.attributes.specialAmmo
Weapon.attributes.deviation
Weapon.attributes.coatings
Weapon.attributes.boostType
Weapon.attributes.phialType
no longer contain the "phial" string, e.g. "Impact Phial" would become "impact" and "Dragon Phial 300" would become "dragon 300".Weapon.attributes.boostType
no longer contain the "boost" string, e.g. "Sever Boost" would now be "sever".Deprecations
buyPrice
andsellPrice
are now deprecated, and will be removed on 2018-08-25. Use thevalue
field instead.sharpness
field is now deprecated, and will be removed on 2018-08-25. Use thedurability
field instead.