Release 1.4.149
- Fixed Vaal Pact
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user