Skip to content

Commit 05d7b68

Browse files
authored
Update card scripts with correct card names (#1165)
1 parent f610b47 commit 05d7b68

File tree

124 files changed

+210
-244
lines changed

Some content is hidden

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

124 files changed

+210
-244
lines changed

official/c20726052.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
--M∀LICE<C>GWC-06
2-
--M∀LICE <CODE> GWC-06
2+
--Maliss <C> GWC-06
33
--Scripted by Hatter
44
local s,id=GetID()
55
function s.initial_effect(c)
6-
--Special Summon 1 "M∀LICE" monster from your GY or banishment
6+
--Special Summon 1 "Maliss" monster from your GY or banishment
77
local e1=Effect.CreateEffect(c)
88
e1:SetDescription(aux.Stringid(id,0))
99
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_RECOVER)
@@ -15,7 +15,7 @@ function s.initial_effect(c)
1515
e1:SetTarget(s.sptg)
1616
e1:SetOperation(s.spop)
1717
c:RegisterEffect(e1)
18-
--Can be activated the turn it was Set by banishing 1 face-up "M∀LICE" monster you control
18+
--Can be activated the turn it was Set by banishing 1 face-up "Maliss" monster you control
1919
local e2=Effect.CreateEffect(c)
2020
e2:SetDescription(aux.Stringid(id,1))
2121
e2:SetType(EFFECT_TYPE_SINGLE)

official/c20904475.lua

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
--海瀧竜華-淵巴
2-
--Yuanba, Abyssal Apodrakosis of Serpentfall
2+
--Kairo Ryu-Ge Emva
33
--Scripted by Satellaa
44
local s,id=GetID()
55
function s.initial_effect(c)
6-
--Add 1 "Apodrakosis Ascension Gate of Serpentfall" from your Deck to your hand
6+
--Add 1 "Ryu-Ge Realm - Sea Spires" from your Deck to your hand
77
local e1=Effect.CreateEffect(c)
88
e1:SetDescription(aux.Stringid(id,0))
99
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
1010
e1:SetType(EFFECT_TYPE_IGNITION)
1111
e1:SetRange(LOCATION_HAND)
1212
e1:SetCountLimit(1,id)
13-
e1:SetCost(s.thcost)
13+
e1:SetCost(aux.SelfDiscardCost)
1414
e1:SetTarget(s.thtg)
1515
e1:SetOperation(s.thop)
1616
c:RegisterEffect(e1)
@@ -45,19 +45,14 @@ function s.initial_effect(c)
4545
e3:SetOperation(s.rmop)
4646
c:RegisterEffect(e3)
4747
end
48-
s.listed_names={28669235,id} --"Apodrakosis Ascension Gate of Serpentfall"
48+
s.listed_names={28669235,id} --"Ryu-Ge Realm - Sea Spires"
4949
function s.checkop(e,tp,eg,ep,ev,re,r,rp)
5050
for tc in eg:Iter() do
5151
if tc:IsMonster() and tc:IsPreviousLocation(LOCATION_HAND|LOCATION_DECK) and not tc:IsCode(id) then
5252
Duel.RegisterFlagEffect(0,id,RESET_PHASE|PHASE_END,0,1)
5353
end
5454
end
5555
end
56-
function s.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
57-
local c=e:GetHandler()
58-
if chk==0 then return c:IsDiscardable() end
59-
Duel.SendtoGrave(c,REASON_COST|REASON_DISCARD)
60-
end
6156
function s.thfilter(c)
6257
return c:IsCode(28669235) and c:IsAbleToHand()
6358
end

official/c21848500.lua

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
--M∀LICE<Q>HEARTS OF CRYPTER
2-
--Maliss <Q> HEARTS OF CRYPTER
2+
--Maliss <Q> Hearts Crypter
33
--Scripted by Hatter
44
local s,id=GetID()
55
function s.initial_effect(c)
66
c:EnableReviveLimit()
7-
--Link materials: 3 monsters, including a "M∀LICE" monster
7+
--Link materials: 3 monsters, including a "Maliss" monster
88
Link.AddProcedure(c,nil,3,3,s.lcheck)
9-
--Shuffle 1 of your banished "M∀LICE" monsters into the Deck, and if you do, banish 1 card on the field
9+
--Shuffle 1 of your banished "Maliss" monsters into the Deck, and if you do, banish 1 card on the field
1010
local e1=Effect.CreateEffect(c)
1111
e1:SetDescription(aux.Stringid(id,0))
1212
e1:SetCategory(CATEGORY_TODECK+CATEGORY_REMOVE)
@@ -39,7 +39,7 @@ function s.initial_effect(c)
3939
e2:SetProperty(EFFECT_FLAG_DELAY)
4040
e2:SetCode(EVENT_REMOVE)
4141
e2:SetCountLimit(1,{id,1})
42-
e2:SetCost(s.spcost)
42+
e2:SetCost(aux.PayLPCost(900))
4343
e2:SetTarget(s.sptg)
4444
e2:SetOperation(s.spop)
4545
c:RegisterEffect(e2)
@@ -76,10 +76,6 @@ function s.inactfilter(e,ct)
7676
local te=Duel.GetChainInfo(ct,CHAININFO_TRIGGERING_EFFECT)
7777
return te:GetLabel()==id and te:GetHandler():GetLinkedGroupCount()>0
7878
end
79-
function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
80-
if chk==0 then return Duel.CheckLPCost(tp,900) end
81-
Duel.PayLPCost(tp,900)
82-
end
8379
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
8480
local c=e:GetHandler()
8581
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0

official/c28669235.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
--登竜華海巄門
2-
--Apodrakosis Ascension Gate of Serpentfall
2+
--Ryu-Ge Realm - Sea Spires
33
--scripted by Naim
44
local s,id=GetID()
55
function s.initial_effect(c)
6-
--You can only control 1 "Apodrakosis Ascension Gate of Serpentfall"
6+
--You can only control 1 "Ryu-Ge Realm - Sea Spires"
77
c:SetUniqueOnField(1,0,id)
88
--Activate
99
local e0=Effect.CreateEffect(c)
1010
e0:SetType(EFFECT_TYPE_ACTIVATE)
1111
e0:SetCode(EVENT_FREE_CHAIN)
1212
c:RegisterEffect(e0)
13-
--Your "Apodrakosis" monsters cannot be destroyed by battle
13+
--Your "Ryu-Ge" monsters cannot be destroyed by battle
1414
local e1=Effect.CreateEffect(c)
1515
e1:SetType(EFFECT_TYPE_FIELD)
1616
e1:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
@@ -33,7 +33,7 @@ function s.initial_effect(c)
3333
e2:SetCost(s.thcost)
3434
e2:SetTarget(s.thtg)
3535
e2:SetOperation(s.thop)
36-
--Grant the above effect to "Apodrakosis" Pendulum Monsters and Level 10 or higher monsters whose original Type is Sea Serpent you control
36+
--Grant the above effect to "Ryu-Ge" Pendulum Monsters and Level 10 or higher monsters whose original Type is Sea Serpent you control
3737
local e3=Effect.CreateEffect(c)
3838
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_GRANT)
3939
e3:SetRange(LOCATION_SZONE)

official/c29882827.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
--竜華界闢
2-
--Apodrakosis World Creation
2+
--Ryu-Ge Rising
33
--scripted by Naim
44
local s,id=GetID()
55
function s.initial_effect(c)
6-
--Add 1 "Apodrakosis" monster from your Deck to your hand, then you can add 1 "Apodrakosis" Pendulum Monster from your hand to your Extra Deck
6+
--Add 1 "Ryu-Ge" monster from your Deck to your hand, then you can add 1 "Ryu-Ge" Pendulum Monster from your hand to your Extra Deck
77
local e1=Effect.CreateEffect(c)
88
e1:SetDescription(aux.Stringid(id,0))
99
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH+CATEGORY_TOEXTRA)
@@ -14,7 +14,7 @@ function s.initial_effect(c)
1414
e1:SetTarget(s.thtg)
1515
e1:SetOperation(s.thop)
1616
c:RegisterEffect(e1)
17-
--Special Summon 1 "Apodrakosis" monster from your Deck
17+
--Special Summon 1 "Ryu-Ge" monster from your Deck
1818
local e2=Effect.CreateEffect(c)
1919
e2:SetDescription(aux.Stringid(id,1))
2020
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
@@ -89,4 +89,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
8989
if #g>0 then
9090
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
9191
end
92-
end
92+
end

official/c32061192.lua

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
--M∀LICE<P>Dormouse
2-
--M∀LICE <Pawn> Dormouse
2+
--Maliss <P> Dormouse
33
--Scripted by Hatter
44
local s,id=GetID()
55
function s.initial_effect(c)
6-
--"M∀LICE" Link Monsters that point to this card cannot be destroyed by card effects
6+
--"Maliss" Link Monsters that point to this card cannot be destroyed by card effects
77
local e1=Effect.CreateEffect(c)
88
e1:SetType(EFFECT_TYPE_FIELD)
99
e1:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
@@ -12,7 +12,7 @@ function s.initial_effect(c)
1212
e1:SetTarget(s.linkfilter)
1313
e1:SetValue(1)
1414
c:RegisterEffect(e1)
15-
--Banish 1 "M∀LICE" monster from your Deck
15+
--Banish 1 "Maliss" monster from your Deck
1616
local e2=Effect.CreateEffect(c)
1717
e2:SetDescription(aux.Stringid(id,0))
1818
e2:SetCategory(CATEGORY_REMOVE+CATEGORY_ATKCHANGE)
@@ -30,7 +30,7 @@ function s.initial_effect(c)
3030
e3:SetProperty(EFFECT_FLAG_DELAY)
3131
e3:SetCode(EVENT_REMOVE)
3232
e3:SetCountLimit(1,{id,1})
33-
e3:SetCost(s.spcost)
33+
e3:SetCost(aux.PayLPCost(300))
3434
e3:SetTarget(s.sptg)
3535
e3:SetOperation(s.spop)
3636
c:RegisterEffect(e3)
@@ -53,7 +53,7 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
5353
Duel.Remove(g,POS_FACEUP,REASON_EFFECT)
5454
end
5555
local c=e:GetHandler()
56-
--"M∀LICE" monsters you control will gain 600 ATK this turn
56+
--"Maliss" monsters you control will gain 600 ATK this turn
5757
local e1=Effect.CreateEffect(c)
5858
e1:SetType(EFFECT_TYPE_FIELD)
5959
e1:SetCode(EFFECT_UPDATE_ATTACK)
@@ -64,10 +64,6 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
6464
Duel.RegisterEffect(e1,tp)
6565
aux.RegisterClientHint(c,0,tp,1,0,aux.Stringid(id,2))
6666
end
67-
function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
68-
if chk==0 then return Duel.CheckLPCost(tp,300) end
69-
Duel.PayLPCost(tp,300)
70-
end
7167
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
7268
local c=e:GetHandler()
7369
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0

official/c33787730.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
--ライゼオル・ホールスラスター
2-
--Raizeol Hole Thruster
2+
--Ryzeal Plasma Hole
33
--scripted by Naim
44
local s,id=GetID()
55
function s.initial_effect(c)
6-
--Destroy face-up cards your opponent controls up to the number of "Raizeol" Xyz monsters you control
6+
--Destroy face-up cards your opponent controls up to the number of "Ryzeal" Xyz monsters you control
77
local e1=Effect.CreateEffect(c)
88
e1:SetDescription(aux.Stringid(id,0))
99
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_LEAVE_GRAVE)
@@ -15,7 +15,7 @@ function s.initial_effect(c)
1515
e1:SetTarget(s.destg)
1616
e1:SetOperation(s.desop)
1717
c:RegisterEffect(e1)
18-
--Xyz Summon using monsters you control, including a "Raizeol" monster
18+
--Xyz Summon using monsters you control, including a "Ryzeal" monster
1919
local e2=Effect.CreateEffect(c)
2020
e2:SetDescription(aux.Stringid(id,1))
2121
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)

official/c34022970.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--エクス・ライゼオル
2-
--Ex Raizeol
2+
--Ext Ryzeal
33
--scripted by Naim
44
local s,id=GetID()
55
function s.initial_effect(c)

official/c34909328.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
--ライゼオル・デッドネーダー
2-
--Raizeol Deadnader
2+
--Ryzeal Detonator
33
--scripted by Naim
44
local s,id=GetID()
55
function s.initial_effect(c)
66
c:EnableReviveLimit()
7-
--Xyz Summon Procedure: 2+ Level 4 "Raizeol" monsters
7+
--Xyz Summon Procedure: 2+ Level 4 "Ryzeal" monsters
88
Xyz.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsSetCard,SET_RYZEAL),4,2,nil,nil,99)
99
--Destroy 1 card on the field
1010
local e1=Effect.CreateEffect(c)

official/c35844557.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--ソード・ライゼオル
2-
--Sword Raizeol
2+
--Sword Ryzeal
33
--scripted by Naim
44
local s,id=GetID()
55
function s.initial_effect(c)

0 commit comments

Comments
 (0)