Commit 5dc71103 authored by Tachibana's avatar Tachibana

E

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