Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
no81cards
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
Nemo Ma
no81cards
Commits
5cede304
Commit
5cede304
authored
Aug 10, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e9950ecf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
expansions/script/c71404000.lua
expansions/script/c71404000.lua
+2
-4
expansions/script/c71404014.lua
expansions/script/c71404014.lua
+1
-1
No files found.
expansions/script/c71404000.lua
View file @
5cede304
...
...
@@ -495,7 +495,6 @@ function yume.stellar_memories.RitualUltimateOperation(greater_or_equal,summon_l
local
tc
=
tg
:
GetFirst
()
local
mat
=
nil
if
tc
then
mg
=
mg
:
Filter
(
Card
.
IsCanBeRitualMaterial
,
tc
,
tc
)
if
tc
.
mat_filter
then
mg
=
mg
:
Filter
(
tc
.
mat_filter
,
tc
,
tp
)
else
...
...
@@ -527,7 +526,7 @@ function yume.stellar_memories.MultiRitualBanishFilter(c,tp)
end
function
yume
.
stellar_memories
.
MultiRitualMonsterFilter
(
c
,
e
,
tp
,
m1
,
level_function
,
greater_or_equal
)
if
not
(
c
:
GetOriginalType
()
&
0x81
==
0x81
and
yume
.
stellar_memories
.
RitualMonsterFilter
(
c
,
e
,
tp
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_RITUAL
,
tp
,
false
,
true
))
then
return
false
end
local
mg
=
m1
:
Filter
(
Card
.
IsCanBeRitualMaterial
,
c
,
c
)
local
mg
=
m1
return
mg
:
IsExists
(
yume
.
stellar_memories
.
MultiRitualCheck
,
1
,
nil
,
c
,
tp
,
level_function
,
greater_or_equal
)
end
function
yume
.
stellar_memories
.
MultiRitualCheck
(
mc
,
c
,
tp
,
level_function
,
greater_or_equal
)
...
...
@@ -542,7 +541,7 @@ function yume.stellar_memories.MultiRitualCheck(mc,c,tp,level_function,greater_o
end
function
yume
.
stellar_memories
.
MultiRitualTargetCheck
(
e
,
tp
,
greater_or_equal
,
summon_location
,
mat_location
)
local
mg
=
Duel
.
GetMatchingGroup
(
yume
.
stellar_memories
.
MultiRitualBanishFilter
,
tp
,
mat_location
,
0
,
nil
,
tp
)
local
res
=
Duel
.
IsExistingMatchingCard
(
yume
.
stellar_memories
.
RitualMonsterFilter
,
tp
,
summon_location
,
0
,
1
,
nil
,
e
,
tp
,
mg
,
Card
.
GetLink
,
greater_or_equal
)
local
res
=
Duel
.
IsExistingMatchingCard
(
yume
.
stellar_memories
.
Multi
RitualMonsterFilter
,
tp
,
summon_location
,
0
,
1
,
nil
,
e
,
tp
,
mg
,
Card
.
GetLink
,
greater_or_equal
)
return
res
end
function
yume
.
stellar_memories
.
MultiRitualTarget
(
greater_or_equal
,
summon_location
,
mat_location
,
extra_target
)
...
...
@@ -566,7 +565,6 @@ end
function
yume
.
stellar_memories
.
MultiRitualSelectToSummonFilter
(
c
,
e
,
tp
,
mc
,
level_function
,
greater_or_equal
)
return
c
:
GetOriginalType
()
&
0x81
==
0x81
and
yume
.
stellar_memories
.
RitualMonsterFilter
(
c
,
e
,
tp
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_RITUAL
,
tp
,
false
,
true
)
and
mc
:
IsCanBeRitualMaterial
(
c
)
and
yume
.
stellar_memories
.
MultiRitualCheck
(
mc
,
c
,
tp
,
level_function
,
greater_or_equal
)
end
function
yume
.
stellar_memories
.
MultiRitualRitualLevelCheck
(
c
,
mc
,
level_function
,
greater_or_equal
)
...
...
expansions/script/c71404014.lua
View file @
5cede304
...
...
@@ -66,7 +66,7 @@ function s.MultiRitualToDeckFilter(c)
end
function
s
.
MultiRitualTargetCheck
(
e
,
tp
,
greater_or_equal
,
summon_location
,
mat_location
)
local
mg
=
Duel
.
GetMatchingGroup
(
s
.
MultiRitualToDeckFilter
,
tp
,
mat_location
,
0
,
nil
,
tp
)
local
res
=
Duel
.
IsExistingMatchingCard
(
yume
.
stellar_memories
.
RitualMonsterFilter
,
tp
,
summon_location
,
0
,
1
,
nil
,
e
,
tp
,
mg
,
Card
.
GetLink
,
greater_or_equal
)
local
res
=
Duel
.
IsExistingMatchingCard
(
yume
.
stellar_memories
.
Multi
RitualMonsterFilter
,
tp
,
summon_location
,
0
,
1
,
nil
,
e
,
tp
,
mg
,
Card
.
GetLink
,
greater_or_equal
)
return
res
end
function
s
.
tg3
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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