Commit c88626f5 authored by Tachibana's avatar Tachibana

ybb

parent 7d8ed794
expansions/pics/66915069.jpg

63.4 KB | W: | H:

expansions/pics/66915069.jpg

57.6 KB | W: | H:

expansions/pics/66915069.jpg
expansions/pics/66915069.jpg
expansions/pics/66915069.jpg
expansions/pics/66915069.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -15,8 +15,13 @@ function c9310027.initial_effect(c) ...@@ -15,8 +15,13 @@ function c9310027.initial_effect(c)
e1:SetTargetRange(1,0) e1:SetTargetRange(1,0)
e1:SetTarget(c9310027.splimit) e1:SetTarget(c9310027.splimit)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local e2=e1:Clone() local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetRange(LOCATION_FZONE)
e2:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) e2:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetTargetRange(1,0)
e2:SetTarget(c9310027.splimit)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--inactivatable --inactivatable
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
...@@ -61,8 +66,8 @@ end ...@@ -61,8 +66,8 @@ end
function c9310027.condition(e,tp,eg,ep,ev,re,r,rp) function c9310027.condition(e,tp,eg,ep,ev,re,r,rp)
return not Duel.IsExistingMatchingCard(c9310027.cfilter,tp,LOCATION_MZONE,0,1,nil) return not Duel.IsExistingMatchingCard(c9310027.cfilter,tp,LOCATION_MZONE,0,1,nil)
end end
function c9310027.splimit(e,c) function c9310027.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not c:IsType(TYPE_TUNER) return not (c:IsType(TYPE_TUNER) or (c:IsLocation(LOCATION_SZONE) and c:GetOriginalType(TYPE_TUNER)))
end end
function c9310027.effectfilter(e,ct) function c9310027.effectfilter(e,ct)
local te=Duel.GetChainInfo(ct,CHAININFO_TRIGGERING_EFFECT) local te=Duel.GetChainInfo(ct,CHAININFO_TRIGGERING_EFFECT)
......
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