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
3a6e6edd
Commit
3a6e6edd
authored
Aug 03, 2025
by
Nemo Ma
Committed by
GitHub
Aug 03, 2025
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #31 from Sonic714/master
25.8.3 yume fix
parents
c3ebc8dc
8ee5433e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
expansions/script/c71404000.lua
expansions/script/c71404000.lua
+3
-3
expansions/script/c71404005.lua
expansions/script/c71404005.lua
+1
-1
expansions/script/c71404006.lua
expansions/script/c71404006.lua
+1
-1
expansions/script/c71404008.lua
expansions/script/c71404008.lua
+1
-1
No files found.
expansions/script/c71404000.lua
View file @
3a6e6edd
...
...
@@ -78,10 +78,10 @@ function c71404000.op1(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c71404000
.
filter2a
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
GetOriginalType
()
&
(
TYPE_RITUAL
+
TYPE_MONSTER
)
~=
0
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
GetOriginalType
()
&
(
TYPE_RITUAL
+
TYPE_MONSTER
)
==
TYPE_RITUAL
+
TYPE_MONSTER
end
function
c71404000
.
filter2b
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
GetOriginalType
()
&
(
TYPE_LINK
+
TYPE_MONSTER
)
~=
0
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
GetOriginalType
()
&
(
TYPE_LINK
+
TYPE_MONSTER
)
==
TYPE_LINK
+
TYPE_MONSTER
end
function
c71404000
.
con2
(
e
)
return
Duel
.
IsExistingMatchingCard
(
c71404000
.
filter2a
,
0
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
...
...
@@ -622,7 +622,7 @@ function yume.stellar_memories.MultiRitualOperation(greater_or_equal,summon_loca
else
local
lv
=
mc
:
GetLink
()
*
2
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
aux
.
GCheckAdditional
=
yume
.
stellar_memories
.
MultiRitualCheckAdditional
(
lv
)
local
tg
=
m
g
:
SelectSubGroup
(
tp
,
yume
.
stellar_memories
.
MultiRitualFSelect
,
true
,
1
,
ft
,
tp
,
lv
)
local
tg
=
s
g
:
SelectSubGroup
(
tp
,
yume
.
stellar_memories
.
MultiRitualFSelect
,
true
,
1
,
ft
,
tp
,
lv
)
aux
.
GCheckAdditional
=
nil
if
not
tg
then
goto
cancel
end
local
tc
=
tg
:
GetFirst
()
...
...
expansions/script/c71404005.lua
View file @
3a6e6edd
...
...
@@ -31,7 +31,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e2
)
--equipped
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_EQUIP
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCategory
(
CATEGORY_DISABLE
)
e3
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e3
:
SetRange
(
LOCATION_SZONE
)
...
...
expansions/script/c71404006.lua
View file @
3a6e6edd
...
...
@@ -21,7 +21,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
--equipped
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
TYPE_EQUIP
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCondition
(
s
.
con2
)
...
...
expansions/script/c71404008.lua
View file @
3a6e6edd
...
...
@@ -64,7 +64,7 @@ function s.filter1(c)
return
c
:
IsType
(
TYPE_RITUAL
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsFaceupEx
()
and
not
c
:
IsForbidden
()
end
function
s
.
filter1a
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
GetOriginalType
()
&
(
TYPE_RITUAL
+
TYPE_MONSTER
)
~=
0
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
GetOriginalType
()
&
(
TYPE_RITUAL
+
TYPE_MONSTER
)
==
TYPE_RITUAL
+
TYPE_MONSTER
end
function
s
.
getcolumns
(
g
)
local
cols
=
{}
...
...
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