Skip to content
2 changes: 1 addition & 1 deletion pre-release/c100410008.lua → official/c22082432.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoGrave(og,REASON_EFFECT)
end
end
end
end
2 changes: 1 addition & 1 deletion pre-release/c100410005.lua → official/c23804920.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
--This card gains ATK equal to half the banished monster's original ATK
c:UpdateAttack(atk)
end
end
end
2 changes: 1 addition & 1 deletion pre-release/c100410002.lua → official/c34926568.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
--This card gains ATK equal to half the destroyed monster's original ATK
c:UpdateAttack(atk)
end
end
end
2 changes: 1 addition & 1 deletion pre-release/c100410009.lua → official/c59576447.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Damage(1-tp,dam,REASON_EFFECT)
end
end
end
end
6 changes: 3 additions & 3 deletions pre-release/c100410003.lua → official/c60411677.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function s.initial_effect(c)
e2:SetOperation(s.desop)
c:RegisterEffect(e2)
end
s.listed_names={CARD_TEMPLE_OF_THE_KINGS,100410001} --"The Man with the Mark"
s.listed_names={CARD_TEMPLE_OF_THE_KINGS,97522863} --"The Man with the Mark"
function s.tdfilter(c)
return c:IsCode(CARD_TEMPLE_OF_THE_KINGS) or c:IsTrap()
end
Expand Down Expand Up @@ -71,7 +71,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.SortDeckbottom(tp,tp,2)
end
function s.thfilter(c)
return c:IsCode(100410001) and c:IsAbleToHand()
return c:IsCode(97522863) and c:IsAbleToHand()
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil) end
Expand Down Expand Up @@ -104,4 +104,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToEffect(e) then
Duel.Destroy(tc,REASON_EFFECT)
end
end
end
2 changes: 1 addition & 1 deletion pre-release/c100410006.lua → official/c69299029.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
end
end
end
2 changes: 1 addition & 1 deletion pre-release/c100410010.lua → official/c95561146.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
end
end
end
6 changes: 3 additions & 3 deletions pre-release/c100410007.lua → official/c96687733.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function s.initial_effect(c)
e2:SetOperation(s.thop)
c:RegisterEffect(e2)
end
s.listed_names={CARD_TEMPLE_OF_THE_KINGS,100410008} -- "Dangers of the Divine"
s.listed_names={CARD_TEMPLE_OF_THE_KINGS,22082432} -- "Dangers of the Divine"
function s.filterchk(c,tp)
return c:ListsCode(CARD_TEMPLE_OF_THE_KINGS) and c:IsLocation(LOCATION_MZONE) and c:IsControler(tp)
end
Expand All @@ -38,7 +38,7 @@ function s.fextra(e,tp,mg)
return nil
end
function s.thfilter(c)
return c:IsCode(100410008) and c:IsAbleToHand()
return c:IsCode(22082432) and c:IsAbleToHand()
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil) end
Expand All @@ -51,4 +51,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
end
end
end
2 changes: 1 addition & 1 deletion pre-release/c100410001.lua → official/c97522863.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ function s.thtgop(e,tp,eg,ep,ev,re,r,rp)
if #g>0 then
aux.ToHandOrElse(g,tp)
end
end
end
2 changes: 1 addition & 1 deletion pre-release/c100410004.lua → official/c97800311.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToEffect(e) then
Duel.Destroy(tc,REASON_EFFECT)
end
end
end