Commit 0da1a78b authored by 未闻皂名's avatar 未闻皂名

2025/10/14 bug修复

parent f7530772
Pipeline #41054 passed with stages
in 15 minutes and 9 seconds
......@@ -23,5 +23,5 @@ function cm.atkfilter(c)
return c:IsRace(RACE_DRAGON) and c:IsAttack(0) and RD.IsDefense(c,1400)
end
function cm.atkval(e,c)
return Duel.GetMatchingGroupCount(cm.atkfilter,c:GetControler(),0,LOCATION_GRAVE,nil)*500
return Duel.GetMatchingGroupCount(cm.atkfilter,c:GetControler(),LOCATION_GRAVE,0,nil)*500
end
\ No newline at end of file
......@@ -34,7 +34,7 @@ function cm.matfilter(c)
end
--Atk Up
function cm.atkval(e,c)
return Duel.GetMatchingGroupCount(Card.IsType,c:GetControler(),0,LOCATION_GRAVE,nil,TYPE_MONSTER)*200
return Duel.GetMatchingGroupCount(Card.IsType,c:GetControler(),LOCATION_GRAVE,0,nil,TYPE_MONSTER)*200
end
--Indes
cm.indval=RD.ValueEffectIndesType(0,TYPE_MONSTER+TYPE_SPELL+TYPE_TRAP)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment