Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-rush-duel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-rush-duel
Commits
a3e289ce
Commit
a3e289ce
authored
Sep 15, 2021
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2021/9/15 新增:高科技狼,加农炮兵,迷宫的魔战车,更新翻译
parent
8023e224
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
49 additions
and
7 deletions
+49
-7
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120196040.lua
script/c120196040.lua
+9
-0
script/c120196041.lua
script/c120196041.lua
+33
-0
script/c120199025.lua
script/c120199025.lua
+1
-1
script/c120199026.lua
script/c120199026.lua
+1
-1
script/c120199027.lua
script/c120199027.lua
+1
-1
script/c120199028.lua
script/c120199028.lua
+1
-1
script/c120199047.lua
script/c120199047.lua
+1
-1
script/c120199060.lua
script/c120199060.lua
+1
-1
script/c120199061.lua
script/c120199061.lua
+1
-1
No files found.
RD Patch.cdb
View file @
a3e289ce
No preview for this file type
script/c120196040.lua
0 → 100644
View file @
a3e289ce
local
m
=
120196040
local
list
=
{
120196042
,
120196041
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"迷宫的魔战车"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
],
list
[
2
])
--Fusion Material
aux
.
AddFusionProcCode2
(
c
,
list
[
1
],
list
[
2
],
true
,
true
)
end
\ No newline at end of file
script/c120196041.lua
0 → 100644
View file @
a3e289ce
local
m
=
120196041
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"加农炮兵"
function
cm
.
initial_effect
(
c
)
--Damage
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e1
:
SetCategory
(
CATEGORY_DAMAGE
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCost
(
cm
.
cost
)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
operation
)
c
:
RegisterEffect
(
e1
)
end
--Damage
function
cm
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToGraveAsCost
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToGraveAsCost
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoGrave
(
g
,
REASON_COST
)
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
Duel
.
SetTargetPlayer
(
1
-
tp
)
Duel
.
SetTargetParam
(
500
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DAMAGE
,
nil
,
0
,
1
-
tp
,
500
)
end
function
cm
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
p
,
d
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
,
CHAININFO_TARGET_PARAM
)
Duel
.
Damage
(
p
,
d
,
REASON_EFFECT
)
end
\ No newline at end of file
script/c120199025.lua
View file @
a3e289ce
local
m
=
120199025
local
list
=
{
120199047
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"怒怒怒二
把
手"
cm
.
name
=
"怒怒怒二
垒
手"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
])
--Extra Tribute
...
...
script/c120199026.lua
View file @
a3e289ce
local
m
=
120199026
local
list
=
{
120199047
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"隆隆隆
辛潘
"
cm
.
name
=
"隆隆隆
裁判员
"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
])
--Special Summon
...
...
script/c120199027.lua
View file @
a3e289ce
local
m
=
120199027
local
list
=
{
120199028
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"背
编号99 球儿皇龙 主场
"
cm
.
name
=
"背
号99 球儿皇龙 霍姆格兰德拉
"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
])
--Special Summon
...
...
script/c120199028.lua
View file @
a3e289ce
local
m
=
120199028
local
list
=
{
120199047
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"背
编号39 球儿皇 全垒打
"
cm
.
name
=
"背
号39 球儿皇 霍姆
"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
])
--Atk Up
...
...
script/c120199047.lua
View file @
a3e289ce
local
m
=
120199047
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"热血
热烈
体育场"
cm
.
name
=
"热血
魂
体育场"
function
cm
.
initial_effect
(
c
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120199060.lua
View file @
a3e289ce
local
m
=
120199060
local
list
=
{
120199028
,
120199027
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"我我我
胆量
"
cm
.
name
=
"我我我
毅力
"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
],
list
[
2
])
--Activate
...
...
script/c120199061.lua
View file @
a3e289ce
local
m
=
120199061
local
list
=
{
120199028
,
120199027
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"
请求
9"
cm
.
name
=
"
要求重审
9"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
],
list
[
2
])
--Activate
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment