Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pre-release/c100439074.lua → official/c13408726.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
c:AddMustBeRitualSummoned()
--Pendulum Summon procedure
Pendulum.AddProcedure(c)
c:AddMustBeRitualSummoned()
--Banish 1 Spell/Trap on the field
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pre-release/c100439045.lua → official/c24220368.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function s.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
local b1=not Duel.HasFlagEffect(tp,id)
and Fusion.SummonEffTG(params)(e,tp,eg,ep,ev,re,r,rp,0)
--Add 1 "Gem-" monster from your Deck or banishment to your hand
local b2=not Duel.HasFlagEffect(tp,id+100)
local b2=not Duel.HasFlagEffect(tp,id+1)
and Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK|LOCATION_REMOVED,0,1,nil)
if chk==0 then return b1 or b2 end
local op=Duel.SelectEffect(tp,
Expand All @@ -56,7 +56,7 @@ function s.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
Fusion.SummonEffTG(params)(e,tp,eg,ep,ev,re,r,rp,1)
elseif op==2 then
e:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
Duel.RegisterFlagEffect(tp,id+100,RESET_PHASE|PHASE_END,0,1)
Duel.RegisterFlagEffect(tp,id+1,RESET_PHASE|PHASE_END,0,1)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK|LOCATION_REMOVED)
end
end
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.