Commit eb2bb21e authored by GuGu's avatar GuGu

Update c74561040.lua 攻击力

parent 58a4ec09
Pipeline #28707 passed with stage
in 14 seconds
......@@ -76,8 +76,11 @@ function cCardno.bdop(e,tp,eg,ep,ev,re,r,rp)
end
end
--atk up
function cCardno.atkfilter(c)
return c:IsSetCard(0x5208) and c:IsFaceup()
end
function cCardno.atkval(e,c)
return Duel.GetMatchingGroupCount(Card.IsSetCard,e:GetHandlerPlayer(),LOCATION_ONFIELD,LOCATION_ONFIELD,nil,0x5208)*1000
return Duel.GetMatchingGroupCount(cCardno.atkfilter,e:GetHandlerPlayer(),LOCATION_MZONE,LOCATION_MZONE,nil)*1000
end
--cannot be target
function cCardno.efilter(e,te)
......
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