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
0
Issues
0
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
Vee4
ygopro-rush-duel
Commits
2275cc61
Commit
2275cc61
authored
Jan 14, 2026
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2026/1/14 bug修复
parent
b376b223
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
script/RDRitual.lua
script/RDRitual.lua
+1
-1
script/c120300050.lua
script/c120300050.lua
+1
-1
script/c120300052.lua
script/c120300052.lua
+1
-2
No files found.
script/RDRitual.lua
View file @
2275cc61
...
@@ -105,7 +105,7 @@ end
...
@@ -105,7 +105,7 @@ end
-- 仪式召唤 - 可以作为仪式素材
-- 仪式召唤 - 可以作为仪式素材
function
RushDuel
.
IsCanBeRitualMaterial
(
c
,
rc
)
function
RushDuel
.
IsCanBeRitualMaterial
(
c
,
rc
)
if
not
c
:
IsCanBeRitualMaterial
(
rc
)
then
if
c
:
IsLocation
(
LOCATION_HAND
+
LOCATION_DECK
+
LOCATION_ONFIELD
)
and
not
c
:
IsCanBeRitualMaterial
(
rc
)
then
return
false
return
false
end
end
local
effects
=
{
c
:
IsHasEffect
(
EFFECT_CANNOT_BE_RITUAL_MATERIAL
)}
local
effects
=
{
c
:
IsHasEffect
(
EFFECT_CANNOT_BE_RITUAL_MATERIAL
)}
...
...
script/c120300050.lua
View file @
2275cc61
...
@@ -17,5 +17,5 @@ function cm.spfilter(c,e,tp,mat)
...
@@ -17,5 +17,5 @@ function cm.spfilter(c,e,tp,mat)
and
not
mat
:
IsExists
(
Card
.
IsCode
,
1
,
nil
,
c
:
GetCode
())
and
not
mat
:
IsExists
(
Card
.
IsCode
,
1
,
nil
,
c
:
GetCode
())
end
end
function
cm
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
mat
,
rc
)
function
cm
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
mat
,
rc
)
RD
.
CanDiscardDeck
(
aux
.
Stringid
(
m
,
1
),
tp
,
1
,
mat
:
GetCount
(),
1
-
tp
)
RD
.
CanDiscardDeck
(
aux
.
Stringid
(
m
,
1
),
tp
,
1
,
mat
:
GetCount
(),
true
,
1
-
tp
)
end
end
\ No newline at end of file
script/c120300052.lua
View file @
2275cc61
...
@@ -31,8 +31,7 @@ function cm.condition(e,tp,eg,ep,ev,re,r,rp)
...
@@ -31,8 +31,7 @@ function cm.condition(e,tp,eg,ep,ev,re,r,rp)
end
end
-- Fusion Expend
-- Fusion Expend
function
cm
.
filter
(
c
,
e
)
function
cm
.
filter
(
c
,
e
)
return
c
:
IsRace
(
RACE_GALAXY
)
and
c
:
IsAbleToDeck
()
and
c
:
IsCanBeFusionMaterial
()
return
c
:
IsRace
(
RACE_GALAXY
)
and
c
:
IsAbleToDeck
()
and
not
c
:
IsImmuneToEffect
(
e
)
and
not
c
:
IsImmuneToEffect
(
e
)
end
end
function
cm
.
target
(
e
,
te
,
tp
,
mg
)
function
cm
.
target
(
e
,
te
,
tp
,
mg
)
if
te
:
GetHandler
():
IsCode
(
list
[
1
])
then
if
te
:
GetHandler
():
IsCode
(
list
[
1
])
then
...
...
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