Commit 1601be60 authored by Amiya's avatar Amiya

Merge branch 'master' of git.moenext.com:mycard/pre-release-database-cdb

parents 9ff538cb ea85d5b7
Pipeline #41483 passed with stages
in 2 minutes and 19 seconds
No preview for this file type
#created by ygomobile
100253001
100253002
100253003
100253004
100253005
\ No newline at end of file
......@@ -3,4 +3,5 @@
100248041
100249001
100238301
100200280
\ No newline at end of file
100200280
100252001
\ No newline at end of file
......@@ -86,4 +86,4 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToChain() and aux.NecroValleyFilter()(tc) then
Duel.Remove(tc,POS_FACEUP,REASON_EFFECT)
end
end
\ No newline at end of file
end
......@@ -104,4 +104,4 @@ function s.nrcon(e)
local fid=e:GetLabel()
local c=e:GetLabelObject()
return c:IsFaceup() and c:GetFlagEffectLabel(id)==fid
end
\ No newline at end of file
end
......@@ -123,4 +123,4 @@ end
function s.descon(e)
local eg=e:GetHandler():GetEquipGroup():Filter(s.cqfilter,nil)
return eg:GetSum(Card.GetOriginalLevel)>21
end
\ No newline at end of file
end
......@@ -65,4 +65,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(c,1-tp,REASON_EFFECT)
Duel.ConfirmCards(tp,c)
end
end
\ No newline at end of file
end
......@@ -89,4 +89,4 @@ function s.efilter(e,te)
return te:GetOwner()~=e:GetOwner() and te:IsActivated()
and not te:GetHandler():IsCode(id)
and te:IsActiveType(TYPE_SPELL+TYPE_TRAP)
end
\ No newline at end of file
end
......@@ -90,4 +90,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EFFECT_UPDATE_DEFENSE)
token:RegisterEffect(e2)
end
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