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
de8c1305
Commit
de8c1305
authored
Oct 23, 2025
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025/10/23 bug修复
parent
dbc642d1
Pipeline
#41225
passed with stages
in 7 minutes and 14 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
script/RDRitual.lua
script/RDRitual.lua
+1
-1
script/c120287023.lua
script/c120287023.lua
+1
-1
script/c120290053.lua
script/c120290053.lua
+1
-1
No files found.
script/RDRitual.lua
View file @
de8c1305
...
...
@@ -200,7 +200,7 @@ function RushDuel.GetRitualSummonData(e, tp, type, matfilter, spfilter, exfilter
local
mg
=
Duel
.
GetRitualMaterial
(
tp
):
Filter
(
RushDuel
.
RitualMaterialFilter
,
except
,
type
,
matfilter
,
effect
)
if
s_range
~=
0
or
o_range
~=
0
then
local
ext
=
Duel
.
GetMatchingGroup
(
Auxiliary
.
NecroValleyFilter
(
exfilter
),
tp
,
s_range
,
o_range
,
except
,
effect
)
mg
:
Merge
(
ext
:
Filter
(
RushDuel
.
RitualMaterialFilter
,
nil
,
type
))
mg
:
Merge
(
ext
:
Filter
(
RushDuel
.
RitualMaterialFilter
,
nil
,
type
,
nil
,
effect
))
end
local
gc
=
nil
if
including_self
then
...
...
script/c120287023.lua
View file @
de8c1305
...
...
@@ -11,7 +11,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
cm
.
ritual_mat_filter
(
c
)
return
not
c
:
IsLocation
(
LOCATION_HAND
)
or
c
:
IsType
(
TYPE_
EFFECT
)
return
not
c
:
IsLocation
(
LOCATION_HAND
)
or
c
:
IsType
(
TYPE_
NORMAL
)
end
--Activate
function
cm
.
matfilter
(
c
)
...
...
script/c120290053.lua
View file @
de8c1305
...
...
@@ -11,7 +11,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
cm
.
ritual_mat_filter
(
c
)
return
not
c
:
IsLocation
(
LOCATION_HAND
)
or
c
:
IsType
(
TYPE_
EFFECT
)
return
not
c
:
IsLocation
(
LOCATION_HAND
)
or
c
:
IsType
(
TYPE_
NORMAL
)
end
--Activate
function
cm
.
matfilter
(
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