Commit 0c6bf0dc authored by salix5's avatar salix5

newline at EOF

parent cfeb8773
...@@ -57,4 +57,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,4 +57,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
end end
end end
\ No newline at end of file
...@@ -72,4 +72,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -72,4 +72,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
end end
\ No newline at end of file
...@@ -81,4 +81,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -81,4 +81,4 @@ function s.spop(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
...@@ -52,4 +52,4 @@ function s.damop(e,tp,eg,ep,ev,re,r,rp) ...@@ -52,4 +52,4 @@ function s.damop(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
Duel.Damage(1-tp,tc:GetBaseAttack(),REASON_EFFECT) Duel.Damage(1-tp,tc:GetBaseAttack(),REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -57,4 +57,4 @@ function s.splimit(e,c) ...@@ -57,4 +57,4 @@ function s.splimit(e,c)
end end
function s.eqlimit(e,c) function s.eqlimit(e,c)
return c==e:GetLabelObject() return c==e:GetLabelObject()
end end
\ No newline at end of file
...@@ -66,4 +66,4 @@ function s.cfop(e,tp,eg,ep,ev,re,r,rp) ...@@ -66,4 +66,4 @@ function s.cfop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(tp,cg) Duel.ConfirmCards(tp,cg)
Duel.ShuffleHand(1-tp) Duel.ShuffleHand(1-tp)
end end
end end
\ No newline at end of file
...@@ -94,4 +94,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -94,4 +94,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if tc and tc:IsRelateToEffect(e) then if tc and tc:IsRelateToEffect(e) then
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -133,4 +133,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -133,4 +133,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.BreakEffect() Duel.BreakEffect()
Duel.Summon(tp,tc,true,nil) Duel.Summon(tp,tc,true,nil)
end end
end end
\ No newline at end of file
...@@ -75,4 +75,4 @@ end ...@@ -75,4 +75,4 @@ end
function s.tdop(e,tp,eg,ep,ev,re,r,rp) function s.tdop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(s.tdfilter,tp,0,LOCATION_MZONE,nil) local g=Duel.GetMatchingGroup(s.tdfilter,tp,0,LOCATION_MZONE,nil)
Duel.SendtoDeck(g,nil,SEQ_DECKSHUFFLE,REASON_EFFECT) Duel.SendtoDeck(g,nil,SEQ_DECKSHUFFLE,REASON_EFFECT)
end end
\ No newline at end of file
...@@ -89,4 +89,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -89,4 +89,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
end end
end end
\ No newline at end of file
...@@ -88,4 +88,4 @@ function s.mtop(e,tp,eg,ep,ev,re,r,rp) ...@@ -88,4 +88,4 @@ function s.mtop(e,tp,eg,ep,ev,re,r,rp)
if c:IsRelateToEffect(e) and at:IsRelateToBattle() then if c:IsRelateToEffect(e) and at:IsRelateToBattle() then
Duel.Overlay(at,Group.FromCards(c)) Duel.Overlay(at,Group.FromCards(c))
end end
end end
\ No newline at end of file
...@@ -74,4 +74,4 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -74,4 +74,4 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.eqlimit(e,c) function s.eqlimit(e,c)
return c==e:GetLabelObject() return c==e:GetLabelObject()
end end
\ No newline at end of file
...@@ -135,4 +135,4 @@ function s.csbop(e,tp,eg,ep,ev,re,r,rp) ...@@ -135,4 +135,4 @@ function s.csbop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.lklimit(e,c) function s.lklimit(e,c)
return c~=e:GetHandler() return c~=e:GetHandler()
end end
\ No newline at end of file
...@@ -57,4 +57,4 @@ function s.splimit(e,c) ...@@ -57,4 +57,4 @@ function s.splimit(e,c)
end end
function s.eqlimit(e,c) function s.eqlimit(e,c)
return c==e:GetLabelObject() return c==e:GetLabelObject()
end end
\ No newline at end of file
...@@ -82,4 +82,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -82,4 +82,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD) e1:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
end end
end end
\ No newline at end of file
...@@ -70,4 +70,4 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -70,4 +70,4 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.splimit(e,c) function s.splimit(e,c)
return not c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsLocation(LOCATION_EXTRA) return not c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsLocation(LOCATION_EXTRA)
end end
\ No newline at end of file
...@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP_DEFENSE) Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP_DEFENSE)
end end
end end
\ No newline at end of file
...@@ -99,4 +99,4 @@ function s.matop(e,tp,eg,ep,ev,re,r,rp) ...@@ -99,4 +99,4 @@ function s.matop(e,tp,eg,ep,ev,re,r,rp)
if c:IsRelateToEffect(e) and tc:IsRelateToEffect(e) and not tc:IsImmuneToEffect(e) then if c:IsRelateToEffect(e) and tc:IsRelateToEffect(e) and not tc:IsImmuneToEffect(e) then
Duel.Overlay(tc,Group.FromCards(c)) Duel.Overlay(tc,Group.FromCards(c))
end end
end end
\ No newline at end of file
...@@ -56,4 +56,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -56,4 +56,4 @@ function s.thop(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_XYZ) and c:IsLocation(LOCATION_EXTRA) return not c:IsType(TYPE_XYZ) and c:IsLocation(LOCATION_EXTRA)
end end
\ No newline at end of file
...@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=mg:SelectSubGroup(tp,aux.TRUE,false,1,ft) local g=mg:SelectSubGroup(tp,aux.TRUE,false,1,ft)
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end end
\ No newline at end of file
...@@ -90,4 +90,4 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp) ...@@ -90,4 +90,4 @@ function s.setop(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
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