diff --git a/archetype_setcode_constants.lua b/archetype_setcode_constants.lua index 7f0dfe57aa..d31b80a8fe 100644 --- a/archetype_setcode_constants.lua +++ b/archetype_setcode_constants.lua @@ -597,12 +597,12 @@ SET_K9 = 0x1c4 SET_DOOM_KING = 0x1c8 SET_RADIANT_TYPHOON = 0x1c9 SET_DOOMZ = 0x1cb ---Released but the official English name is unconfirmed SET_HECAHANDS = 0x1cc SET_ENNEACRAFT = 0x1cd -SET_KILLER_TUNE = 0x1ce ---Pre-release archetypes +SET_KEWL_TUNE = 0x1ce SET_ECCLESIA = 0x1cf +--Released but the official English name is unconfirmed SET_ELVENNOTES = 0x1d0 +--Pre-release archetypes SET_END_OF_THE_WORLD = 0x1d1 SET_FAIRY_TAIL = 0x1d2 diff --git a/card_counter_constants.lua b/card_counter_constants.lua index d7d2b0fd6b..e64b663099 100644 --- a/card_counter_constants.lua +++ b/card_counter_constants.lua @@ -192,12 +192,12 @@ SKILL_DARK_UNITY = 300306009 --Commonly used counters COUNTER_A = 0x100e COUNTER_BUSHIDO = 0x3 +COUNTER_EC = 0x217 COUNTER_FEATHER = 0x10 COUNTER_FOG = 0x1019 COUNTER_KAIJU = 0x37 COUNTER_PREDATOR = 0x1041 COUNTER_RESONANCE = 0x211 COUNTER_SIGNAL = 0x1148 -COUNTER_SINQUISITION = 0x217 COUNTER_SPELL = 0x1 COUNTER_VENOM = 0x1009 diff --git a/official/c14442329.lua b/official/c14442329.lua index bf170706e8..78ab6f1cbc 100644 --- a/official/c14442329.lua +++ b/official/c14442329.lua @@ -1,5 +1,5 @@ --ジュークジョイント“Killer Tune” ---Juke Joint "Killer Tune" +--JJ "Kewl Tune" --scripted by Naim local s,id=GetID() function s.initial_effect(c) @@ -17,7 +17,7 @@ function s.initial_effect(c) e1:SetCode(EFFECT_EXTRA_SUMMON_COUNT) e1:SetTarget(aux.TargetBoolFunction(Card.IsType,TYPE_TUNER)) c:RegisterEffect(e1) - --"Killer Tune Loudness War" you control gains 3300 ATK while your opponent has a Tuner in their field or GY + --"Kewl Tune Loudness War" you control gains 3300 ATK while your opponent has a Tuner in their field or GY local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetCode(EFFECT_UPDATE_ATTACK) @@ -27,7 +27,7 @@ function s.initial_effect(c) e2:SetValue(3300) e2:SetCondition(function(e) return Duel.IsExistingMatchingCard(aux.FaceupFilter(Card.IsType,TYPE_TUNER),e:GetHandlerPlayer(),0,LOCATION_MZONE|LOCATION_GRAVE,1,nil) end) c:RegisterEffect(e2) - --Add to your hand, or Special Summon, 1 "Killer Tune" monster from your Deck + --Add to your hand, or Special Summon, 1 "Kewl Tune" monster from your Deck local e3=Effect.CreateEffect(c) e3:SetDescription(aux.Stringid(id,1)) e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH+CATEGORY_SPECIAL_SUMMON) @@ -39,13 +39,13 @@ function s.initial_effect(c) e3:SetOperation(s.thspop) c:RegisterEffect(e3) end -s.listed_names={41069676} --"Killer Tune Loudness War" -s.listed_series={SET_KILLER_TUNE} +s.listed_names={41069676} --"Kewl Tune Loudness War" +s.listed_series={SET_KEWL_TUNE} function s.costfilter(c,e,tp) return c:IsType(TYPE_TUNER) and Duel.IsExistingMatchingCard(s.thspfilter,tp,LOCATION_DECK,0,1,nil,e,tp,Duel.GetMZoneCount(tp,c)>0) end function s.thspfilter(c,e,tp,mmz_chk) - return c:IsSetCard(SET_KILLER_TUNE) and c:IsMonster() + return c:IsSetCard(SET_KEWL_TUNE) and c:IsMonster() and (c:IsAbleToHand() or (mmz_chk and c:IsCanBeSpecialSummoned(e,0,tp,false,false))) end function s.thspcost(e,tp,eg,ep,ev,re,r,rp,chk) diff --git a/official/c15665977.lua b/official/c15665977.lua index d87127abbf..6a1f342431 100644 --- a/official/c15665977.lua +++ b/official/c15665977.lua @@ -1,10 +1,10 @@ --キラーチューン・レッドシール ---Killer Tune Red Seal +--Kewl Tune RS --scripted by Naim local s,id=GetID() function s.initial_effect(c) c:EnableReviveLimit() - --Synchro Summon procedure: "Killer Tune Reco" + 1+ Tuners + --Synchro Summon procedure: "Kewl Tune Reco" + 1+ Tuners Synchro.AddProcedure(c,aux.FALSE,1,1,s.tunerfilter,1,99,aux.FilterSummonCode(89392810)) --Gains 300 ATK for each Tuner in the GYs local e1=Effect.CreateEffect(c) @@ -45,7 +45,7 @@ function s.initial_effect(c) e4:SetValue(s.valcheck) c:RegisterEffect(e4) end -s.listed_names={89392810} --"Killer Tune Reco" +s.listed_names={89392810} --"Kewl Tune Reco" s.material={89392810} function s.tunerfilter(c,scard,sumtype,tp) return c:IsType(TYPE_TUNER,scard,sumtype,tp) or c:IsHasEffect(EFFECT_CAN_BE_TUNER) diff --git a/official/c16387555.lua b/official/c16387555.lua index 3220d05941..52ca272c21 100644 --- a/official/c16387555.lua +++ b/official/c16387555.lua @@ -1,11 +1,11 @@ --キラーチューン・キュー ---Killer Tune Cue +--Kewl Tune Cue --Scripted by Hatter local s,id=GetID() function s.initial_effect(c) --If this card on the field would be used as Synchro Material, 1 Tuner in your hand can be used as 1 of the other materials Synchro.AddHandMaterialEffect(c,id,function(c) return c:IsType(TYPE_TUNER) end) - --Special Summon 1 Tuner from your hand, Deck, or GY, except "Killer Tune Cue" + --Special Summon 1 Tuner from your hand, Deck, or GY, except "Kewl Tune Cue" local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(id,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) @@ -30,7 +30,6 @@ function s.initial_effect(c) c:RegisterEffect(e2) end s.listed_names={id} -s.listed_series={SET_KILLER_TUNE} function s.spfilter(c,e,tp) return c:IsType(TYPE_TUNER) and not c:IsCode(id) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) end @@ -83,4 +82,4 @@ function s.excop(e,tp,eg,ep,ev,re,r,rp) if op==0 then return end Duel.MoveSequence((g-sg):GetFirst(),1) end -end \ No newline at end of file +end diff --git a/official/c16509007.lua b/official/c16509007.lua index e09f5a8bc7..d4191a04d8 100644 --- a/official/c16509007.lua +++ b/official/c16509007.lua @@ -1,11 +1,11 @@ --キラーチューン・ミクス ---Killer Tune Mix +--Kewl Tune Mix --Scripted by Hatter local s,id=GetID() function s.initial_effect(c) --If this card on the field would be used as Synchro Material, 1 Tuner in your hand can be used as 1 of the other materials Synchro.AddHandMaterialEffect(c,id,function(c) return c:IsType(TYPE_TUNER) end) - --Add 1 "Killer Tune" monster from your Deck or GY to your hand, except a Level 2 monster + --Add 1 "Kewl Tune" monster from your Deck or GY to your hand, except a Level 2 monster local e1a=Effect.CreateEffect(c) e1a:SetDescription(aux.Stringid(id,0)) e1a:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) @@ -32,9 +32,9 @@ function s.initial_effect(c) e2:SetOperation(s.desop) c:RegisterEffect(e2) end -s.listed_series={SET_KILLER_TUNE} +s.listed_series={SET_KEWL_TUNE} function s.thfilter(c) - return c:IsSetCard(SET_KILLER_TUNE) and c:IsMonster() and not c:IsLevel(2) and c:IsAbleToHand() + return c:IsSetCard(SET_KEWL_TUNE) and c:IsMonster() and not c:IsLevel(2) 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|LOCATION_GRAVE,0,1,nil) end diff --git a/official/c17621695.lua b/official/c17621695.lua index 47a4241263..90e724e3b2 100644 --- a/official/c17621695.lua +++ b/official/c17621695.lua @@ -1,5 +1,5 @@ --糾罪都市-エニアポリス ---Enneapolis, the Sinquisition City +--Enneapolis --Scripted by Eerie Code local s,id=GetID() function s.initial_effect(c) @@ -8,7 +8,7 @@ function s.initial_effect(c) e0:SetType(EFFECT_TYPE_ACTIVATE) e0:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e0) - --Remove all Sinquisition Counters from your fiend, and if you do, inflict 900 damage to your opponent for each + --Remove all E.C. Counters from your fiend, and if you do, inflict 900 damage to your opponent for each local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(id,0)) e1:SetCategory(CATEGORY_DAMAGE) @@ -57,20 +57,20 @@ function s.initial_effect(c) c:RegisterEffect(e4) end s.listed_series={SET_ENNEACRAFT} -s.counter_list={COUNTER_SINQUISITION} +s.counter_list={COUNTER_EC} function s.damtg(e,tp,eg,ep,ev,re,r,rp,chk) if chk==0 then return true end - local ct=Duel.GetCounter(tp,1,0,COUNTER_SINQUISITION) + local ct=Duel.GetCounter(tp,1,0,COUNTER_EC) Duel.SetTargetPlayer(1-tp) Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,ct*900) end function s.damop(e,tp,eg,ep,ev,re,r,rp) - local g=Duel.GetMatchingGroup(Card.HasCounter,tp,LOCATION_ONFIELD,0,nil,COUNTER_SINQUISITION) + local g=Duel.GetMatchingGroup(Card.HasCounter,tp,LOCATION_ONFIELD,0,nil,COUNTER_EC) if #g==0 then return end local total_count=0 for sc in g:Iter() do - local sc_count=sc:GetCounter(COUNTER_SINQUISITION) - if sc:RemoveCounter(tp,COUNTER_SINQUISITION,sc_count,REASON_EFFECT) then + local sc_count=sc:GetCounter(COUNTER_EC) + if sc:RemoveCounter(tp,COUNTER_EC,sc_count,REASON_EFFECT) then total_count=total_count+sc_count end end diff --git a/official/c20415050.lua b/official/c20415050.lua index 2df73b4e55..9fd22c0409 100644 --- a/official/c20415050.lua +++ b/official/c20415050.lua @@ -1,5 +1,5 @@ --神の見えざる手 ---Hecahands +--The Hidden Hecahands --scripted by Naim local s,id=GetID() function s.initial_effect(c) diff --git a/official/c28454232.lua b/official/c28454232.lua index 4ebb7aca2b..f6673423fa 100644 --- a/official/c28454232.lua +++ b/official/c28454232.lua @@ -1,11 +1,11 @@ --糾罪巧-Astaγ.PIXIEA ---Enneacraft - Astarγ.PIXIEA +--Enneacraft - Asta.PIXEA --Scripted by Hatter local s,id=GetID() function s.initial_effect(c) - c:EnableCounterPermit(COUNTER_SINQUISITION,LOCATION_PZONE) + c:EnableCounterPermit(COUNTER_EC,LOCATION_PZONE) Pendulum.AddProcedure(c) - --Each time a monster(s) is flipped face-up, place 1 Sinquisition Counter on this card + --Each time a monster(s) is flipped face-up, place 1 E.C. Counter on this card local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_FLIP) @@ -66,19 +66,19 @@ function s.initial_effect(c) e5b:SetValue(aux.tgoval) c:RegisterEffect(e5b) end -s.counter_place_list={COUNTER_SINQUISITION} +s.counter_place_list={COUNTER_EC} s.listed_series={SET_ENNEACRAFT} function s.counterop(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() if not Duel.IsChainSolving() then - c:AddCounter(COUNTER_SINQUISITION,1) + c:AddCounter(COUNTER_EC,1) else --Place 1 Sinquisition Counter on this card at the end of the Chain Link local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_CHAIN_SOLVED) e1:SetRange(LOCATION_PZONE) - e1:SetOperation(function() c:AddCounter(COUNTER_SINQUISITION,1) end) + e1:SetOperation(function() c:AddCounter(COUNTER_EC,1) end) e1:SetReset(RESET_EVENT|RESETS_STANDARD|RESET_CHAIN) c:RegisterEffect(e1) --Reset "e1" at the end of the Chain Link @@ -156,4 +156,4 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp) if #rg>0 then Duel.Remove(rg,POS_FACEDOWN,REASON_EFFECT) end -end \ No newline at end of file +end diff --git a/official/c29570824.lua b/official/c29570824.lua index fbb2ca70b6..d340f61229 100644 --- a/official/c29570824.lua +++ b/official/c29570824.lua @@ -1,11 +1,11 @@ --糾罪巧ϝ’-「tromarIA」 ---Enneacraft ϝ' "tromarIA" +--Ekto Enneacraft - "tromarIA" --Scripted by Hatter local s,id=GetID() function s.initial_effect(c) - c:EnableCounterPermit(COUNTER_SINQUISITION,LOCATION_PZONE) + c:EnableCounterPermit(COUNTER_EC,LOCATION_PZONE) Pendulum.AddProcedure(c) - --Each time a monster(s) is flipped face-up, place 1 Sinquisition Counter on this card + --Each time a monster(s) is flipped face-up, place 1 E.C. Counter on this card local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_FLIP) @@ -56,19 +56,19 @@ function s.initial_effect(c) e5:SetOperation(s.disop) c:RegisterEffect(e5) end -s.counter_place_list={COUNTER_SINQUISITION} +s.counter_place_list={COUNTER_EC} s.listed_series={SET_ENNEACRAFT} function s.counterop(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() if not Duel.IsChainSolving() then - c:AddCounter(COUNTER_SINQUISITION,1) + c:AddCounter(COUNTER_EC,1) else --Place 1 Sinquisition Counter on this card at the end of the Chain Link local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_CHAIN_SOLVED) e1:SetRange(LOCATION_PZONE) - e1:SetOperation(function() c:AddCounter(COUNTER_SINQUISITION,1) end) + e1:SetOperation(function() c:AddCounter(COUNTER_EC,1) end) e1:SetReset(RESET_EVENT|RESETS_STANDARD|RESET_CHAIN) c:RegisterEffect(e1) --Reset "e1" at the end of the Chain Link diff --git a/official/c29792472.lua b/official/c29792472.lua index a4b06822ff..58976e7657 100644 --- a/official/c29792472.lua +++ b/official/c29792472.lua @@ -1,5 +1,5 @@ --見えざる招き手 ---Yad al Hecahands +--Yad'al-Hecahands --Scripted by The Razgriz local s,id=GetID() function s.initial_effect(c) diff --git a/official/c40847034.lua b/official/c40847034.lua index db47beed87..56d42ca029 100644 --- a/official/c40847034.lua +++ b/official/c40847034.lua @@ -1,5 +1,5 @@ --キラーチューン・プレイリスト ---Killer Tune Playlist +--Kewl Tune Playlist --scripted by pyrQ local s,id=GetID() function s.initial_effect(c) @@ -16,9 +16,9 @@ function s.initial_effect(c) e1:SetHintTiming(0,TIMING_STANDBY_PHASE|TIMING_MAIN_END|TIMINGS_CHECK_MONSTER_E) c:RegisterEffect(e1) end -s.listed_series={SET_KILLER_TUNE} +s.listed_series={SET_KEWL_TUNE} function s.applyfilter(c,e,tp) - if not (c:IsSetCard(SET_KILLER_TUNE) and c:IsMonster() and c:IsFaceup()) then return false end + if not (c:IsSetCard(SET_KEWL_TUNE) and c:IsMonster() and c:IsFaceup()) then return false end if c:IsAbleToHand() then return true end local effs={c:GetOwnEffects()} for _,eff in ipairs(effs) do diff --git a/official/c41069676.lua b/official/c41069676.lua index f4098b17b9..35eac56040 100644 --- a/official/c41069676.lua +++ b/official/c41069676.lua @@ -1,5 +1,5 @@ --キラーチューン・ラウドネスウォー ---Killer Tune Loudness War +--Kewl Tune Loudness War --scripted by pyrQ local s,id=GetID() function s.initial_effect(c) @@ -20,7 +20,7 @@ function s.initial_effect(c) e1b:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET) e1b:SetValue(aux.tgoval) c:RegisterEffect(e1b) - --Apply the effect of 1 "Killer Tune" monster in your GY that activates if sent to the GY as Synchro Material + --Apply the effect of 1 "Kewl Tune" monster in your GY that activates if sent to the GY as Synchro Material local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(id,0)) e2:SetType(EFFECT_TYPE_QUICK_O) @@ -39,12 +39,12 @@ function s.initial_effect(c) e3:SetCode(EFFECT_MULTIPLE_TUNERS) c:RegisterEffect(e3) end -s.listed_series={SET_KILLER_TUNE} +s.listed_series={SET_KEWL_TUNE} function s.tunerfilter(c,scard,sumtype,tp) return c:IsType(TYPE_TUNER,scard,sumtype,tp) or c:IsHasEffect(EFFECT_CAN_BE_TUNER) end function s.rmfilter(c,e,tp) - if not (c:IsSetCard(SET_KILLER_TUNE) and c:IsMonster() and c:IsAbleToRemoveAsCost()) then return false end + if not (c:IsSetCard(SET_KEWL_TUNE) and c:IsMonster() and c:IsAbleToRemoveAsCost()) then return false end local effs={c:GetOwnEffects()} for _,eff in ipairs(effs) do if eff:GetCode()==EVENT_BE_MATERIAL then diff --git a/official/c42544773.lua b/official/c42544773.lua index 672e675d41..cb896e2cfe 100644 --- a/official/c42544773.lua +++ b/official/c42544773.lua @@ -1,5 +1,5 @@ --封印の魔道士スプーン ---Spoon, the Seal of Magistus +--Spenta, the Magistus Sealer --scripted by pyrQ local s,id=GetID() function s.initial_effect(c) @@ -49,7 +49,7 @@ end function s.effop(e,tp,eg,ep,ev,re,r,rp) local op=e:GetLabel() if op==1 then - --Add 1 "Magistus" monster from your Deck to your hand, except "Spoon, the Seal of Magistus" + --Add 1 "Magistus" monster from your Deck to your hand, except "Spenta, the Magistus Sealer" Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) local g=Duel.SelectMatchingCard(tp,s.thfilter,tp,LOCATION_DECK,0,1,1,nil) if #g>0 then diff --git a/official/c42781164.lua b/official/c42781164.lua index a492ac6813..2d630b1eb2 100644 --- a/official/c42781164.lua +++ b/official/c42781164.lua @@ -1,14 +1,14 @@ --キラーチューン・トラックメイカー ---Killer Tune Track Maker +--Kewl Tune Track Maker --scripted by Naim local s,id=GetID() function s.initial_effect(c) c:EnableReviveLimit() - --Synchro Summon procedure: 1 "Killer Tune" Tuner + 1+ Tuners - Synchro.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsSetCard,SET_KILLER_TUNE),1,1,s.tunerfilter,1,99) + --Synchro Summon procedure: 1 "Kewl Tune" Tuner + 1+ Tuners + Synchro.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsSetCard,SET_KEWL_TUNE),1,1,s.tunerfilter,1,99) --If this card on the field would be used as Synchro Material, 1 Tuner in your hand can be used as 1 of the other materials Synchro.AddHandMaterialEffect(c,id,function(c) return c:IsType(TYPE_TUNER) end) - --Add 1 "Killer Tune" card from your Deck to your hand + --Add 1 "Kewl Tune" card from your Deck to your hand local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(id,0)) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) @@ -38,12 +38,12 @@ function s.initial_effect(c) e3:SetCode(EFFECT_MULTIPLE_TUNERS) c:RegisterEffect(e3) end -s.listed_series={SET_KILLER_TUNE} +s.listed_series={SET_KEWL_TUNE} function s.tunerfilter(c,scard,sumtype,tp) return c:IsType(TYPE_TUNER,scard,sumtype,tp) or c:IsHasEffect(EFFECT_CAN_BE_TUNER) end function s.thfilter(c) - return c:IsSetCard(SET_KILLER_TUNE) and c:IsAbleToHand() + return c:IsSetCard(SET_KEWL_TUNE) 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 diff --git a/official/c43904702.lua b/official/c43904702.lua index 92c205cbec..b0bdbf5281 100644 --- a/official/c43904702.lua +++ b/official/c43904702.lua @@ -1,5 +1,5 @@ --キラーチューン・クリップ ---Killer Tune Clip +--Kewl Tune Clip --Scripted by Hatter local s,id=GetID() function s.initial_effect(c) @@ -31,7 +31,6 @@ function s.initial_effect(c) e2:SetOperation(s.rmop) c:RegisterEffect(e2) end -s.listed_series={SET_KILLER_TUNE} function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk) local c=e:GetHandler() if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 @@ -63,4 +62,4 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp) if #rg>0 then Duel.Remove(rg,POS_FACEUP,REASON_EFFECT) end -end \ No newline at end of file +end diff --git a/official/c54020393.lua b/official/c54020393.lua index b54bc1c5c6..8ae55e3001 100644 --- a/official/c54020393.lua +++ b/official/c54020393.lua @@ -1,5 +1,5 @@ --糾罪巧-始導 ---Enneacraft - Release +--Enneacraft Release --Scripted by Eerie Code local s,id=GetID() function s.initial_effect(c) diff --git a/official/c54842941.lua b/official/c54842941.lua index c77d6656b7..c78142f4c6 100644 --- a/official/c54842941.lua +++ b/official/c54842941.lua @@ -1,11 +1,11 @@ --糾罪巧-Atoriϝ.MAR ---Enneacraft - Atoriϝ.MAR +--Enneacraft - Atori.MAR --Scripted by Hatter local s,id=GetID() function s.initial_effect(c) - c:EnableCounterPermit(COUNTER_SINQUISITION,LOCATION_PZONE) + c:EnableCounterPermit(COUNTER_EC,LOCATION_PZONE) Pendulum.AddProcedure(c) - --Each time a monster(s) is flipped face-up, place 1 Sinquisition Counter on this card + --Each time a monster(s) is flipped face-up, place 1 E.C. Counter on this card local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_FLIP) @@ -59,19 +59,19 @@ function s.initial_effect(c) e5:SetOperation(s.posop) c:RegisterEffect(e5) end -s.counter_place_list={COUNTER_SINQUISITION} +s.counter_place_list={COUNTER_EC} s.listed_series={SET_ENNEACRAFT} function s.counterop(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() if not Duel.IsChainSolving() then - c:AddCounter(COUNTER_SINQUISITION,1) + c:AddCounter(COUNTER_EC,1) else --Place 1 Sinquisition Counter on this card at the end of the Chain Link local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_CHAIN_SOLVED) e1:SetRange(LOCATION_PZONE) - e1:SetOperation(function() c:AddCounter(COUNTER_SINQUISITION,1) end) + e1:SetOperation(function() c:AddCounter(COUNTER_EC,1) end) e1:SetReset(RESET_EVENT|RESETS_STANDARD|RESET_CHAIN) c:RegisterEffect(e1) --Reset "e1" at the end of the Chain Link diff --git a/official/c55965529.lua b/official/c55965529.lua index 2678b6ef26..d5e5a0f21f 100644 --- a/official/c55965529.lua +++ b/official/c55965529.lua @@ -1,11 +1,11 @@ --糾罪巧θ’-「oknirIA」 ---Enneacraft θ' "oknirIA" +--Enato Enneacraft - "oknirIA" --Scripted by Hatter local s,id=GetID() function s.initial_effect(c) - c:EnableCounterPermit(COUNTER_SINQUISITION,LOCATION_PZONE) + c:EnableCounterPermit(COUNTER_EC,LOCATION_PZONE) Pendulum.AddProcedure(c) - --Each time a monster(s) is flipped face-up, place 1 Sinquisition Counter on this card + --Each time a monster(s) is flipped face-up, place 1 E.C. Counter on this card local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_FLIP) @@ -57,19 +57,19 @@ function s.initial_effect(c) e5:SetOperation(s.tdop) c:RegisterEffect(e5) end -s.counter_place_list={COUNTER_SINQUISITION} +s.counter_place_list={COUNTER_EC} s.listed_series={SET_ENNEACRAFT} function s.counterop(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() if not Duel.IsChainSolving() then - c:AddCounter(COUNTER_SINQUISITION,1) + c:AddCounter(COUNTER_EC,1) else --Place 1 Sinquisition Counter on this card at the end of the Chain Link local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_CHAIN_SOLVED) e1:SetRange(LOCATION_PZONE) - e1:SetOperation(function() c:AddCounter(COUNTER_SINQUISITION,1) end) + e1:SetOperation(function() c:AddCounter(COUNTER_EC,1) end) e1:SetReset(RESET_EVENT|RESETS_STANDARD|RESET_CHAIN) c:RegisterEffect(e1) --Reset "e1" at the end of the Chain Link diff --git a/official/c56187077.lua b/official/c56187077.lua index b5d842982e..8f13465926 100644 --- a/official/c56187077.lua +++ b/official/c56187077.lua @@ -1,11 +1,11 @@ --糾罪巧α’-「orgIA」 ---Enneacraft α' "orgIA" +--Proto Enneacraft - "orgIA" --Scripted by Hatter local s,id=GetID() function s.initial_effect(c) - c:EnableCounterPermit(COUNTER_SINQUISITION,LOCATION_PZONE) + c:EnableCounterPermit(COUNTER_EC,LOCATION_PZONE) Pendulum.AddProcedure(c) - --Each time a monster(s) is flipped face-up, place 1 Sinquisition Counter on this card + --Each time a monster(s) is flipped face-up, place 1 E.C. Counter on this card local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_FLIP) @@ -57,19 +57,19 @@ function s.initial_effect(c) e5:SetOperation(s.desop) c:RegisterEffect(e5) end -s.counter_place_list={COUNTER_SINQUISITION} +s.counter_place_list={COUNTER_EC} s.listed_series={SET_ENNEACRAFT} function s.counterop(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() if not Duel.IsChainSolving() then - c:AddCounter(COUNTER_SINQUISITION,1) + c:AddCounter(COUNTER_EC,1) else --Place 1 Sinquisition Counter on this card at the end of the Chain Link local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_CHAIN_SOLVED) e1:SetRange(LOCATION_PZONE) - e1:SetOperation(function() c:AddCounter(COUNTER_SINQUISITION,1) end) + e1:SetOperation(function() c:AddCounter(COUNTER_EC,1) end) e1:SetReset(RESET_EVENT|RESETS_STANDARD|RESET_CHAIN) c:RegisterEffect(e1) --Reset "e1" at the end of the Chain Link diff --git a/official/c57809669.lua b/official/c57809669.lua index e933f573d5..27c8234576 100644 --- a/official/c57809669.lua +++ b/official/c57809669.lua @@ -1,5 +1,5 @@ --見えざる幽獄 ---Hecahands Tartarus +--Hecahands Tartaros --scripted by pyrQ local s,id=GetID() function s.initial_effect(c) diff --git a/official/c67021206.lua b/official/c67021206.lua index fe0aad2da3..c692ea1282 100644 --- a/official/c67021206.lua +++ b/official/c67021206.lua @@ -1,5 +1,5 @@ --見えざる神ジャウザー ---Hecahands Jawza +--Hecahands Jauzah --scripted by pyrQ local s,id=GetID() function s.initial_effect(c) diff --git a/official/c68144894.lua b/official/c68144894.lua index b76705315d..d311cd3a6d 100644 --- a/official/c68144894.lua +++ b/official/c68144894.lua @@ -1,5 +1,5 @@ --見えざる手ゴッドス ---Hecahands Goddus +--Hecahands Godos --scripted by Naim local s,id=GetID() function s.initial_effect(c) diff --git a/official/c78058681.lua b/official/c78058681.lua index 20923a5986..bd7b86a0db 100644 --- a/official/c78058681.lua +++ b/official/c78058681.lua @@ -1,9 +1,9 @@ --キラーチューン・シンクロ ---Killer Tune Synchro +--Kewl Tune Synchro --scripted by pyrQ local s,id=GetID() function s.initial_effect(c) - --Add 1 "Killer Tune" card from your Deck to your hand, except "Killer Tune Synchro", then immediately after this effect resolves, you can Synchro Summon 1 Tuner + --Add 1 "Kewl Tune" card from your Deck to your hand, except "Kewl Tune Synchro", then immediately after this effect resolves, you can Synchro Summon 1 Tuner Synchro Monster local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(id,0)) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH+CATEGORY_SPECIAL_SUMMON) @@ -15,10 +15,10 @@ function s.initial_effect(c) e1:SetHintTiming(0,TIMING_STANDBY_PHASE|TIMING_MAIN_END|TIMINGS_CHECK_MONSTER_E) c:RegisterEffect(e1) end -s.listed_series={SET_KILLER_TUNE} +s.listed_series={SET_KEWL_TUNE} s.listed_names={id} function s.thfilter(c) - return c:IsSetCard(SET_KILLER_TUNE) and not c:IsCode(id) and c:IsAbleToHand() + return c:IsSetCard(SET_KEWL_TUNE) and not c:IsCode(id) and c:IsAbleToHand() end function s.target(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 diff --git a/official/c80015408.lua b/official/c80015408.lua index 0e586a2ca0..c4f7f0656e 100644 --- a/official/c80015408.lua +++ b/official/c80015408.lua @@ -1,5 +1,5 @@ --糾罪巧-裁誕 ---Enneacraft - Rebirth +--Enneacraft Reverth --Scripted by Eerie Code local s,id=GetID() function s.initial_effect(c) diff --git a/official/c81237046.lua b/official/c81237046.lua index 7845000182..52597ae1d6 100644 --- a/official/c81237046.lua +++ b/official/c81237046.lua @@ -1,11 +1,11 @@ --糾罪巧-Archaη.TAIL ---Enneacraft - Archaη.TAIL +--Enneacraft - Archa.TAIL --Scripted by Hatter local s,id=GetID() function s.initial_effect(c) - c:EnableCounterPermit(COUNTER_SINQUISITION,LOCATION_PZONE) + c:EnableCounterPermit(COUNTER_EC,LOCATION_PZONE) Pendulum.AddProcedure(c) - --Each time a monster(s) is flipped face-up, place 1 Sinquisition Counter on this card + --Each time a monster(s) is flipped face-up, place 1 E.C. Counter on this card local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_FLIP) @@ -62,19 +62,19 @@ function s.initial_effect(c) e5b:SetOperation(s.damop) c:RegisterEffect(e5b) end -s.counter_place_list={COUNTER_SINQUISITION} +s.counter_place_list={COUNTER_EC} s.listed_series={SET_ENNEACRAFT} function s.counterop(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() if not Duel.IsChainSolving() then - c:AddCounter(COUNTER_SINQUISITION,1) + c:AddCounter(COUNTER_EC,1) else --Place 1 Sinquisition Counter on this card at the end of the Chain Link local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_CHAIN_SOLVED) e1:SetRange(LOCATION_PZONE) - e1:SetOperation(function() c:AddCounter(COUNTER_SINQUISITION,1) end) + e1:SetOperation(function() c:AddCounter(COUNTER_EC,1) end) e1:SetReset(RESET_EVENT|RESETS_STANDARD|RESET_CHAIN) c:RegisterEffect(e1) --Reset "e1" at the end of the Chain Link diff --git a/official/c82359538.lua b/official/c82359538.lua index 3167de90a1..301052c13c 100644 --- a/official/c82359538.lua +++ b/official/c82359538.lua @@ -1,11 +1,11 @@ --糾罪巧-Aizaβ.LEON ---Enneacraft - Aizaβ.LEON +--Enneacraft - Aiza.LEON --Scripted by Hatter local s,id=GetID() function s.initial_effect(c) - c:EnableCounterPermit(COUNTER_SINQUISITION,LOCATION_PZONE) + c:EnableCounterPermit(COUNTER_EC,LOCATION_PZONE) Pendulum.AddProcedure(c) - --Each time a monster(s) is flipped face-up, place 1 Sinquisition Counter on this card + --Each time a monster(s) is flipped face-up, place 1 E.C. Counter on this card local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_FLIP) @@ -72,19 +72,19 @@ function s.initial_effect(c) e5c:SetOperation(s.chainsolvedop) c:RegisterEffect(e5c) end -s.counter_place_list={COUNTER_SINQUISITION} +s.counter_place_list={COUNTER_EC} s.listed_series={SET_ENNEACRAFT} function s.counterop(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() if not Duel.IsChainSolving() then - c:AddCounter(COUNTER_SINQUISITION,1) + c:AddCounter(COUNTER_EC,1) else --Place 1 Sinquisition Counter on this card at the end of the Chain Link local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_CHAIN_SOLVED) e1:SetRange(LOCATION_PZONE) - e1:SetOperation(function() c:AddCounter(COUNTER_SINQUISITION,1) end) + e1:SetOperation(function() c:AddCounter(COUNTER_EC,1) end) e1:SetReset(RESET_EVENT|RESETS_STANDARD|RESET_CHAIN) c:RegisterEffect(e1) --Reset "e1" at the end of the Chain Link diff --git a/official/c88170262.lua b/official/c88170262.lua index 52ca6e0cc4..2728f9d166 100644 --- a/official/c88170262.lua +++ b/official/c88170262.lua @@ -1,10 +1,10 @@ --キラーチューン・リミックス ---Killer Tune Remix +--Kewl Tune Remix --scripted by Naim local s,id=GetID() function s.initial_effect(c) c:EnableReviveLimit() - --Synchro Summon procedure: "Killer Tune Mix" + 1+ Tuners + --Synchro Summon procedure: "Kewl Tune Mix" + 1+ Tuners Synchro.AddProcedure(c,aux.FALSE,1,1,s.tunerfilter,1,99,aux.FilterSummonCode(16509007)) --Gains 1500 ATK while your opponent has a Tuner in their field or GY local e1=Effect.CreateEffect(c) @@ -36,7 +36,7 @@ function s.initial_effect(c) e4:SetValue(s.valcheck) c:RegisterEffect(e4) end -s.listed_names={16509007} --"Killer Tune Mix" +s.listed_names={16509007} --"Kewl Tune Mix" s.material={16509007} function s.tunerfilter(c,scard,sumtype,tp) return c:IsType(TYPE_TUNER,scard,sumtype,tp) or c:IsHasEffect(EFFECT_CAN_BE_TUNER) diff --git a/official/c89392810.lua b/official/c89392810.lua index bed6d490cd..7555ec9333 100644 --- a/official/c89392810.lua +++ b/official/c89392810.lua @@ -1,11 +1,11 @@ --キラーチューン・レコ ---Killer Tune Reco +--Kewl Tune Reco --Scripted by Hatter local s,id=GetID() function s.initial_effect(c) --If this card on the field would be used as Synchro Material, 1 Tuner in your hand can be used as 1 of the other materials Synchro.AddHandMaterialEffect(c,id,function(c) return c:IsType(TYPE_TUNER) end) - --Add 1 "Killer Tune" monster from your Deck or GY to your hand, except a Level 3 monster + --Add 1 "Kewl Tune" monster from your Deck or GY to your hand, except a Level 3 monster local e1a=Effect.CreateEffect(c) e1a:SetDescription(aux.Stringid(id,0)) e1a:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) @@ -32,9 +32,9 @@ function s.initial_effect(c) e2:SetOperation(s.desop) c:RegisterEffect(e2) end -s.listed_series={SET_KILLER_TUNE} +s.listed_series={SET_KEWL_TUNE} function s.thfilter(c) - return c:IsSetCard(SET_KILLER_TUNE) and c:IsMonster() and not c:IsLevel(3) and c:IsAbleToHand() + return c:IsSetCard(SET_KEWL_TUNE) and c:IsMonster() and not c:IsLevel(3) 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|LOCATION_GRAVE,0,1,nil) end diff --git a/official/c92171126.lua b/official/c92171126.lua index e458ed5d09..a958a5c6c2 100644 --- a/official/c92171126.lua +++ b/official/c92171126.lua @@ -1,11 +1,11 @@ --糾罪巧β’-「alazoneIA」 ---Enneacraft β' "alazoneIA" +--Deftero Enneacraft - "alazoneIA" --Scripted by Hatter local s,id=GetID() function s.initial_effect(c) - c:EnableCounterPermit(COUNTER_SINQUISITION,LOCATION_PZONE) + c:EnableCounterPermit(COUNTER_EC,LOCATION_PZONE) Pendulum.AddProcedure(c) - --Each time a monster(s) is flipped face-up, place 1 Sinquisition Counter on this card + --Each time a monster(s) is flipped face-up, place 1 E.C. Counter on this card local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_FLIP) @@ -57,19 +57,19 @@ function s.initial_effect(c) e5:SetOperation(s.rmop) c:RegisterEffect(e5) end -s.counter_place_list={COUNTER_SINQUISITION} +s.counter_place_list={COUNTER_EC} s.listed_series={SET_ENNEACRAFT} function s.counterop(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() if not Duel.IsChainSolving() then - c:AddCounter(COUNTER_SINQUISITION,1) + c:AddCounter(COUNTER_EC,1) else --Place 1 Sinquisition Counter on this card at the end of the Chain Link local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_CHAIN_SOLVED) e1:SetRange(LOCATION_PZONE) - e1:SetOperation(function() c:AddCounter(COUNTER_SINQUISITION,1) end) + e1:SetOperation(function() c:AddCounter(COUNTER_EC,1) end) e1:SetReset(RESET_EVENT|RESETS_STANDARD|RESET_CHAIN) c:RegisterEffect(e1) --Reset "e1" at the end of the Chain Link diff --git a/official/c93294363.lua b/official/c93294363.lua index 82e74dd819..89248b380c 100644 --- a/official/c93294363.lua +++ b/official/c93294363.lua @@ -1,5 +1,5 @@ --えざる誘う手 ---Ipt al Hecahands +--Ib'al-Hecahands --Scripted by The Razgriz local s,id=GetID() function s.initial_effect(c) diff --git a/official/c95132593.lua b/official/c95132593.lua index b2bf18ff09..88d884378c 100644 --- a/official/c95132593.lua +++ b/official/c95132593.lua @@ -1,5 +1,5 @@ --見えざる手ガイガス ---Hecahands Gygas +--Hecahands Gaigas --scripted by Naim local s,id=GetID() function s.initial_effect(c) diff --git a/official/c95365081.lua b/official/c95365081.lua index 16cc53d3d6..7fb08c623f 100644 --- a/official/c95365081.lua +++ b/official/c95365081.lua @@ -1,5 +1,5 @@ --見えざる手イブエル ---Hecahands Ibel +--Hecahands Ibtel --scripted by Naim local s,id=GetID() function s.initial_effect(c)