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:
Openarl
2017-03-31 18:44:03 +10:00
parent 34b5cd2091
commit e246d67519
16 changed files with 2155 additions and 198 deletions

View File

@@ -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 = { }