Commit fdc70b31 authored by wind2009's avatar wind2009

format

parent a4798f95
Pipeline #40606 passed with stages
in 1 minute and 33 seconds
...@@ -120,4 +120,4 @@ function s.eaop(e,tp,eg,ep,ev,re,r,rp) ...@@ -120,4 +120,4 @@ function s.eaop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
end end
end end
end end
\ No newline at end of file
...@@ -97,4 +97,4 @@ function s.scop(e,tp,eg,ep,ev,re,r,rp) ...@@ -97,4 +97,4 @@ function s.scop(e,tp,eg,ep,ev,re,r,rp)
local sg=g:Select(tp,1,1,nil) local sg=g:Select(tp,1,1,nil)
Duel.SynchroSummon(tp,sg:GetFirst(),c,mg) Duel.SynchroSummon(tp,sg:GetFirst(),c,mg)
end end
end end
\ No newline at end of file
...@@ -113,4 +113,4 @@ function s.reptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -113,4 +113,4 @@ function s.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Remove(g,POS_FACEUP,REASON_EFFECT+REASON_REPLACE) Duel.Remove(g,POS_FACEUP,REASON_EFFECT+REASON_REPLACE)
return true return true
else return false end else return false end
end end
\ No newline at end of file
...@@ -104,4 +104,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -104,4 +104,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
and a:IsAttackable() and a:IsRelateToBattle() and not a:IsImmuneToEffect(e) then and a:IsAttackable() and a:IsRelateToBattle() and not a:IsImmuneToEffect(e) then
Duel.ChangeAttackTarget(c) Duel.ChangeAttackTarget(c)
end end
end end
\ No newline at end of file
...@@ -103,4 +103,4 @@ function s.lvop(e,tp,eg,ep,ev,re,r,rp) ...@@ -103,4 +103,4 @@ function s.lvop(e,tp,eg,ep,ev,re,r,rp)
e2:SetValue(tc:GetCode()) e2:SetValue(tc:GetCode())
tc:RegisterEffect(e2) tc:RegisterEffect(e2)
end end
end end
\ No newline at end of file
...@@ -77,4 +77,4 @@ function s.eqlimit(e,c) ...@@ -77,4 +77,4 @@ function s.eqlimit(e,c)
end end
function s.splimit(e,c) function s.splimit(e,c)
return not c:IsRace(RACE_WARRIOR) return not c:IsRace(RACE_WARRIOR)
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 not c:IsRelateToChain() or not aux.NecroValleyFilter()(tc) then return end if not c:IsRelateToChain() or not aux.NecroValleyFilter()(tc) then return end
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
...@@ -73,4 +73,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -73,4 +73,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.indtg(e,c) function s.indtg(e,c)
return c:IsRace(RACE_WARRIOR) and c:IsAttribute(ATTRIBUTE_EARTH) return c:IsRace(RACE_WARRIOR) and c:IsAttribute(ATTRIBUTE_EARTH)
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)
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
...@@ -125,4 +125,4 @@ function s.atkop(c,tp,ct) ...@@ -125,4 +125,4 @@ function s.atkop(c,tp,ct)
end end
end end
end end
end end
\ No newline at end of file
...@@ -74,4 +74,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -74,4 +74,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.HintSelection(g) Duel.HintSelection(g)
Duel.SendtoGrave(tc,REASON_EFFECT) Duel.SendtoGrave(tc,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -78,4 +78,4 @@ function s.dkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -78,4 +78,4 @@ function s.dkop(e,tp,eg,ep,ev,re,r,rp)
elseif g:IsExists(Card.IsType,1,nil,TYPE_SPELL+TYPE_TRAP) and g:IsExists(Card.IsAbleToRemove,1,nil) then elseif g:IsExists(Card.IsType,1,nil,TYPE_SPELL+TYPE_TRAP) and g:IsExists(Card.IsAbleToRemove,1,nil) then
Duel.Remove(g,POS_FACEUP,REASON_EFFECT) Duel.Remove(g,POS_FACEUP,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -66,4 +66,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -66,4 +66,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
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