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
cc383bad
Commit
cc383bad
authored
Oct 15, 2025
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025/10/15 bug修复
parent
376968f0
Pipeline
#41057
passed with stages
in 12 minutes and 23 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
script/RDCost.lua
script/RDCost.lua
+2
-2
script/c120294002.lua
script/c120294002.lua
+0
-6
No files found.
script/RDCost.lua
View file @
cc383bad
...
...
@@ -110,8 +110,8 @@ function RushDuel.NoCostCheck(cost, flag_effect)
local
val
=
effect
:
GetValue
()
if
val
==
1
then
return
true
else
return
val
(
effect
,
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
else
if
val
(
effect
,
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
then
return
true
end
end
return
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c120294002.lua
View file @
cc383bad
...
...
@@ -21,12 +21,6 @@ end
function
cm
.
spfilter
(
c
)
return
c
:
IsRace
(
RACE_HYDRAGON
)
and
RD
.
IsDefense
(
c
,
2000
)
end
function
cm
.
confilter1
(
c
)
return
c
:
IsRace
(
RACE_DRAGON
)
or
c
:
IsRace
(
RACE_HYDRAGON
)
end
function
cm
.
confilter2
(
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
not
cm
.
confilter1
(
c
)
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
RD
.
IsSummonTurn
(
c
)
and
not
c
:
IsCode
(
list
[
1
])
...
...
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