Commit b4091034 authored by Tachibana's avatar Tachibana

nmbd

parent bd0729bb
...@@ -93,5 +93,5 @@ function c32912377.damcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -93,5 +93,5 @@ function c32912377.damcon(e,tp,eg,ep,ev,re,r,rp)
return ep~=tp return ep~=tp
end end
function c32912377.damop(e,tp,eg,ep,ev,re,r,rp) function c32912377.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*2) Duel.ChangeBattleDamage(1,ev*2)
end end
\ No newline at end of file
...@@ -35,7 +35,7 @@ function cm.damcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -35,7 +35,7 @@ function cm.damcon(e,tp,eg,ep,ev,re,r,rp)
return ep~=tp return ep~=tp
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
function cm.actfilter(c,e,tp) function cm.actfilter(c,e,tp)
return c:IsCode(33310101) and c:GetActivateEffect() and c:GetActivateEffect():IsActivatable(tp,true,true) return c:IsCode(33310101) and c:GetActivateEffect() and c:GetActivateEffect():IsActivatable(tp,true,true)
......
...@@ -93,5 +93,5 @@ function c33400312.damcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -93,5 +93,5 @@ function c33400312.damcon(e,tp,eg,ep,ev,re,r,rp)
return ep~=tp and e:GetHandler():GetBattleTarget()~=nil return ep~=tp and e:GetHandler():GetBattleTarget()~=nil
end end
function c33400312.damop(e,tp,eg,ep,ev,re,r,rp) function c33400312.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*2) Duel.ChangeBattleDamage(1,ev*2)
end end
\ No newline at end of file
...@@ -96,5 +96,5 @@ function c33700061.damcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -96,5 +96,5 @@ function c33700061.damcon(e,tp,eg,ep,ev,re,r,rp)
return ep==1-tp return ep==1-tp
end end
function c33700061.damop(e,tp,eg,ep,ev,re,r,rp) function c33700061.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*2) Duel.ChangeBattleDamage(1,ev*2)
end end
\ No newline at end of file
...@@ -54,7 +54,7 @@ function cm.rdcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -54,7 +54,7 @@ function cm.rdcon(e,tp,eg,ep,ev,re,r,rp)
and c:GetEffectCount(EFFECT_DIRECT_ATTACK)<2 and Duel.GetFieldGroupCount(tp,0,LOCATION_MZONE)>0 and e:GetHandler():IsSummonType(0x534) and c:GetEffectCount(EFFECT_DIRECT_ATTACK)<2 and Duel.GetFieldGroupCount(tp,0,LOCATION_MZONE)>0 and e:GetHandler():IsSummonType(0x534)
end end
function cm.rdop(e,tp,eg,ep,ev,re,r,rp) function cm.rdop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev/2) Duel.ChangeBattleDamage(1,ev/2)
end end
function cm.f1(c,e,tp) function cm.f1(c,e,tp)
return c:IsCode(37564765) and c:IsAbleToGrave() and Duel.IsExistingMatchingCard(cm.f2,tp,LOCATION_EXTRA,0,1,nil,e,tp,Group.FromCards(e:GetHandler(),nc)) and c:IsFaceup() return c:IsCode(37564765) and c:IsAbleToGrave() and Duel.IsExistingMatchingCard(cm.f2,tp,LOCATION_EXTRA,0,1,nil,e,tp,Group.FromCards(e:GetHandler(),nc)) and c:IsFaceup()
......
...@@ -87,5 +87,5 @@ function cm.rdcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -87,5 +87,5 @@ function cm.rdcon(e,tp,eg,ep,ev,re,r,rp)
and c:GetEffectCount(EFFECT_DIRECT_ATTACK)<2 and Duel.GetFieldGroupCount(tp,0,LOCATION_MZONE)>0 and c:GetEffectCount(EFFECT_DIRECT_ATTACK)<2 and Duel.GetFieldGroupCount(tp,0,LOCATION_MZONE)>0
end end
function cm.rdop(e,tp,eg,ep,ev,re,r,rp) function cm.rdop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev/2) Duel.ChangeBattleDamage(1,ev/2)
end end
...@@ -125,5 +125,5 @@ function c60151011.damcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -125,5 +125,5 @@ function c60151011.damcon(e,tp,eg,ep,ev,re,r,rp)
return ep==1-tp and e:GetHandler():GetBattleTarget()~=nil return ep==1-tp and e:GetHandler():GetBattleTarget()~=nil
end end
function c60151011.damop(e,tp,eg,ep,ev,re,r,rp) function c60151011.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev/2) Duel.ChangeBattleDamage(1,ev/2)
end end
\ No newline at end of file
...@@ -92,7 +92,7 @@ function c60152311.e2opcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -92,7 +92,7 @@ function c60152311.e2opcon(e,tp,eg,ep,ev,re,r,rp)
return ep~=tp and e:GetHandler():GetBattleTarget()~=nil return ep~=tp and e:GetHandler():GetBattleTarget()~=nil
end end
function c60152311.e2opop(e,tp,eg,ep,ev,re,r,rp) function c60152311.e2opop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*2) Duel.ChangeBattleDamage(1,ev*2)
end end
function c60152311.e99tgfilter(c) function c60152311.e99tgfilter(c)
return c:IsFaceup() and c:IsSetCard(0xcb26) and c:IsType(TYPE_MONSTER) return c:IsFaceup() and c:IsSetCard(0xcb26) and c:IsType(TYPE_MONSTER)
......
...@@ -38,7 +38,7 @@ function c65020129.damcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -38,7 +38,7 @@ function c65020129.damcon(e,tp,eg,ep,ev,re,r,rp)
return ep~=tp and ((b~=nil and b:IsSetCard(0xcda4)) or a:IsSetCard(0xcda4)) return ep~=tp and ((b~=nil and b:IsSetCard(0xcda4)) or a:IsSetCard(0xcda4))
end end
function c65020129.damop(e,tp,eg,ep,ev,re,r,rp) function c65020129.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*2) Duel.ChangeBattleDamage(1,ev*2)
end end
function c65020129.tgfil(c,tp) function c65020129.tgfil(c,tp)
return c:IsSetCard(0xcda4) and c:IsSSetable() and (Duel.GetLocationCount(tp,LOCATION_SZONE)>0 or c:IsType(TYPE_FIELD)) return c:IsSetCard(0xcda4) and c:IsSSetable() and (Duel.GetLocationCount(tp,LOCATION_SZONE)>0 or c:IsType(TYPE_FIELD))
......
...@@ -70,7 +70,7 @@ function c81012056.damcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -70,7 +70,7 @@ function c81012056.damcon(e,tp,eg,ep,ev,re,r,rp)
return ep~=tp and tc:IsType(TYPE_PENDULUM) and bit.band(tc:GetType(),0x81)==0x81 and tc:GetBattleTarget()~=nil return ep~=tp and tc:IsType(TYPE_PENDULUM) and bit.band(tc:GetType(),0x81)==0x81 and tc:GetBattleTarget()~=nil
end end
function c81012056.damop(e,tp,eg,ep,ev,re,r,rp) function c81012056.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeBattleDamage(ep,ev*2) Duel.ChangeBattleDamage(1,ev*2)
end end
function c81012056.condition(e,tp,eg,ep,ev,re,r,rp) function c81012056.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetAttacker()==e:GetHandler() and e:GetHandler():IsSummonType(SUMMON_TYPE_RITUAL) return Duel.GetAttacker()==e:GetHandler() and e:GetHandler():IsSummonType(SUMMON_TYPE_RITUAL)
......
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