Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Modules/ModParser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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") },
Expand Down
Loading