Commit c00a4e85 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent a3f9e193
No preview for this file type
--铳影-朴景丽 ---铳影-朴景丽
Duel.LoadScript("c17035101.lua") Duel.LoadScript("c17035101.lua")
function c12825602.initial_effect(c) local s,id,o=GetID()
function s.initial_effect(c)
--xyz summon --xyz summon
aux.AddXyzProcedure(c,nil,6,3) aux.AddXyzProcedure(c,nil,6,3)
c:EnableReviveLimit() c:EnableReviveLimit()
chiki.c4a71Limit(c) chiki.c4a71Limit(c)
chiki.c4a71tohand(c) s.c4a71tohand(c)
chiki.c4a71kang(c,c12825602.discon,c12825602.distg,c12825602.disop,CATEGORY_NEGATE,12825602,1131,12825607) chiki.c4a71kang(c,s.discon,s.distg,s.disop,CATEGORY_NEGATE,12825602,1131,12825607)
end end
function c12825602.discon(e,tp,eg,ep,ev,re,r,rp) function s.discon(e,tp,eg,ep,ev,re,r,rp)
return rp==1-tp and e:GetHandler():GetFlagEffect(12825612)>0 return rp==1-tp and e:GetHandler():GetFlagEffect(12825612)>0
and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) and Duel.IsChainNegatable(ev) and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) and Duel.IsChainNegatable(ev)
end end
function c12825602.distg(e,tp,eg,ep,ev,re,r,rp,chk) function s.distg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_NEGATE,eg,1,0,0) Duel.SetOperationInfo(0,CATEGORY_NEGATE,eg,1,0,0)
end end
function c12825602.disop(e,tp,eg,ep,ev,re,r,rp) function s.disop(e,tp,eg,ep,ev,re,r,rp)
Duel.NegateActivation(ev) Duel.NegateActivation(ev)
end end
function s.c4a71tohand(c,tg,op,category)
local tg=tg
if not tg then tg=Chikichikibanban.c4a71tohandthtg end
local op=op
if not op then op=Chikichikibanban.c4a71tohandthop end
local category=category
if not category then category=CATEGORY_TOHAND end
--to hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(1110)
e1:SetCategory(category)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_GRAVE)
e1:SetCost(aux.bfgcost)
e1:SetTarget(tg)
e1:SetOperation(op)
c:RegisterEffect(e1)
end
\ No newline at end of file
...@@ -1256,7 +1256,7 @@ function Chikichikibanban.c4a71tohand(c,tg,op,category) ...@@ -1256,7 +1256,7 @@ function Chikichikibanban.c4a71tohand(c,tg,op,category)
local op=op local op=op
if not op then op=Chikichikibanban.c4a71tohandthop end if not op then op=Chikichikibanban.c4a71tohandthop end
local category=category local category=category
if not category then category=CATEGORY_TOHAND+CATEGORY_SEARCH end if not category then category=CATEGORY_TOHAND end
--to hand --to hand
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(1110) e1:SetDescription(1110)
......
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