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
c81de4e5
Commit
c81de4e5
authored
Feb 26, 2026
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2026/2/26 bug修复
parent
37190e3c
Pipeline
#43455
passed with stages
in 10 minutes and 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
RD Patch.cdb
RD Patch.cdb
+0
-0
script/RDBase.lua
script/RDBase.lua
+2
-2
script/RDRule.lua
script/RDRule.lua
+1
-1
No files found.
RD Patch.cdb
View file @
c81de4e5
No preview for this file type
script/RDBase.lua
View file @
c81de4e5
...
...
@@ -56,8 +56,8 @@ HINTMSG_ANNOUNCE_MONSTER = Auxiliary.Stringid(120000001, 0) -- 宣言常规怪
HINTMSG_ANNOUNCE_LEGEND
=
Auxiliary
.
Stringid
(
120000001
,
1
)
-- 宣言传说怪兽
HINTMSG_SUMMON_TURN
=
Auxiliary
.
Stringid
(
120000002
,
0
)
-- 在这个回合召唤
HINTMSG_SPSUMMON_TURN
=
Auxiliary
.
Stringid
(
120000002
,
1
)
-- 在这个回合特殊召唤
-- HINTMSG_
SPSUMMON
_TURN = Auxiliary.Stringid(120000002, 3) -- 在这个回合反转
HINTMSG_
SPSUMMON
_TURN
=
1071
-- 在这个回合反转
-- HINTMSG_
FILP
_TURN = Auxiliary.Stringid(120000002, 3) -- 在这个回合反转
HINTMSG_
FILP
_TURN
=
1071
-- 在这个回合反转
HINTMSG_EFFECT_USED
=
Auxiliary
.
Stringid
(
120000002
,
2
)
-- 已使用过效果
-- 异画卡: 复制Lua代码
...
...
script/RDRule.lua
View file @
c81de4e5
...
...
@@ -114,7 +114,7 @@ function RushDuel.InitFlag()
end
local
reg_flip
=
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
eg
:
ForEach
(
function
(
tc
)
tc
:
RegisterFlagEffect
(
FLAG_FLIP_TURN
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
HINTMSG_
SPSUMMON
_TURN
)
tc
:
RegisterFlagEffect
(
FLAG_FLIP_TURN
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
HINTMSG_
FILP
_TURN
)
if
RushDuel
.
IsMainPhase
()
then
tc
:
RegisterFlagEffect
(
FLAG_FLIP_MAIN_PHASE
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_MAIN1
+
PHASE_MAIN2
,
0
,
1
)
end
...
...
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