Skip to content

Commit

Permalink
cannibalistic rite Life Cost (#7702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Regisle authored Jul 19, 2024
1 parent 63f6f19 commit 1423efc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Modules/ModParser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4440,6 +4440,9 @@ local specialModList = {
},
["attacks have blood magic"] = { flag("CostLifeInsteadOfMana", nil, ModFlag.Attack) },
["attacks cost life instead of mana"] = { flag("CostLifeInsteadOfMana", nil, ModFlag.Attack) },
["attack skills cost life instead of (%d+)%% of mana cost"] = function(num) return {
mod("HybridManaAndLifeCost_Life", "BASE", num, nil, ModFlag.Attack)
} end,
["(%d+)%% chance to cast a? ?socketed lightning spells? on hit"] = { mod("ExtraSupport", "LIST", { skillId = "SupportUniqueMjolnerLightningSpellsCastOnHit", level = 1 }, { type = "SocketedIn", slotName = "{SlotName}" }) },
["cast a socketed lightning spell on hit"] = { mod("ExtraSupport", "LIST", { skillId = "SupportUniqueMjolnerLightningSpellsCastOnHit", level = 1 }, { type = "SocketedIn", slotName = "{SlotName}" }) },
["trigger a socketed lightning spell on hit"] = { mod("ExtraSupport", "LIST", { skillId = "SupportUniqueMjolnerLightningSpellsCastOnHit", level = 1 }, { type = "SocketedIn", slotName = "{SlotName}" }) },
Expand Down

0 comments on commit 1423efc

Please sign in to comment.