Skip to content
Open
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
3 changes: 3 additions & 0 deletions src/Modules/ModParser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4874,6 +4874,9 @@ local specialModList = {
["life flask effects are not removed when unreserved life is filled"] = {
flag("LifeFlaskEffectNotRemoved")
},
["mana flask effects are not removed when unreserved mana is filled"] = {
flag("ManaFlaskEffectNotRemoved")
},
-- Jewels
["passives? ?s?k?i?l?l?s? in radius of ([%a%s']+) can be allocated without being connected to your tree"] = function(_, name) return {
mod("JewelData", "LIST", { key = "impossibleEscapeKeystone", value = name }),
Expand Down