Commit 5dc71103 authored by Tachibana's avatar Tachibana

E

parent 5f14f60c
Pipeline #16333 passed with stages
in 24 minutes and 39 seconds
......@@ -7,7 +7,6 @@ function c67210103.initial_effect(c)
--e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DESTROY)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_CHAINING)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e2:SetRange(LOCATION_PZONE)
e2:SetCountLimit(1)
e2:SetCondition(c67210103.stcon)
......
--独处者·星宫时子
local m=69660001
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
--tohand
local e1=Effect.CreateEffect(c)
......
--蝶之光·星宫时子
local m=69660002
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,4,2)
......
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