Commit 10c2806e authored by mallu11's avatar mallu11 Committed by GitHub

update about ラーの翼神竜 (#1384)

parent 6408a720
--光の創造神 ホルアクティ
function c10000040.initial_effect(c)
aux.AddCodeList(c,10000010)
c:EnableReviveLimit()
--special summon
local e1=Effect.CreateEffect(c)
......
--ラーの翼神竜-球体形
function c10000080.initial_effect(c)
aux.AddCodeList(c,10000010)
Duel.EnableGlobalFlag(GLOBALFLAG_BRAINWASHING_CHECK)
--summon with 3 tribute
local e1=Effect.CreateEffect(c)
......
--ラーの翼神竜-不死鳥
function c10000090.initial_effect(c)
aux.AddCodeList(c,10000010)
c:EnableReviveLimit()
--cannot special summon
local e1=Effect.CreateEffect(c)
......
--ラーの使徒
function c74875003.initial_effect(c)
aux.AddCodeList(c,10000010)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(74875003,0))
......
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