Commit 038f336a authored by 八宫一月's avatar 八宫一月

Update c100222023.lua

parent c9fea098
Pipeline #27646 failed with stages
in 22 seconds
--Em影絵師シャドー・メイカー
local s,id,o=GetID()
function s.initial_effect(c)
Duel.EnableGlobalFlag(GLOBALFLAG_DETACH_EVENT)
aux.AddXyzProcedure(c,nil,5,3)
c:EnableReviveLimit()
local e1=Effect.CreateEffect(c)
......@@ -30,7 +31,6 @@ function s.initial_effect(c)
e3:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_SINGLE)
e3:SetCode(EVENT_DETACH_MATERIAL)
e3:SetProperty(EFFECT_FLAG_DELAY)
e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1,id+o)
e3:SetCondition(s.spcon2)
e3:SetTarget(s.sptg2)
......
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