Commit 7bb1e3ac authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/pack-other' into master

parents f162cd68 ca1fa52d
...@@ -102,4 +102,4 @@ function s.sumop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -102,4 +102,4 @@ function s.sumop2(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e3,true) tc:RegisterEffect(e3,true)
end end
end end
end end
\ No newline at end of file
...@@ -89,4 +89,4 @@ function s.atkop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -89,4 +89,4 @@ function s.atkop2(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
end end
end end
\ No newline at end of file
...@@ -21,4 +21,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -21,4 +21,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
end end
\ No newline at end of file
...@@ -41,4 +41,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -41,4 +41,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e2) tc:RegisterEffect(e2)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
end end
\ No newline at end of file
...@@ -71,4 +71,4 @@ function s.atkcon(e) ...@@ -71,4 +71,4 @@ function s.atkcon(e)
end end
function s.atktg(e,c) function s.atktg(e,c)
return c~=e:GetHandler() return c~=e:GetHandler()
end end
\ No newline at end of file
...@@ -44,4 +44,4 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -44,4 +44,4 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
end end
end end
\ No newline at end of file
...@@ -43,4 +43,4 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -43,4 +43,4 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsHasEffect(EFFECT_NECRO_VALLEY) then if not e:GetHandler():IsHasEffect(EFFECT_NECRO_VALLEY) then
Duel.SendtoDeck(e:GetHandler(),nil,SEQ_DECKTOP,REASON_EFFECT) Duel.SendtoDeck(e:GetHandler(),nil,SEQ_DECKTOP,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -63,4 +63,4 @@ function s.distg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -63,4 +63,4 @@ function s.distg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function s.disop(e,tp,eg,ep,ev,re,r,rp) function s.disop(e,tp,eg,ep,ev,re,r,rp)
Duel.NegateEffect(ev) Duel.NegateEffect(ev)
end end
\ No newline at end of file
...@@ -71,4 +71,4 @@ function s.repop(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,4 +71,4 @@ function s.repop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.Destroy(g,REASON_EFFECT) Duel.Destroy(g,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -32,4 +32,4 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -32,4 +32,4 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(10000) e1:SetValue(10000)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE+RESET_PHASE+PHASE_END) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE+RESET_PHASE+PHASE_END)
c:RegisterEffect(e1) c:RegisterEffect(e1)
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