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:
Openarl
2017-05-20 01:27:24 +10:00
parent c0929fdeb3
commit 749cc4283f
16 changed files with 90 additions and 22 deletions

View File

@@ -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") },