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
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.
4 changes: 2 additions & 2 deletions pre-release/c100443105.lua → official/c70105073.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
local s,id=GetID()
function s.initial_effect(c)
--Ritual Summon "Archfiend Matador"
Ritual.AddProcGreaterCode(c,6,nil,100443104)
Ritual.AddProcGreaterCode(c,6,nil,7622360)
--Special Summon 1 non-Ritual "Archfiend" monster from your hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,1))
Expand All @@ -17,7 +17,7 @@ function s.initial_effect(c)
e1:SetOperation(s.spop)
c:RegisterEffect(e1)
end
s.listed_names={100443104} --"Archfiend Matador"
s.listed_names={7622360} --"Archfiend Matador"
s.listed_series={SET_ARCHFIEND}
function s.spfilter(c,e,tp)
return not c:IsRitualMonster() and c:IsSetCard(SET_ARCHFIEND) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions pre-release/c100443104.lua → official/c7622360.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function s.initial_effect(c)
e4:SetOperation(s.desop)
c:RegisterEffect(e4)
end
s.listed_names={100443105,id} --"Ritual of the Matador"
s.listed_names={70105073,id} --"Ritual of the Matador"
s.listed_series={SET_ARCHFIEND}
function s.thfilter(c)
return c:IsSetCard(SET_ARCHFIEND) and not c:IsCode(id) and c:IsAbleToHand()
Expand Down Expand Up @@ -73,4 +73,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if bc and bc:IsRelateToBattle() and Duel.Destroy(bc,REASON_EFFECT)>0 then
Duel.Damage(1-tp,1000,REASON_EFFECT)
end
end
end
File renamed without changes.