diff --git a/pre-release/c100410008.lua b/official/c22082432.lua similarity index 99% rename from pre-release/c100410008.lua rename to official/c22082432.lua index 0901ae9a52..730e46975c 100644 --- a/pre-release/c100410008.lua +++ b/official/c22082432.lua @@ -91,4 +91,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp) Duel.SendtoGrave(og,REASON_EFFECT) end end -end \ No newline at end of file +end diff --git a/pre-release/c100410005.lua b/official/c23804920.lua similarity index 99% rename from pre-release/c100410005.lua rename to official/c23804920.lua index 4449f60f7e..707725d490 100644 --- a/pre-release/c100410005.lua +++ b/official/c23804920.lua @@ -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 \ No newline at end of file +end diff --git a/pre-release/c100410002.lua b/official/c34926568.lua similarity index 99% rename from pre-release/c100410002.lua rename to official/c34926568.lua index 573183893a..0382c12b99 100644 --- a/pre-release/c100410002.lua +++ b/official/c34926568.lua @@ -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 \ No newline at end of file +end diff --git a/pre-release/c100410009.lua b/official/c59576447.lua similarity index 99% rename from pre-release/c100410009.lua rename to official/c59576447.lua index 977ebf8374..4e1aabaa60 100644 --- a/pre-release/c100410009.lua +++ b/official/c59576447.lua @@ -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 \ No newline at end of file +end diff --git a/pre-release/c100410003.lua b/official/c60411677.lua similarity index 96% rename from pre-release/c100410003.lua rename to official/c60411677.lua index 350ed8ddbe..284468dc09 100644 --- a/pre-release/c100410003.lua +++ b/official/c60411677.lua @@ -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 @@ -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 @@ -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 \ No newline at end of file +end diff --git a/pre-release/c100410006.lua b/official/c69299029.lua similarity index 99% rename from pre-release/c100410006.lua rename to official/c69299029.lua index 6871e2e460..0676348ba1 100644 --- a/pre-release/c100410006.lua +++ b/official/c69299029.lua @@ -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 \ No newline at end of file +end diff --git a/pre-release/c100410010.lua b/official/c95561146.lua similarity index 99% rename from pre-release/c100410010.lua rename to official/c95561146.lua index 4e1200e311..7ddcf2bf58 100644 --- a/pre-release/c100410010.lua +++ b/official/c95561146.lua @@ -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 \ No newline at end of file +end diff --git a/pre-release/c100410007.lua b/official/c96687733.lua similarity index 93% rename from pre-release/c100410007.lua rename to official/c96687733.lua index d6140621a1..04630fa4f6 100644 --- a/pre-release/c100410007.lua +++ b/official/c96687733.lua @@ -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 @@ -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 @@ -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 \ No newline at end of file +end diff --git a/pre-release/c100410001.lua b/official/c97522863.lua similarity index 99% rename from pre-release/c100410001.lua rename to official/c97522863.lua index 37da370851..e2983c22d3 100644 --- a/pre-release/c100410001.lua +++ b/official/c97522863.lua @@ -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 \ No newline at end of file +end diff --git a/pre-release/c100410004.lua b/official/c97800311.lua similarity index 99% rename from pre-release/c100410004.lua rename to official/c97800311.lua index 59ac04257a..04999ec1ec 100644 --- a/pre-release/c100410004.lua +++ b/official/c97800311.lua @@ -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 \ No newline at end of file +end