Commit d5747ceb authored by mercury233's avatar mercury233

add list name Red Dragon Archfiend

parent 7f8dfb55
--スクリーン・オブ・レッド
function c18634367.initial_effect(c)
aux.AddCodeList(c,70902743)
--activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
......
--クリムゾン・ヘルフレア
function c24566654.initial_effect(c)
aux.AddCodeList(c,70902743)
--reflect
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
......
--スカーレッド・コクーン
function c2542230.initial_effect(c)
aux.AddCodeList(c,70902743)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_EQUIP)
......
--クリムゾン・ヘル・セキュア
function c50215517.initial_effect(c)
aux.AddCodeList(c,70902743)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY)
......
--レッド・デーモンズ・ドラゴン/バスター
function c77336644.initial_effect(c)
aux.AddCodeList(c,80280737)
aux.AddCodeList(c,80280737,70902743)
c:EnableReviveLimit()
--Cannot special summon
local e1=Effect.CreateEffect(c)
......
--紅蓮魔竜の壺
function c87614611.initial_effect(c)
aux.AddCodeList(c,70902743)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DRAW)
......
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