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
0
Issues
0
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
Vee4
ygopro-rush-duel
Commits
63dda55c
You need to sign in or sign up before continuing.
Commit
63dda55c
authored
Feb 21, 2023
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2023/2/21 新增:退货,更新翻译
parent
a5e29dd0
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
39 additions
and
6 deletions
+39
-6
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120238003.lua
script/c120238003.lua
+1
-1
script/c120238016.lua
script/c120238016.lua
+1
-1
script/c120238027.lua
script/c120238027.lua
+33
-0
script/c120238033.lua
script/c120238033.lua
+1
-1
script/c120238039.lua
script/c120238039.lua
+1
-1
script/c120238040.lua
script/c120238040.lua
+1
-1
script/c120238045.lua
script/c120238045.lua
+1
-1
No files found.
RD Patch.cdb
View file @
63dda55c
No preview for this file type
script/c120238003.lua
View file @
63dda55c
local
m
=
120238003
local
m
=
120238003
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"
巨型号角
猛犸"
cm
.
name
=
"
大巨角
猛犸"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
--Cannot Activate
--Cannot Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120238016.lua
View file @
63dda55c
local
m
=
120238016
local
m
=
120238016
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"钢铁马
马赫圣毒
"
cm
.
name
=
"钢铁马
鞅论倍赌马
"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
--Coin
--Coin
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120238027.lua
0 → 100644
View file @
63dda55c
local
m
=
120238027
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"退货"
function
cm
.
initial_effect
(
c
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TODECK
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCode
(
EVENT_TO_HAND
)
e1
:
SetCondition
(
cm
.
condition
)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
activate
)
c
:
RegisterEffect
(
e1
)
end
--Activate
function
cm
.
confilter
(
c
,
tp
)
return
c
:
IsControler
(
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_GRAVE
)
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
cm
.
confilter
,
1
,
nil
,
1
-
tp
)
and
rp
==
1
-
tp
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToDeck
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
nil
,
1
,
tp
,
LOCATION_HAND
)
end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleToDeck
,
tp
,
LOCATION_HAND
,
0
,
nil
)
if
g
:
GetCount
()
>
0
then
local
sg
=
g
:
RandomSelect
(
1
-
tp
,
1
)
Duel
.
SendtoDeck
(
sg
,
nil
,
2
,
REASON_EFFECT
)
end
end
\ No newline at end of file
script/c120238033.lua
View file @
63dda55c
local
m
=
120238033
local
m
=
120238033
local
list
=
{
120196048
,
120150019
}
local
list
=
{
120196048
,
120150019
}
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"哥布林
的
掘穴队长"
cm
.
name
=
"哥布林掘穴队长"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
RD
.
AddCodeList
(
c
,
list
)
--Atk Down
--Atk Down
...
...
script/c120238039.lua
View file @
63dda55c
local
m
=
120238039
local
m
=
120238039
local
list
=
{
120150019
}
local
list
=
{
120150019
}
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"陷
阱地
鼠"
cm
.
name
=
"陷
穴鼹
鼠"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
RD
.
AddCodeList
(
c
,
list
)
--Set
--Set
...
...
script/c120238040.lua
View file @
63dda55c
local
m
=
120238040
local
m
=
120238040
local
list
=
{
120238028
}
local
list
=
{
120238028
}
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"邪神
官 塞拉
"
cm
.
name
=
"邪神
之卖棺者
"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
RD
.
AddCodeList
(
c
,
list
)
--Destroy
--Destroy
...
...
script/c120238045.lua
View file @
63dda55c
local
m
=
120238045
local
m
=
120238045
local
list
=
{
120238036
}
local
list
=
{
120238036
}
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"名匠
的头盔
"
cm
.
name
=
"名匠
之兜
"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
RD
.
AddCodeList
(
c
,
list
)
--Activate
--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