Commit db5d788b authored by wind2009's avatar wind2009

Update cdb

parent 173150b2
No preview for this file type
--ジャイアント·タコーン
--ジャイアントタコーン
local s,id,o=GetID()
function s.initial_effect(c)
--spsummon
......
......@@ -3,6 +3,7 @@ local s,id,o=GetID()
function s.initial_effect(c)
--remove and draw
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_REMOVE+CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
......
......@@ -3,6 +3,7 @@ local s,id,o=GetID()
function s.initial_effect(c)
--remove
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_REMOVE)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
......
--M∀LICE<C>MTP-07
--M∀LICE<C>MTP07
local s,id,o=GetID()
function s.initial_effect(c)
--Activate
......
--M∀LICE<C>GWC-06
--M∀LICE<C>GWC06
local s,id,o=GetID()
function s.initial_effect(c)
--Activate
......
--M∀LICE<C>TB-11
--M∀LICE<C>TB11
local s,id,o=GetID()
function s.initial_effect(c)
--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