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
5
Issues
5
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
5989f753
Commit
5989f753
authored
Oct 28, 2023
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2023/10/28 更新卡密
parent
01ae6107
Pipeline
#23870
passed with stages
in 6 minutes and 27 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
RD Patch.cdb
RD Patch.cdb
+0
-0
script/RDLegend.lua
script/RDLegend.lua
+1
-1
script/c120254035.lua
script/c120254035.lua
+1
-1
script/c120254037.lua
script/c120254037.lua
+1
-1
script/c120254038.lua
script/c120254038.lua
+4
-4
script/c120254039.lua
script/c120254039.lua
+1
-1
No files found.
RD Patch.cdb
View file @
5989f753
No preview for this file type
script/RDLegend.lua
View file @
5989f753
...
@@ -11,7 +11,7 @@ RushDuel.LegendCodes = {
...
@@ -11,7 +11,7 @@ RushDuel.LegendCodes = {
-- 真红眼黑龙
-- 真红眼黑龙
{
120125001
,
120203016
,
120229101
},
{
120125001
,
120203016
,
120229101
},
-- 黑魔术师
-- 黑魔术师
{
120130000
,
120203015
,
12025
5
001
},
{
120130000
,
120203015
,
12025
4
001
},
-- 死者苏生
-- 死者苏生
{
120194004
,
120195004
},
{
120194004
,
120195004
},
-- 天使的施舍
-- 天使的施舍
...
...
script/c12025
5
035.lua
→
script/c12025
4
035.lua
View file @
5989f753
local
m
=
12025
5
035
local
m
=
12025
4
035
local
list
=
{
120130000
}
local
list
=
{
120130000
}
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"黑魔导之遂行者"
cm
.
name
=
"黑魔导之遂行者"
...
...
script/c12025
5
037.lua
→
script/c12025
4
037.lua
View file @
5989f753
local
m
=
12025
5
037
local
m
=
12025
4
037
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"超银河王 银河舰王道帝[L]"
cm
.
name
=
"超银河王 银河舰王道帝[L]"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
...
...
script/c12025
5
038.lua
→
script/c12025
4
038.lua
View file @
5989f753
local
m
=
12025
5
038
local
m
=
12025
4
038
local
list
=
{
12025
5037
,
120255
039
}
local
list
=
{
12025
4037
,
120254
039
}
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"超银河王 银河舰王道帝"
cm
.
name
=
"超银河王 银河舰王道帝"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
...
@@ -7,7 +7,7 @@ function cm.initial_effect(c)
...
@@ -7,7 +7,7 @@ function cm.initial_effect(c)
--Maximum Summon
--Maximum Summon
RD
.
AddMaximumProcedure
(
c
,
4000
,
list
[
1
],
list
[
2
])
RD
.
AddMaximumProcedure
(
c
,
4000
,
list
[
1
],
list
[
2
])
--Tribute
--Tribute
RD
.
CreateAdvanceCheck
(
c
,
cm
.
tricheck
,
1
,
2025
5
038
)
RD
.
CreateAdvanceCheck
(
c
,
cm
.
tricheck
,
1
,
2025
4
038
)
--To Hand
--To Hand
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
...
@@ -29,7 +29,7 @@ function cm.thfilter(c)
...
@@ -29,7 +29,7 @@ function cm.thfilter(c)
end
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
return
RD
.
IsSummonTurn
(
c
)
and
c
:
GetFlagEffect
(
20
130031
)
~=
0
return
RD
.
IsSummonTurn
(
c
)
and
c
:
GetFlagEffect
(
20
254038
)
~=
0
end
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
thfilter
,
tp
,
LOCATION_GRAVE
,
0
,
2
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
thfilter
,
tp
,
LOCATION_GRAVE
,
0
,
2
,
nil
)
end
...
...
script/c12025
5
039.lua
→
script/c12025
4
039.lua
View file @
5989f753
local
m
=
12025
5
039
local
m
=
12025
4
039
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"超银河王 银河舰王道帝[R]"
cm
.
name
=
"超银河王 银河舰王道帝[R]"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
...
...
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