diff --git a/Data/New.lua b/Data/New.lua index ae3f1008..8dff6e6a 100644 --- a/Data/New.lua +++ b/Data/New.lua @@ -29,8 +29,8 @@ Requires Level 52, 89 Str, 89 Int 15% Chance to Block Adds 375 to 574 Fire Damage Adds 142 to 212 Fire Damage to Spells -100% increased Fire Damage if you've been Hit Recently -Damage Penetrates 15% of Fire Resistance if you've Blocked Recently +100% increased Fire Damage if you have been Hit Recently +Damage Penetrates 15% of Fire Resistance if you have Blocked Recently Immune to Freeze and Chill while Ignited Grants level 15 Vengeance Skill ]],[[ diff --git a/Data/Uniques/body.lua b/Data/Uniques/body.lua index 9a084c69..2a098279 100644 --- a/Data/Uniques/body.lua +++ b/Data/Uniques/body.lua @@ -177,7 +177,7 @@ Requires Level 62, 170 Dex +(60-80) to maximum Life +30% to Fire Resistance 20% less Damage taken if you have not been Hit Recently -50% increased Evasion if you were Hit Recently +50% increased Evasion if you have been Hit Recently ]],[[ Queen of the Forest Destiny Leather diff --git a/Modules/ModParser.lua b/Modules/ModParser.lua index 405cd929..c4c55658 100644 --- a/Modules/ModParser.lua +++ b/Modules/ModParser.lua @@ -437,15 +437,15 @@ local modTagList = { ["if you've killed a maimed enemy recently"] = { tagList = { { type = "Condition", var = "KilledRecently" }, { type = "Condition", var = "EnemyMaimed" } } }, ["if you've frozen an enemy recently"] = { tag = { type = "Condition", var = "FrozenEnemyRecently" } }, ["if you've ignited an enemy recently"] = { tag = { type = "Condition", var = "IgnitedEnemyRecently" } }, - ["if you've been hit recently"] = { tag = { type = "Condition", var = "BeenHitRecently" } }, + ["if you[' ]h?a?ve been hit recently"] = { tag = { type = "Condition", var = "BeenHitRecently" } }, ["if you were hit recently"] = { tag = { type = "Condition", var = "BeenHitRecently" } }, ["if you were damaged by a hit recently"] = { tag = { type = "Condition", var = "BeenHitRecently" } }, ["if you've taken a savage hit recently"] = { tag = { type = "Condition", var = "BeenSavageHitRecently" } }, - ["if you've blocked recently"] = { tag = { type = "Condition", varList = { "BlockedAttackRecently", "BlockedSpellRecently" } } }, - ["if you've blocked an attack recently"] = { tag = { type = "Condition", var = "BlockedAttackRecently" } }, - ["if you've blocked a spell recently"] = { tag = { type = "Condition", var = "BlockedSpellRecently" } }, ["if you haven't been hit recently"] = { tag = { type = "Condition", var = "BeenHitRecently", neg = true } }, ["if you've taken no damage from hits recently"] = { tag = { type = "Condition", var = "BeenHitRecently", neg = true } }, + ["if you[' ]h?a?ve blocked recently"] = { tag = { type = "Condition", varList = { "BlockedAttackRecently", "BlockedSpellRecently" } } }, + ["if you've blocked an attack recently"] = { tag = { type = "Condition", var = "BlockedAttackRecently" } }, + ["if you've blocked a spell recently"] = { tag = { type = "Condition", var = "BlockedSpellRecently" } }, ["if you've blocked a hit from a unique enemy recently"] = { tag = { type = "Condition", var = "BlockedHitFromUniqueEnemyRecently" } }, ["if you've attacked recently"] = { tag = { type = "Condition", var = "AttackedRecently" } }, ["if you've cast a spell recently"] = { tag = { type = "Condition", var = "CastSpellRecently" } }, diff --git a/manifest.xml b/manifest.xml index f831364f..3bf58ce9 100644 --- a/manifest.xml +++ b/manifest.xml @@ -50,13 +50,13 @@ - + - + @@ -87,7 +87,7 @@ - +