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
4008da0e
Commit
4008da0e
authored
Nov 10, 2025
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025/11/10 bug修复
parent
914d8e84
Pipeline
#41561
passed with stages
in 6 minutes and 58 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120294025.lua
script/c120294025.lua
+2
-2
script/c120294065.lua
script/c120294065.lua
+2
-2
No files found.
RD Patch.cdb
View file @
4008da0e
No preview for this file type
script/c120294025.lua
View file @
4008da0e
...
...
@@ -33,9 +33,9 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end
if
Duel
.
GetFlagEffect
(
tp
,
m
)
~=
0
then
return
end
RD
.
CreateAttackLimitEffect
(
e
,
cm
.
atktg
,
tp
,
LOCATION_MZONE
,
0
,
RESET_PHASE
+
PHASE_END
)
RD
.
CreateRaceCannotAttackEffect
(
e
,
aux
.
Stringid
(
m
,
2
),
RACE_ALL
-
RACE_WARRIOR
,
tp
,
1
,
0
,
RESET_PHASE
+
PHASE_END
)
RD
.
CreateRaceCannotAttackEffect
(
e
,
aux
.
Stringid
(
m
,
1
),
RACE_ALL
-
RACE_MACHINE
,
tp
,
1
,
0
,
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterFlagEffect
(
tp
,
m
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
function
cm
.
atktg
(
e
,
c
)
return
not
RD
.
IsBaseDefense
(
c
,
800
)
return
not
(
RD
.
IsBaseDefense
(
c
,
800
)
and
c
:
IsRace
(
RACE_MACHINE
)
)
end
\ No newline at end of file
script/c120294065.lua
View file @
4008da0e
...
...
@@ -30,9 +30,9 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end
if
Duel
.
GetFlagEffect
(
tp
,
m
)
~=
0
then
return
end
RD
.
CreateAttackLimitEffect
(
e
,
cm
.
atktg
,
tp
,
LOCATION_MZONE
,
0
,
RESET_PHASE
+
PHASE_END
)
RD
.
CreateRaceCannotAttackEffect
(
e
,
aux
.
Stringid
(
m
,
2
),
RACE_ALL
-
RACE_WARRIOR
,
tp
,
1
,
0
,
RESET_PHASE
+
PHASE_END
)
RD
.
CreateRaceCannotAttackEffect
(
e
,
aux
.
Stringid
(
m
,
1
),
RACE_ALL
-
RACE_MACHINE
,
tp
,
1
,
0
,
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterFlagEffect
(
tp
,
m
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
function
cm
.
atktg
(
e
,
c
)
return
not
RD
.
IsBaseDefense
(
c
,
800
)
return
not
(
RD
.
IsBaseDefense
(
c
,
800
)
and
c
:
IsRace
(
RACE_MACHINE
)
)
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