Fix transfigured Chaos Golem not enabling wither (#8988)

This commit is contained in:
majochem
2025-10-30 07:41:21 +01:00
committed by GitHub
parent f6e8794508
commit bd71bb5b22
2 changed files with 2 additions and 0 deletions

View File

@@ -18082,6 +18082,7 @@ skills["SummonChaosGolemAltY"] = {
baseMods = {
skill("allowTotemBuff", true),
flag("Condition:HaveChaosGolem", { type = "GlobalEffect", effectType = "Buff" }),
mod("MinionModifier", "LIST", { mod = flag("Condition:CanWither") }),
},
qualityStats = {
Default = {

View File

@@ -3861,6 +3861,7 @@ local skills, mod, flag, skill = ...
},
#baseMod skill("allowTotemBuff", true)
#baseMod flag("Condition:HaveChaosGolem", { type = "GlobalEffect", effectType = "Buff" })
#baseMod mod("MinionModifier", "LIST", { mod = flag("Condition:CanWither") })
#mods
#skill SummonHolyRelic