Commit abd3356d authored by POLYMER's avatar POLYMER

fix

parent 26626cc6
--被驱逐的王者 莫尔卡
function c9911607.initial_effect(c)
aux.AddCodeList(c,9910871)
aux.AddCodeList(c,9910871,9911614)
--spsummon rule
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
......
--『忠诚的陵墓守望者』滕王虫
function c9911619.initial_effect(c)
aux.AddCodeList(c,9911614)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
c:EnableReviveLimit()
......
--地狱边境猎兵
function c9911620.initial_effect(c)
aux.AddCodeList(c,9911614)
--disable spsummon
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DISABLE_SUMMON+CATEGORY_REMOVE)
......
--死溢之毒瘴
function c9911627.initial_effect(c)
aux.AddCodeList(c,9911614)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_POSITION+CATEGORY_DRAW)
......
--陵墓噬尸虫
function c9911628.initial_effect(c)
aux.AddCodeList(c,9911614)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
......
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