Commit 96b2d45f authored by wind2009's avatar wind2009

Update

parent 21944e32
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
101302201 101302201
101302202 101302202
101302203 101302203
101302004
101302005
101302006 101302006
101302007 101302007
101302008 101302008
...@@ -14,6 +16,8 @@ ...@@ -14,6 +16,8 @@
101302015 101302015
101302016 101302016
101302017 101302017
101302018
101302019
101302020 101302020
101302021 101302021
101302022 101302022
...@@ -25,6 +29,8 @@ ...@@ -25,6 +29,8 @@
101302036 101302036
101302037 101302037
101302205 101302205
101302039
101302040
101302041 101302041
101302042 101302042
101302206 101302206
...@@ -33,8 +39,10 @@ ...@@ -33,8 +39,10 @@
101302046 101302046
101302207 101302207
101302050 101302050
101302051
101302053 101302053
101302208 101302208
101302055
101302056 101302056
101302057 101302057
101302058 101302058
...@@ -43,7 +51,9 @@ ...@@ -43,7 +51,9 @@
101302061 101302061
101302062 101302062
101302063 101302063
101302064
101302065 101302065
101302068
101302066 101302066
101302069 101302069
101302070 101302070
......
...@@ -80,4 +80,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -80,4 +80,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
end end
function s.splimit(e,c) function s.splimit(e,c)
return not c:IsType(TYPE_SYNCHRO) and c:IsLocation(LOCATION_EXTRA) return not c:IsType(TYPE_SYNCHRO) and c:IsLocation(LOCATION_EXTRA)
end end
\ No newline at end of file
...@@ -95,4 +95,4 @@ function s.lvop(e,tp,eg,ep,ev,re,r,rp) ...@@ -95,4 +95,4 @@ function s.lvop(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(op) e1:SetValue(op)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
end end
end end
\ No newline at end of file
...@@ -120,4 +120,4 @@ function s.tpop(e,tp,eg,ep,ev,re,r,rp) ...@@ -120,4 +120,4 @@ function s.tpop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.turncon(e) function s.turncon(e)
return Duel.GetTurnCount()~=e:GetLabel() return Duel.GetTurnCount()~=e:GetLabel()
end end
\ No newline at end of file
...@@ -78,4 +78,4 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -78,4 +78,4 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
local rg=Duel.GetDecktopGroup(tp,4) local rg=Duel.GetDecktopGroup(tp,4)
Duel.DisableShuffleCheck() Duel.DisableShuffleCheck()
Duel.Remove(rg,POS_FACEUP,REASON_EFFECT) Duel.Remove(rg,POS_FACEUP,REASON_EFFECT)
end end
\ No newline at end of file
...@@ -108,4 +108,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -108,4 +108,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end end
end end
\ No newline at end of file
...@@ -92,4 +92,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -92,4 +92,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if c:IsRelateToChain() and aux.NecroValleyFilter()(c) then if c:IsRelateToChain() and aux.NecroValleyFilter()(c) then
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end end
end end
\ No newline at end of file
...@@ -75,4 +75,4 @@ function s.posop(e,tp,eg,ep,ev,re,r,rp) ...@@ -75,4 +75,4 @@ function s.posop(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToChain() and tc:IsType(TYPE_MONSTER) and tc:IsLocation(LOCATION_MZONE) and tc:IsFaceup() then if tc:IsRelateToChain() and tc:IsType(TYPE_MONSTER) and tc:IsLocation(LOCATION_MZONE) and tc:IsFaceup() then
Duel.ChangePosition(tc,POS_FACEDOWN_DEFENSE) Duel.ChangePosition(tc,POS_FACEDOWN_DEFENSE)
end end
end end
\ No newline at end of file
...@@ -65,4 +65,4 @@ function s.damop(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,4 +65,4 @@ function s.damop(e,tp,eg,ep,ev,re,r,rp)
dam=dam+2400 dam=dam+2400
end end
Duel.Damage(p,dam,REASON_EFFECT) Duel.Damage(p,dam,REASON_EFFECT)
end end
\ No newline at end of file
...@@ -76,4 +76,4 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,4 +76,4 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(TYPE_SPELL+TYPE_CONTINUOUS) e1:SetValue(TYPE_SPELL+TYPE_CONTINUOUS)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
end end
end end
\ No newline at end of file
...@@ -92,4 +92,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -92,4 +92,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end end
function s.splimit(e,c) function s.splimit(e,c)
return c:IsLocation(LOCATION_EXTRA) and not c:IsRace(RACE_BEAST+RACE_BEASTWARRIOR+RACE_WINDBEAST) return c:IsLocation(LOCATION_EXTRA) and not c:IsRace(RACE_BEAST+RACE_BEASTWARRIOR+RACE_WINDBEAST)
end end
\ No newline at end of file
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