Commit bd0729bb authored by Tachibana's avatar Tachibana

nmbd

parent fb2e1696
...@@ -93,7 +93,7 @@ function c33700005.spop(e,tp,eg,ep,ev,re,r,rp,c) ...@@ -93,7 +93,7 @@ function c33700005.spop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Remove(g1,POS_FACEUP,REASON_COST) Duel.Remove(g1,POS_FACEUP,REASON_COST)
end end
function c33700005.damop(e,tp,eg,ep,ev,re,r,rp) function c33700005.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*2) Duel.ChangeBattleDamage(1,ev*2)
end end
function c33700005.pencon(e,tp,eg,ep,ev,re,r,rp) function c33700005.pencon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
...@@ -35,5 +35,5 @@ function cm.damcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -35,5 +35,5 @@ function cm.damcon(e,tp,eg,ep,ev,re,r,rp)
return ep==1-tp and Duel.GetMatchingGroupCount(aux.TRUE,tp,LOCATION_ONFIELD,0,e:GetHandler())==0 return ep==1-tp and Duel.GetMatchingGroupCount(aux.TRUE,tp,LOCATION_ONFIELD,0,e:GetHandler())==0
end end
function cm.damop(e,tp,eg,ep,ev,re,r,rp) function cm.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*2) Duel.ChangeBattleDamage(1,ev*2)
end end
...@@ -91,7 +91,7 @@ function c60150734.damcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -91,7 +91,7 @@ function c60150734.damcon(e,tp,eg,ep,ev,re,r,rp)
and e:GetHandler():GetBattleTarget():IsAttribute(ATTRIBUTE_LIGHT) and e:GetHandler():GetBattleTarget():IsAttribute(ATTRIBUTE_LIGHT)
end end
function c60150734.damop(e,tp,eg,ep,ev,re,r,rp) function c60150734.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*2) Duel.ChangeBattleDamage(1,ev*2)
end end
function c60150734.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c60150734.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingTarget(Card.IsFaceup,tp,0,LOCATION_MZONE,1,nil) end if chk==0 then return Duel.IsExistingTarget(Card.IsFaceup,tp,0,LOCATION_MZONE,1,nil) end
...@@ -122,8 +122,8 @@ function c60150734.damcon2(e,tp,eg,ep,ev,re,r,rp) ...@@ -122,8 +122,8 @@ function c60150734.damcon2(e,tp,eg,ep,ev,re,r,rp)
end end
function c60150734.damop2(e,tp,eg,ep,ev,re,r,rp) function c60150734.damop2(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():GetBattleTarget():IsAttribute(ATTRIBUTE_LIGHT) then if e:GetHandler():GetBattleTarget():IsAttribute(ATTRIBUTE_LIGHT) then
Duel.ChangeBattleDamage(ep,ev*4) Duel.ChangeBattleDamage(1,ev*4)
else else
Duel.ChangeBattleDamage(ep,ev*2) Duel.ChangeBattleDamage(1,ev*2)
end end
end end
...@@ -78,5 +78,5 @@ function cm.indes(e,c) ...@@ -78,5 +78,5 @@ function cm.indes(e,c)
return not c:IsRace(RACE_PYRO) return not c:IsRace(RACE_PYRO)
end end
function cm.damop(e,tp,eg,ep,ev,re,r,rp) function cm.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*3) Duel.ChangeBattleDamage(1,ev*3)
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