Commit 22384a34 authored by zengsxing's avatar zengsxing Committed by GitHub

add codelist (#2944)

parent bb0fc04d
--蘇りし天空神
local s,id,o=GetID()
function s.initial_effect(c)
aux.AddCodeList(c,10000020)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
......
--ソウルエナジーMAX!!
function c79339613.initial_effect(c)
aux.AddCodeList(c,10000000)
--activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DAMAGE)
......
--ゴッド・ハンド・クラッシャー
function c79868386.initial_effect(c)
aux.AddCodeList(c,10000030)
aux.AddCodeList(c,10000000)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DISABLE)
......
--粉砕せし破壊神
local s,id,o=GetID()
function s.initial_effect(c)
aux.AddCodeList(c,10000000)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
......
--機械じかけのマジックミラー
function c85758066.initial_effect(c)
aux.AddCodeList(c,10000000)
--activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
......
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