Commit 4d940c6b authored by Tianchenglipu's avatar Tianchenglipu

Update Odd-Eyes Rebellion Dragon

响应灵摆限制在程序的添加,这里的超量召唤限制可以移除了。
parent e716202b
......@@ -38,15 +38,6 @@ function c45627618.initial_effect(c)
e4:SetTarget(c45627618.pentg)
e4:SetOperation(c45627618.penop)
c:RegisterEffect(e4)
--spsummon limit
local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_SINGLE)
e5:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_SINGLE_RANGE)
e5:SetCode(EFFECT_SPSUMMON_CONDITION)
e5:SetRange(LOCATION_EXTRA)
e5:SetCondition(c45627618.spcon)
e5:SetValue(c45627618.splimit)
c:RegisterEffect(e5)
end
c45627618.pendulum_level=7
function c45627618.pctg(e,tp,eg,ep,ev,re,r,rp,chk)
......@@ -115,9 +106,3 @@ function c45627618.penop(e,tp,eg,ep,ev,re,r,rp)
Duel.MoveToField(e:GetHandler(),tp,tp,LOCATION_SZONE,POS_FACEUP,true)
end
end
function c45627618.spcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsFaceup()
end
function c45627618.splimit(e,se,sp,st)
return e:GetHandler():IsStatus(STATUS_PROC_COMPLETE) and bit.band(st,SUMMON_TYPE_XYZ)~=SUMMON_TYPE_XYZ
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