Release 1.4.149

- Fixed Vaal Pact
This commit is contained in:
Jack Lockwood
2019-09-06 06:11:14 +10:00
parent 8193026896
commit 07459bcdd3
5 changed files with 16 additions and 7 deletions

View File

@@ -1005,10 +1005,10 @@ local specialModList = {
},
["maximum life becomes 1, immune to chaos damage"] = { flag("ChaosInoculation") },
["life regeneration is applied to energy shield instead"] = { flag("ZealotsOath") },
["life leeched per second is doubled%."] = { mod("LifeLeechRate", "MORE", 100) },
["maximum total recovery per second from life leech is doubled%."] = { mod("MaxLifeLeechRate", "MORE", 100) },
["life leeched per second is doubled"] = { mod("LifeLeechRate", "MORE", 100) },
["maximum total recovery per second from life leech is doubled"] = { mod("MaxLifeLeechRate", "MORE", 100) },
["maximum total recovery per second from energy shield leech is doubled"] = { mod("MaxEnergyShieldLeechRate", "MORE", 100) },
["life regeneration has no effect%."] = { flag("NoLifeRegen") },
["life regeneration has no effect"] = { flag("NoLifeRegen") },
["deal no non%-fire damage"] = { flag("DealNoPhysical"), flag("DealNoLightning"), flag("DealNoCold"), flag("DealNoChaos") },
["(%d+)%% of physical, cold and lightning damage converted to fire damage"] = function(num) return {
mod("PhysicalDamageConvertToFire", "BASE", num),