Commit ab591e5d authored by Tachibana's avatar Tachibana

ybb

parent 790d4748
No preview for this file type
...@@ -924,6 +924,7 @@ ...@@ -924,6 +924,7 @@
33701364 0 --跨世界线勇跃锦标赛 33701364 0 --跨世界线勇跃锦标赛
33701373 0 --面对风暴 33701373 0 --面对风暴
33701348 0 --新世代虚拟YouTuber YUA 33701348 0 --新世代虚拟YouTuber YUA
33701353 0 --动物朋友 小包EX
33701380 0 --动物朋友 豺狗 33701380 0 --动物朋友 豺狗
33701381 0 --动物朋友 狐獴 33701381 0 --动物朋友 狐獴
33701394 0 --虚拟YouTuber 响木 青 · 新章 33701394 0 --虚拟YouTuber 响木 青 · 新章
...@@ -937,6 +938,7 @@ ...@@ -937,6 +938,7 @@
33711004 0 --感官超载 33711004 0 --感官超载
33711009 0 --动物朋友 二色薮猫 33711009 0 --动物朋友 二色薮猫
33711106 0 --~自我收容的个人宇宙~ 33711106 0 --~自我收容的个人宇宙~
33711109 0 --加帕里:变成动物朋友
33711407 0 --动物朋友 Unico 33711407 0 --动物朋友 Unico
33711501 1 --未来崩崩崩 33711501 1 --未来崩崩崩
33711601 0 --七色之魂 33711601 0 --七色之魂
......
...@@ -40,7 +40,7 @@ function cm.cfilter(c,tp) ...@@ -40,7 +40,7 @@ function cm.cfilter(c,tp)
return c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousPosition(POS_FACEUP) return c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousPosition(POS_FACEUP)
end end
function cm.spcon(e,tp,eg,ep,ev,re,r,rp) function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
return rp==tp and eg:IsExists(cm.cfilter,1,e:GetHandler(),tp) return eg:IsExists(cm.cfilter,1,e:GetHandler(),tp)
end end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
...@@ -41,7 +41,7 @@ function cm.cfilter(c,tp) ...@@ -41,7 +41,7 @@ function cm.cfilter(c,tp)
return c:IsReason(REASON_EFFECT) and c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousControler(tp) return c:IsReason(REASON_EFFECT) and c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousControler(tp)
end end
function cm.spcon(e,tp,eg,ep,ev,re,r,rp) function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
return rp==tp and eg:IsExists(cm.cfilter,1,nil,tp) return eg:IsExists(cm.cfilter,1,e:GetHandler(),tp)
end end
function cm.spfilter(c,e,tp) function cm.spfilter(c,e,tp)
return ((c:IsRace(RACE_WINDBEAST) and c:IsAttribute(ATTRIBUTE_WATER)) or (c:IsRace(RACE_PLANT) and c:IsAttribute(ATTRIBUTE_DARK))) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return ((c:IsRace(RACE_WINDBEAST) and c:IsAttribute(ATTRIBUTE_WATER)) or (c:IsRace(RACE_PLANT) and c:IsAttribute(ATTRIBUTE_DARK))) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
...@@ -42,7 +42,7 @@ function cm.cfilter(c,tp) ...@@ -42,7 +42,7 @@ function cm.cfilter(c,tp)
return c:IsReason(REASON_EFFECT) and c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousControler(tp) return c:IsReason(REASON_EFFECT) and c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousControler(tp)
end end
function cm.descon(e,tp,eg,ep,ev,re,r,rp) function cm.descon(e,tp,eg,ep,ev,re,r,rp)
return rp==tp and eg:IsExists(cm.cfilter,1,nil,tp) return eg:IsExists(cm.cfilter,1,e:GetHandler(),tp)
end end
function cm.descost(e,tp,eg,ep,ev,re,r,rp,chk) function cm.descost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) end if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) 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