Commit 2ee08003 authored by 未闻皂名's avatar 未闻皂名

2022/5/17 调整更新

parent e82359c0
...@@ -13,7 +13,7 @@ function cm.initial_effect(c) ...@@ -13,7 +13,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
--Attack Twice --Attack Twice
cm.indval=RD.ValueEffectIndesType(0,TYPE_TRAP,true) cm.indval=RD.ValueEffectIndesType(0,TYPE_TRAP)
function cm.costfilter(c) function cm.costfilter(c)
return c:IsLevelAbove(7) and c:IsRace(RACE_DRAGON) and c:IsAbleToGraveAsCost() return c:IsLevelAbove(7) and c:IsRace(RACE_DRAGON) and c:IsAbleToGraveAsCost()
end end
......
...@@ -31,7 +31,7 @@ function cm.eff1op(e,tp,eg,ep,ev,re,r,rp) ...@@ -31,7 +31,7 @@ function cm.eff1op(e,tp,eg,ep,ev,re,r,rp)
end end
end end
--Indes --Indes
cm.indval=RD.ValueEffectIndesType(0,TYPE_TRAP,true) cm.indval=RD.ValueEffectIndesType(0,TYPE_TRAP)
function cm.eff2con(e,tp,eg,ep,ev,re,r,rp) function cm.eff2con(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(Card.IsFaceup,tp,LOCATION_MZONE,0,1,nil) return Duel.IsExistingMatchingCard(Card.IsFaceup,tp,LOCATION_MZONE,0,1,nil)
end end
......
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