Commit 6273a54e authored by Huangnan's avatar Huangnan

fix

parent 2b12b6f5
Pipeline #41783 failed with stages
in 3 minutes and 28 seconds
......@@ -15,13 +15,14 @@ function s.initial_effect(c)
e2:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
e2:SetValue(1)
c:RegisterEffect(e2)
--3效果
--3效果
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(id,2))
e3:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetCode(EVENT_TO_GRAVE)
e3:SetProperty(EFFECT_FLAG_DELAY)
e3:SetCountLimit(1,id)
e3:SetTarget(s.thtg)
e3:SetOperation(s.thop)
c:RegisterEffect(e3)
......
......@@ -2,7 +2,7 @@
local s,id=GetID()
function s.initial_effect(c)
c:SetSPSummonOnce(id)
--fusion material
--fusion material
c:EnableReviveLimit()
aux.AddFusionProcCodeFun(c,52700741,s.matfilter,3,true,true)
--
......
--阎魔之龙 忍·龙 魔军天武
local s,id=GetID()
function s.initial_effect(c)
--fusion material
--fusion material
c:EnableReviveLimit()
aux.AddFusionProcFunFunRep(c,s.matfilter1,s.matfilter2,2,2,true)
local e0=Effect.CreateEffect(c)
......
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