Commit a75a523f authored by mercury233's avatar mercury233

update pics

parent 30b12435
#created by ...
#main
100200150
100200151
100409002
100409003
100409013
100409014
100409024
100409025
100409035
100409038
100409001
100228004
#extra
100242201
100409012
100409023
100409034
100334041
100334042
100334043
100228001
100228002
100228003
......
......@@ -3,7 +3,7 @@
function c100227037.initial_effect(c)
--summon with no tribute
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(100227037,1))
e1:SetDescription(aux.Stringid(100227037,0))
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SUMMON_PROC)
......@@ -17,6 +17,7 @@ function c100227037.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCode(EVENT_SUMMON_SUCCESS)
e2:SetCountLimit(1,100227037)
e2:SetTarget(c100227037.sptg)
e2:SetOperation(c100227037.spop)
c:RegisterEffect(e2)
......@@ -25,7 +26,7 @@ function c100227037.initial_effect(c)
c:RegisterEffect(e3)
--disable
local e4=Effect.CreateEffect(c)
e4:SetDescription(aux.Stringid(100227037,1))
e4:SetDescription(aux.Stringid(100227037,2))
e4:SetCategory(CATEGORY_NEGATE)
e4:SetType(EFFECT_TYPE_QUICK_O)
e4:SetCode(EVENT_CHAINING)
......
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