Commit b695017f authored by Tachibana's avatar Tachibana

nmbd

parent b4091034
......@@ -35,7 +35,7 @@ function c1000808.rdcon(e,tp,eg,ep,ev,re,r,rp)
return ep==1-tp and tc:IsControler(tp) and tc:IsSetCard(0x3204)
end
function c1000808.rdop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*1.5)
Duel.ChangeBattleDamage(1,ev*1.5)
end
function c1000808.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return not e:GetHandler():IsPublic() end
......
......@@ -96,7 +96,7 @@ function c1008027.rdcon(e,tp,eg,ep,ev,re,r,rp)
and c:GetEffectCount(EFFECT_DIRECT_ATTACK)<2 and Duel.GetFieldGroupCount(tp,0,LOCATION_MZONE)>0
end
function c1008027.rdop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev/2)
Duel.ChangeBattleDamage(1,ev/2)
end
function c1008027.filter(c)
return c:IsFaceup() and c:IsSetCard(0x320e)
......
......@@ -51,7 +51,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetLabel(ct)
e1:SetTargetRange(1,1)
e1:SetTarget(cm.sumlimit)
e1:SetReset(RESET_PHASE+PHASE_END)
e1:SetReset(RESET_PHASE+PHASE_END,2)
Duel.RegisterEffect(e1,tp)
end
function cm.sumlimit(e,c,sump,sumtype,sumpos,targetp)
......
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