Release 1.3.6

- Added skill part to Barrage
- Added crit overcap info to crit breakdown
- Default gem level now varies according to the gem's max level
- Fixed quality bug introduced in 1.3.5
This commit is contained in:
Openarl
2017-02-21 22:19:12 +10:00
parent fa8e32ab13
commit aa192f7bcd
12 changed files with 83 additions and 24 deletions

View File

@@ -275,6 +275,7 @@ local modFlagList = {
["with ranged weapons"] = { flags = ModFlag.WeaponRanged },
-- Skill types
["spell"] = { flags = ModFlag.Spell },
["with spells"] = { flags = ModFlag.Spell },
["for spells"] = { flags = ModFlag.Spell },
["with attacks"] = { flags = ModFlag.Attack },
["for attacks"] = { flags = ModFlag.Attack },