You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following fields will now always be returned as lower case 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".
Removed Weapon.attributes.attack field.
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.