Commit cf02f859 authored by TanakaKotoha's avatar TanakaKotoha

pre-update

parent c4bf051b
......@@ -443,6 +443,7 @@
26802002 2 --偶像新人的初登场
26803002 1 --真实的一瞬
26803007 0 --惬意世界
26803013 0 --无火的尘埃
26805005 2 --心结·风野灯织
26805007 2 --西京夏日约会
26805012 0 --少女水天·黛冬优子
......@@ -884,6 +885,7 @@
65010539 1 --白魔军魂 安娜斯塔西亚
65010543 1 --白魔军魂 高尔博斯托
65020211 0 --虚拟水神剑士
65020212 0 --行星驱逐舰 风雪游隼号
65020213 0 --「六兆年零一夜物语」凑友希那
#650-2
65011001 1 --时终流的溯行者
......@@ -1046,6 +1048,7 @@
98302010 1 --EXEC CHRONICLE KEY
#986
98600002 0 --欧忒耳佩
98610007 1 --少女分形·冻结之世
#996
99600001 0 --时空魔女 艾米尔
......
......@@ -16,10 +16,7 @@ function cm.cfilter(c)
return c:IsFacedown() or not c:IsSetCard(0x4808)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
if c==nil then return true end
local tp=c:GetControler()
return minc==0 and c:IsLevelAbove(5) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and (Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)==0 or not Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_MZONE,0,1,nil))
return not Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_MZONE,0,1,nil)
end
function cm.filter(c,e,tp)
return c:IsSetCard(0x4808) and c:IsLevelBelow(4) and c:IsCanBeSpecialSummoned(e,0,tp,true,false)
......
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