Commit 96b2d45f authored by wind2009's avatar wind2009

Update

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