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)
Duel.Remove(g1,POS_FACEUP,REASON_COST)
end
function c33700005.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*2)
Duel.ChangeBattleDamage(1,ev*2)
end
function c33700005.pencon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
......@@ -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
end
function cm.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*2)
Duel.ChangeBattleDamage(1,ev*2)
end
......@@ -91,7 +91,7 @@ function c60150734.damcon(e,tp,eg,ep,ev,re,r,rp)
and e:GetHandler():GetBattleTarget():IsAttribute(ATTRIBUTE_LIGHT)
end
function c60150734.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*2)
Duel.ChangeBattleDamage(1,ev*2)
end
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
......@@ -122,8 +122,8 @@ function c60150734.damcon2(e,tp,eg,ep,ev,re,r,rp)
end
function c60150734.damop2(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():GetBattleTarget():IsAttribute(ATTRIBUTE_LIGHT) then
Duel.ChangeBattleDamage(ep,ev*4)
Duel.ChangeBattleDamage(1,ev*4)
else
Duel.ChangeBattleDamage(ep,ev*2)
Duel.ChangeBattleDamage(1,ev*2)
end
end
......@@ -78,5 +78,5 @@ function cm.indes(e,c)
return not c:IsRace(RACE_PYRO)
end
function cm.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*3)
Duel.ChangeBattleDamage(1,ev*3)
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