Commit 06e10725 authored by TanakaKotoha's avatar TanakaKotoha

rover

parent 02e44354
--地狱使者亲临 --地狱使者亲临
function c60159915.initial_effect(c) function c60159915.initial_effect(c)
aux.AddRitualProcGreaterCode(c,60159914)
--Activate --Activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
...@@ -21,7 +22,6 @@ function c60159915.initial_effect(c) ...@@ -21,7 +22,6 @@ function c60159915.initial_effect(c)
e2:SetOperation(c60159915.activate) e2:SetOperation(c60159915.activate)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
c60159915.fit_monster={60159914}
function c60159915.filter(c,e,tp,m) function c60159915.filter(c,e,tp,m)
if not c:IsCode(60159914) or bit.band(c:GetType(),0x81)~=0x81 if not c:IsCode(60159914) or bit.band(c:GetType(),0x81)~=0x81
or not c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,true,true) or not c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,true,true)
......
...@@ -44,6 +44,7 @@ function c66915003.initial_effect(c) ...@@ -44,6 +44,7 @@ function c66915003.initial_effect(c)
e5:SetTargetRange(LOCATION_MZONE,0) e5:SetTargetRange(LOCATION_MZONE,0)
e5:SetTarget(c66915003.eftg) e5:SetTarget(c66915003.eftg)
e5:SetLabelObject(e3) e5:SetLabelObject(e3)
c:RegisterEffect(e5)
--spsummon limit --spsummon limit
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD) e2:SetType(EFFECT_TYPE_FIELD)
......
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