Skip to content

Commit 3144171

Browse files
authored
update Rush scripts (#1180)
1 parent 11fc448 commit 3144171

File tree

849 files changed

+1154
-1124
lines changed

Some content is hidden

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

849 files changed

+1154
-1124
lines changed

rush/c160001022.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--暁の勇者ライダクロス
2-
--Raidacross, Hero of Dawn
2+
--Raidacross, Hero of the Dawn
33
local s,id=GetID()
44
function s.initial_effect(c)
55
--Special summon up to 2 level 5 or lower spellcaster monsters from hand

rush/c160001024.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function s.op(e,tp,eg,ep,ev,re,r,rp)
3939
e1:SetProperty(EFFECT_FLAG_OATH)
4040
e1:SetTargetRange(LOCATION_MZONE,0)
4141
e1:SetTarget(s.ftarget)
42-
e1:SetReset(RESET_PHASE+PHASE_END)
42+
e1:SetReset(RESET_PHASE|PHASE_END)
4343
Duel.RegisterEffect(e1,tp)
4444
end
4545
end

rush/c160001025.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function s.op(e,tp,eg,ep,ev,re,r,rp)
3838
e1:SetProperty(EFFECT_FLAG_OATH)
3939
e1:SetTargetRange(LOCATION_MZONE,0)
4040
e1:SetTarget(s.ftarget)
41-
e1:SetReset(RESET_PHASE+PHASE_END)
41+
e1:SetReset(RESET_PHASE|PHASE_END)
4242
Duel.RegisterEffect(e1,tp)
4343
end
4444
end

rush/c160001028.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--彩光のプリマギターナ
2-
--Prima Guitarna of the Colorful Light
2+
--Prima Guitarna the Shining Superstar
33
local s,id=GetID()
44
function s.initial_effect(c)
55
--ATK increase

rush/c160001029.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--ジャンク・ブレイカー
2-
--Fiendish Commander Yameruler
2+
--Yamiruler the Dark Delayer
33
local s,id=GetID()
44
function s.initial_effect(c)
55
--disable
@@ -39,7 +39,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
3939
e1:SetRange(LOCATION_MZONE)
4040
e1:SetCode(EFFECT_CANNOT_SUMMON)
4141
e1:SetTarget(s.sumlimit)
42-
e1:SetReset(RESETS_STANDARD_PHASE_END+RESET_OPPO_TURN,1)
42+
e1:SetReset(RESETS_STANDARD_PHASE_END|RESET_OPPO_TURN,1)
4343
e1:SetTargetRange(1,1)
4444
c:RegisterEffect(e1)
4545
local e2=e1:Clone()

rush/c160001043.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--闇の訪れ
2-
--Darkness Approaches (Rush Duel)
2+
--Darkness Approaches (Rush)
33

44
local s,id=GetID()
55
function s.initial_effect(c)

rush/c160001048.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--突風
2-
--Gust (Rush Duel)
2+
--Gust (Rush)
33

44
local s,id=GetID()
55
function s.initial_effect(c)

rush/c160001049.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--暴虐の報い
2-
--Brutal Retributtion
2+
--Brutal Retribution
33

44
local s,id=GetID()
55
function s.initial_effect(c)

rush/c160001050.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--1アップ
2-
--1 Up
2+
--1-Up
33

44
local s,id=GetID()
55
function s.initial_effect(c)

rush/c160002026.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--闘将ナンデス
2-
--Nanes the Fire Awakener
2+
--Nandes the Fire Awakener
33

44
local s,id=GetID()
55
function s.initial_effect(c)

0 commit comments

Comments
 (0)