Commit 00d9c6a7 authored by Amiya's avatar Amiya

Merge branch 'master' of git.moenext.com:mycard/pre-release-database-cdb

parents 3a57ecc1 460e5002
Pipeline #43147 failed with stages
in 1 minute and 26 seconds
--黒き混沌の魔術師ブラック・カオス --黒き混沌の魔術師ブラック・カオス
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
c:EnableReviveLimit()
--to hand --to hand
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0)) e1:SetDescription(aux.Stringid(id,0))
......
--光と闇の戦士カオス・ソルジャー --光と闇の戦士カオス・ソルジャー
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
c:EnableReviveLimit()
aux.AddCodeList(c,101305044) aux.AddCodeList(c,101305044)
--remove --remove
local e1=Effect.CreateEffect(c) local e1=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