Skip to content

Commit d407583

Browse files
committed
Script updates
Replaced unofficial names with the correct English localization for recent cards
1 parent aeb4576 commit d407583

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+76
-76
lines changed

official/c11688916.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--ドレミコード・プリモア
2-
--Solfachord Primoria
2+
--Solfachord Primoa
33
--Scripted by Hatter
44
local s,id=GetID()
55
function s.initial_effect(c)

official/c12800564.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--真竜魔王マスターP
2-
--Master Peace, The True Dracoverlord
2+
--Master Peace, the True Dracoverlord
33
--Scripted by The Razgriz
44
local s,id=GetID()
55
function s.initial_effect(c)

official/c16922142.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--絢嵐たるスエン
2-
--Magnifistorming Crothea
2+
--Radiant Typhoon Krosea
33
--scripted by Naim
44
local s,id=GetID()
55
function s.initial_effect(c)
@@ -28,7 +28,7 @@ function s.initial_effect(c)
2828
e2:SetTarget(s.sptg)
2929
e2:SetOperation(s.spop)
3030
c:RegisterEffect(e2)
31-
--Add 1 "Magnifistorm" card and/or 1 "Mystical Space Typhoon" from your Deck and/or GY to your hand
31+
--Add 1 "Radiant Typhoon" card and/or 1 "Mystical Space Typhoon" from your Deck and/or GY to your hand
3232
local e3a=Effect.CreateEffect(c)
3333
e3a:SetDescription(aux.Stringid(id,1))
3434
e3a:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)

official/c19743887.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--蹴神-VARefar
2-
--VARefar the Kick Deity
2+
--VARefar, the Judge of Ball
33
--scripted by Naim
44
local s,id=GetID()
55
function s.initial_effect(c)

official/c20508881.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--絢嵐たる見神
2-
--Magnifistorming Sight Trance
2+
--Radiant Typhoon Vision
33
--scripted by Naim
44
local s,id=GetID()
55
function s.initial_effect(c)
@@ -58,7 +58,7 @@ end
5858
function s.effop(e,tp,eg,ep,ev,re,r,rp)
5959
local op=e:GetLabel()
6060
if op==1 then
61-
--Draw 2 cards, then discard 1 "Magnifistorm" card or 1 Quick-Play Spell, or, if you do not have any in your hand, discard your entire hand
61+
--Draw 2 cards, then discard 1 "Radiant Typhoon" card or 1 Quick-Play Spell, or, if you do not have any in your hand, discard your entire hand
6262
if Duel.Draw(tp,2,REASON_EFFECT)>0 then
6363
Duel.ShuffleHand(tp)
6464
Duel.BreakEffect()

official/c20714553.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--聖月の魔導士エンディミオン
2-
--Endymion, the Crescent of Magistus
2+
--Endymion, the Crescent Magistus
33
--scripted by Naim
44
local s,id=GetID()
55
function s.initial_effect(c)

official/c20715411.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--DDD零死王ゼロ・マキナ
2-
--D/D/D Zero Demise King Zero Machinex
2+
--D/D/D Zero Doom Queen Machinex
33
--Scripted by The Razgriz
44
local s,id=GetID()
55
function s.initial_effect(c)

official/c21720439.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--アルトメギア・ムーヴメント-血統-
2-
--Artmage Movement -Lineage-
2+
--Artmage Movement -Pedigree-
33
--Scripted by Hatter
44
local s,id=GetID()
55
function s.initial_effect(c)

official/c27755794.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--絢嵐たるメガラ
2-
--Magnifistorming Megala
2+
--Radiant Typhoon Meghala
33
--scripted by Naim
44
local s,id=GetID()
55
function s.initial_effect(c)
@@ -13,7 +13,7 @@ function s.initial_effect(c)
1313
e1:SetCountLimit(1,id,EFFECT_COUNT_CODE_OATH)
1414
e1:SetCondition(s.selfspcon)
1515
c:RegisterEffect(e1)
16-
--Special Summon 1 "Magnifistorm" monster from your Deck with a different name from the monsters you control
16+
--Special Summon 1 "Radiant Typhoon" monster from your Deck with a different name from the monsters you control
1717
local e2=Effect.CreateEffect(c)
1818
e2:SetDescription(aux.Stringid(id,1))
1919
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)

official/c28531163.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--黙歯録
2-
--Apocaries
2+
--Apocavities
33
--scripted by Naim
44
local s,id=GetID()
55
local COUNTER_CARIES=0x215

0 commit comments

Comments
 (0)