Big cleanup pass

This commit is contained in:
Openarl
2016-05-05 22:18:03 +10:00
parent fac48d2503
commit b5c12aad98
15 changed files with 1411 additions and 1347 deletions

View File

@@ -323,6 +323,9 @@ local specialModList = {
["all attacks with this weapon are critical strikes"] = { weaponAlwaysCrit = true },
["hits can't be evaded"] = { weaponX_noEvade = true },
["no block chance"] = { shieldNoBlock = true },
["causes bleeding on hit"] = { bleedChance = 100 },
["poisonous hit"] = { poisonChance = 100 },
["your chaos damage poisons enemies"] = { poisonChance = 100 },
["has 1 socket"] = { },
["socketed gems have (.+)"] = { },
["socketed gems are Supported by (.+)"] = { },