diff --git a/src/Modules/ModParser.lua b/src/Modules/ModParser.lua index cc20d66c3..74ef0ac7c 100644 --- a/src/Modules/ModParser.lua +++ b/src/Modules/ModParser.lua @@ -5689,6 +5689,7 @@ local specialModList = { flag("Condition:CanGainRage"), } end, ["when you lose temporal chains you gain maximum rage"] = { flag("Condition:CanGainRage") }, + ["grants up to your maximum rage on use"] = { flag("Condition:CanGainRage") }, ["with a murderous eye jewel socketed, melee attacks grant (%d+) rage on hit, no more than once every second"] = { flag("Condition:CanGainRage", { type = "Condition", var = "HaveMurderousEyeJewelIn{SlotName}" }) }, ["gain %d+ rage after spending a total of %d+ mana"] = { flag("Condition:CanGainRage") }, ["rage grants cast speed instead of attack speed"] = { flag("Condition:RageCastSpeed") },