Commit 45fec4f9 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c52700631.lua

parent b40cd974
...@@ -10,7 +10,7 @@ end ...@@ -10,7 +10,7 @@ end
function s.remove(c) function s.remove(c)
--to hand --to hand
local e5=Effect.CreateEffect(c) local e5=Effect.CreateEffect(c)
e5:SetDescription(aux.Stringid(id,1)) e5:SetDescription(1130)
e5:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e5:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e5:SetType(EFFECT_TYPE_QUICK_O) e5:SetType(EFFECT_TYPE_QUICK_O)
e5:SetCode(EVENT_FREE_CHAIN) e5:SetCode(EVENT_FREE_CHAIN)
...@@ -84,10 +84,12 @@ function s.ovop(e,tp,eg,ep,ev,re,r,rp) ...@@ -84,10 +84,12 @@ function s.ovop(e,tp,eg,ep,ev,re,r,rp)
local sc2=Duel.SelectMatchingCard(tp,s.xyzfilter,tp,LOCATION_MZONE,0,1,1,g):GetFirst() local sc2=Duel.SelectMatchingCard(tp,s.xyzfilter,tp,LOCATION_MZONE,0,1,1,g):GetFirst()
for gc in aux.Next(g) do for gc in aux.Next(g) do
local og2=gc:GetOverlayGroup() local og2=gc:GetOverlayGroup()
if og2:GetCount()>0 then Duel.SendtoGrave(og2,REASON_RULE) end if og2:GetCount()>0 then bg:Merge(og2) end
tc:CancelToGrave()
end end
Duel.Overlay(sc2,tc) if bg and #bg>0 then
Duel.SendtoGrave(bg,REASON_RULE)
end
Duel.Overlay(sc2,g)
end end
end end
...@@ -99,7 +101,7 @@ end ...@@ -99,7 +101,7 @@ end
function s.search(c) function s.search(c)
--to hand --to hand
local e5=Effect.CreateEffect(c) local e5=Effect.CreateEffect(c)
e5:SetDescription(aux.Stringid(id,0)) e5:SetDescription(1109)
e5:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e5:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e5:SetType(EFFECT_TYPE_IGNITION) e5:SetType(EFFECT_TYPE_IGNITION)
e5:SetRange(LOCATION_MZONE) e5:SetRange(LOCATION_MZONE)
......
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