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
b20d9921
Commit
b20d9921
authored
Aug 25, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c9bf0659
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
24 additions
and
9 deletions
+24
-9
expansions/script/c11451031.lua
expansions/script/c11451031.lua
+1
-1
expansions/script/c11451032.lua
expansions/script/c11451032.lua
+1
-1
expansions/script/c11451033.lua
expansions/script/c11451033.lua
+1
-1
expansions/script/c11451034.lua
expansions/script/c11451034.lua
+1
-1
expansions/script/c14010278.lua
expansions/script/c14010278.lua
+11
-0
expansions/script/c65131054.lua
expansions/script/c65131054.lua
+1
-1
expansions/script/c65131056.lua
expansions/script/c65131056.lua
+1
-0
expansions/script/c65131066.lua
expansions/script/c65131066.lua
+3
-0
expansions/script/c67201509.lua
expansions/script/c67201509.lua
+1
-1
expansions/script/c67201510.lua
expansions/script/c67201510.lua
+2
-2
expansions/script/c67201512.lua
expansions/script/c67201512.lua
+1
-1
No files found.
expansions/script/c11451031.lua
View file @
b20d9921
...
...
@@ -383,7 +383,7 @@ function cm.sptg(e,te,tp)
return
te
:
GetHandler
()
==
e
:
GetHandler
()
end
function
cm
.
sfilter
(
c
,
tp
)
return
c
:
IsFaceup
()
or
c
:
IsControler
(
tp
)
or
c
:
GetFlagEffect
(
11451031
)
>
0
return
c
:
IsFaceup
()
or
(
c
:
IsControler
(
tp
)
and
(
c
:
IsPublic
()
or
not
c
:
IsLocation
(
LOCATION_DECK
))
)
or
c
:
GetFlagEffect
(
11451031
)
>
0
end
function
cm
.
spcop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c11451032.lua
View file @
b20d9921
...
...
@@ -412,7 +412,7 @@ function cm.sptg(e,c,tp)
return
c
==
e
:
GetHandler
()
end
function
cm
.
sfilter
(
c
,
tp
)
return
c
:
IsFaceup
()
or
c
:
IsControler
(
tp
)
or
c
:
GetFlagEffect
(
11451031
)
>
0
return
c
:
IsFaceup
()
or
(
c
:
IsControler
(
tp
)
and
(
c
:
IsPublic
()
or
not
c
:
IsLocation
(
LOCATION_DECK
))
)
or
c
:
GetFlagEffect
(
11451031
)
>
0
end
function
cm
.
spcop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
local
c
=
c
or
e
:
GetHandler
()
...
...
expansions/script/c11451033.lua
View file @
b20d9921
...
...
@@ -410,7 +410,7 @@ function cm.sptg(e,c,tp)
return
c
==
e
:
GetHandler
()
end
function
cm
.
sfilter
(
c
,
tp
)
return
c
:
IsFaceup
()
or
c
:
IsControler
(
tp
)
or
c
:
GetFlagEffect
(
11451031
)
>
0
return
c
:
IsFaceup
()
or
(
c
:
IsControler
(
tp
)
and
(
c
:
IsPublic
()
or
not
c
:
IsLocation
(
LOCATION_DECK
))
)
or
c
:
GetFlagEffect
(
11451031
)
>
0
end
function
cm
.
spcop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
local
c
=
c
or
e
:
GetHandler
()
...
...
expansions/script/c11451034.lua
View file @
b20d9921
...
...
@@ -379,7 +379,7 @@ function cm.sptg(e,c,tp)
return
c
==
e
:
GetHandler
()
end
function
cm
.
sfilter
(
c
,
tp
)
return
c
:
IsFaceup
()
or
c
:
IsControler
(
tp
)
or
c
:
GetFlagEffect
(
11451031
)
>
0
return
c
:
IsFaceup
()
or
(
c
:
IsControler
(
tp
)
and
(
c
:
IsPublic
()
or
not
c
:
IsLocation
(
LOCATION_DECK
))
)
or
c
:
GetFlagEffect
(
11451031
)
>
0
end
function
cm
.
spcop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
local
c
=
c
or
e
:
GetHandler
()
...
...
expansions/script/c14010278.lua
View file @
b20d9921
...
...
@@ -31,7 +31,18 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetTarget
(
cm
.
distg
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
local
e2
=
e1
:
Clone
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e2
:
SetOperation
(
cm
.
disop
)
Duel
.
RegisterEffect
(
e2
,
tp
)
end
function
cm
.
distg
(
e
,
c
)
return
c
:
IsType
(
TYPE_EFFECT
)
or
c
:
GetOriginalType
()
&
TYPE_EFFECT
~=
0
end
function
cm
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tl
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_LOCATION
)
if
bit
.
band
(
tl
,
LOCATION_MZONE
)
~=
0
and
re
:
IsActiveType
(
TYPE_MONSTER
)
then
Duel
.
NegateEffect
(
ev
)
end
end
\ No newline at end of file
expansions/script/c65131054.lua
View file @
b20d9921
...
...
@@ -32,7 +32,7 @@ function s.synfilter(c,mg)
end
function
s
.
spfilter
(
c
,
ec
)
local
mg
=
Group
.
FromCards
(
c
,
ec
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
Duel
.
IsExistingMatchingCard
(
s
.
synfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
mg
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
Duel
.
IsExistingMatchingCard
(
s
.
synfilter
,
c
:
GetControler
()
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
mg
)
end
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsLevelAbove
(
1
)
end
...
...
expansions/script/c65131056.lua
View file @
b20d9921
...
...
@@ -22,6 +22,7 @@ function s.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCountLimit
(
1
,
id
+
o
)
e2
:
SetTarget
(
s
.
sptg
)
e2
:
SetOperation
(
s
.
spop
)
...
...
expansions/script/c65131066.lua
View file @
b20d9921
--救世之章 强能
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
--synchro summon
aux
.
AddSynchroMixProcedure
(
c
,
s
.
mfilter
,
nil
,
nil
,
aux
.
FilterBoolFunction
(
Card
.
IsType
,
TYPE_MONSTER
),
1
,
99
)
c
:
EnableReviveLimit
()
--destroy
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
60461804
,
0
))
...
...
expansions/script/c67201509.lua
View file @
b20d9921
...
...
@@ -47,7 +47,7 @@ function c67201509.target(e,tp,eg,ep,ev,re,r,rp,chk)
local
mg2
=
Duel
.
GetMatchingGroup
(
c67201509
.
mfilter
,
tp
,
LOCATION_SZONE
+
LOCATION_FZONE
,
0
,
nil
)
aux
.
RCheckAdditional
=
c67201509
.
rcheck
aux
.
RGCheckAdditional
=
c67201509
.
rgcheck
local
res
=
Duel
.
IsExistingMatchingCard
(
c67201509
.
RitualUltimateFilter
,
tp
,
LOCATION_HAND
+
LOCATION_EXTRA
,
0
,
1
,
nil
,
c67201509
.
filter
,
e
,
tp
,
mg
,
mg2
,
Card
.
GetLevel
,
"Greater"
)
local
res
=
Duel
.
IsExistingMatchingCard
(
aux
.
RitualUltimateFilter
,
tp
,
LOCATION_HAND
+
LOCATION_EXTRA
,
0
,
1
,
nil
,
c67201509
.
filter
,
e
,
tp
,
mg
,
mg2
,
Card
.
GetLevel
,
"Greater"
)
aux
.
RCheckAdditional
=
nil
aux
.
RGCheckAdditional
=
nil
return
res
...
...
expansions/script/c67201510.lua
View file @
b20d9921
...
...
@@ -49,10 +49,10 @@ end
function
c67201510
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
local
mg
=
Duel
.
GetRitualMaterial
(
tp
):
Filter
(
c67201510
.
matfilter
,
nil
)
local
mg2
=
Duel
.
GetMatchingGroup
(
c67201510
.
mfilter
,
tp
,
LOCATION_SZONE
+
LOCATION_FZONE
,
0
,
nil
)
local
mg2
=
Duel
.
GetMatchingGroup
(
c67201510
.
mfilter
,
tp
,
LOCATION_SZONE
+
LOCATION_FZONE
,
0
,
nil
,
e
)
aux
.
RCheckAdditional
=
c67201510
.
rcheck
aux
.
RGCheckAdditional
=
c67201510
.
rgcheck
local
res
=
Duel
.
IsExistingMatchingCard
(
c67201510
.
RitualUltimateFilter
,
tp
,
LOCATION_HAND
+
LOCATION_EXTRA
,
0
,
1
,
nil
,
c67201510
.
filter
,
e
,
tp
,
mg
,
mg2
,
Card
.
GetLevel
,
"Greater"
)
local
res
=
Duel
.
IsExistingMatchingCard
(
aux
.
RitualUltimateFilter
,
tp
,
LOCATION_HAND
+
LOCATION_EXTRA
,
0
,
1
,
nil
,
c67201510
.
filter
,
e
,
tp
,
mg
,
mg2
,
Card
.
GetLevel
,
"Greater"
)
aux
.
RCheckAdditional
=
nil
aux
.
RGCheckAdditional
=
nil
return
res
...
...
expansions/script/c67201512.lua
View file @
b20d9921
...
...
@@ -41,7 +41,7 @@ function c67201512.target(e,tp,eg,ep,ev,re,r,rp,chk)
local
mg2
=
Duel
.
GetMatchingGroup
(
c67201512
.
mfilter
,
tp
,
LOCATION_SZONE
+
LOCATION_FZONE
,
0
,
nil
)
aux
.
RCheckAdditional
=
c67201512
.
rcheck
aux
.
RGCheckAdditional
=
c67201512
.
rgcheck
local
res
=
Duel
.
IsExistingMatchingCard
(
c67201512
.
RitualUltimateFilter
,
tp
,
LOCATION_HAND
+
LOCATION_EXTRA
,
0
,
1
,
nil
,
c67201512
.
filter
,
e
,
tp
,
mg
,
mg2
,
Card
.
GetLevel
,
"Greater"
)
local
res
=
Duel
.
IsExistingMatchingCard
(
aux
.
RitualUltimateFilter
,
tp
,
LOCATION_HAND
+
LOCATION_EXTRA
,
0
,
1
,
nil
,
c67201512
.
filter
,
e
,
tp
,
mg
,
mg2
,
Card
.
GetLevel
,
"Greater"
)
aux
.
RCheckAdditional
=
nil
aux
.
RGCheckAdditional
=
nil
return
res
...
...
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