Big cleanup pass
This commit is contained in:
@@ -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 (.+)"] = { },
|
||||
|
||||
Reference in New Issue
Block a user