Release 1.3.23
- Added item enchanting system - Added support for more helmet enchantments - Added support for The Wise Oak's penetration - Corrected Lycosidae's base - Fixed issue with Blood Rage's quality bonus and the new buff handling code
This commit is contained in:
@@ -130,6 +130,7 @@ function itemLib.parseItemRaw(item)
|
||||
item.implicitLines = 0
|
||||
item.buffLines = 0
|
||||
item.affixes = data.itemMods[item.base and item.base.type]
|
||||
item.enchantments = data.enchantments[item.base and item.base.type]
|
||||
item.prefixes = { }
|
||||
item.suffixes = { }
|
||||
local flaskBuffLines = { }
|
||||
|
||||
Reference in New Issue
Block a user