Release 1.4.13
- Added Corpse Life input for DD - Added support for Hungry Abyss - lcurl.dll should now be compiled against the correct CRT
This commit is contained in:
@@ -814,6 +814,7 @@ local specialModList = {
|
||||
["cannot leech life from critical strikes"] = { flag("CannotLeechLife", { type = "Condition", var = "CriticalStrike" }) },
|
||||
["leech applies instantly on critical strike"] = { flag("InstantLifeLeech", { type = "Condition", var = "CriticalStrike" }), flag("InstantManaLeech", { type = "Condition", var = "CriticalStrike" }) },
|
||||
["leech applies instantly during flask effect"] = { flag("InstantLifeLeech", { type = "Condition", var = "UsingFlask" }), flag("InstantManaLeech", { type = "Condition", var = "UsingFlask" }) },
|
||||
["with 5 corrupted items equipped: life leech recovers based on your chaos damage instead"] = { flag("LifeLeechBasedOnChaosDamage", { type = "MultiplierThreshold", var = "CorruptedItem", threshold = 5 }) },
|
||||
-- Defences
|
||||
["cannot evade enemy attacks"] = { flag("CannotEvade") },
|
||||
["cannot block attacks"] = { flag("CannotBlockAttacks") },
|
||||
|
||||
Reference in New Issue
Block a user