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
93a779ff
Commit
93a779ff
authored
Oct 25, 2025
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025/10/25 加入手卡或特殊召唤的返回值修改
parent
267f898a
Pipeline
#41274
passed with stages
in 9 minutes and 53 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
script/RDAction.lua
script/RDAction.lua
+2
-2
script/c120277064.lua
script/c120277064.lua
+2
-3
script/c120290059.lua
script/c120290059.lua
+2
-3
No files found.
script/RDAction.lua
View file @
93a779ff
...
...
@@ -160,7 +160,7 @@ function RushDuel.SelectAndToHandOrSpecialSummon(hint, filter, tp, s_range, o_ra
end
return
RushDuel
.
SendToHandAndExists
(
tc
,
e
,
tp
,
REASON_EFFECT
)
else
return
RushDuel
.
_special_summon
(
tc
,
e
,
tp
,
pos
,
break_effect
,
target_player
)
return
RushDuel
.
_special_summon
(
tc
,
e
,
tp
,
pos
,
break_effect
,
target_player
)
~=
0
end
end
,
e
,
tp
)
end
...
...
@@ -175,7 +175,7 @@ function RushDuel.CanSelectAndToHandOrSpecialSummon(desc, hint, filter, tp, s_ra
end
return
RushDuel
.
SendToHandAndExists
(
tc
,
e
,
tp
,
REASON_EFFECT
)
else
return
RushDuel
.
_special_summon
(
tc
,
e
,
tp
,
pos
,
break_effect
,
target_player
)
return
RushDuel
.
_special_summon
(
tc
,
e
,
tp
,
pos
,
break_effect
,
target_player
)
~=
0
end
end
,
e
,
tp
)
end
...
...
script/c120277064.lua
View file @
93a779ff
...
...
@@ -38,9 +38,8 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_GRAVE
)
end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
res
=
RD
.
SelectAndToHandOrSpecialSummon
(
aux
.
Stringid
(
m
,
1
),
aux
.
NecroValleyFilter
(
cm
.
filter
),
tp
,
LOCATION_GRAVE
,
0
,
nil
,
e
,
POS_FACEUP
)
if
res
==
false
or
res
==
0
then
return
end
if
Duel
.
IsExistingMatchingCard
(
cm
.
exfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
then
if
RD
.
SelectAndToHandOrSpecialSummon
(
aux
.
Stringid
(
m
,
1
),
aux
.
NecroValleyFilter
(
cm
.
filter
),
tp
,
LOCATION_GRAVE
,
0
,
nil
,
e
,
POS_FACEUP
)
and
Duel
.
IsExistingMatchingCard
(
cm
.
exfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
then
RD
.
CanSelectAndDoAction
(
aux
.
Stringid
(
m
,
2
),
HINTMSG_RTOHAND
,
cm
.
thfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
,
function
(
sg
)
Duel
.
BreakEffect
()
RD
.
SendToHandAndExists
(
sg
,
e
,
tp
,
REASON_EFFECT
)
...
...
script/c120290059.lua
View file @
93a779ff
...
...
@@ -32,9 +32,8 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_GRAVE
)
end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
res
=
RD
.
SelectAndToHandOrSpecialSummon
(
aux
.
Stringid
(
m
,
1
),
aux
.
NecroValleyFilter
(
cm
.
filter
),
tp
,
LOCATION_GRAVE
,
0
,
nil
,
e
,
POS_FACEUP
)
if
res
==
false
or
res
==
0
then
return
end
if
Duel
.
IsExistingMatchingCard
(
cm
.
exfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
then
if
RD
.
SelectAndToHandOrSpecialSummon
(
aux
.
Stringid
(
m
,
1
),
aux
.
NecroValleyFilter
(
cm
.
filter
),
tp
,
LOCATION_GRAVE
,
0
,
nil
,
e
,
POS_FACEUP
)
and
Duel
.
IsExistingMatchingCard
(
cm
.
exfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
then
RD
.
CanSendOpponentHandToGrave
(
aux
.
Stringid
(
m
,
1
),
tp
,
aux
.
Stringid
(
m
,
2
),
1
,
1
,
true
)
end
end
\ No newline at end of file
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