Commit db21dd1f authored by Tachibana's avatar Tachibana

ndyd

parent 0b371a34
......@@ -24,8 +24,11 @@ end
function c65050179.atcfil(c)
return c:IsFaceup() and c:IsAttack(0)
end
function c65050179.atcfil2(c)
return c:IsFaceup() and c:GetAttack()~=c:GetBaseAttack()
end
function c65050179.atkcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)>0 and Duel.GetMatchingGroupCount(c65050179.atcfil,tp,LOCATION_MZONE,0,nil)==Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)
return Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)>0 and Duel.GetMatchingGroupCount(c65050179.atcfil,tp,LOCATION_MZONE,0,nil)==Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0) and Duel.IsExistingMatchingCard(c65050179.atcfil2,tp,LOCATION_MZONE,0,1,nil)
end
function c65050179.atkofil(c)
return c:IsFaceup() and c:IsAttackBelow(1999)
......
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