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
54086e3f
Commit
54086e3f
authored
Aug 05, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d8dc71e6
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
20 additions
and
14 deletions
+20
-14
expansions/script/c11451951.lua
expansions/script/c11451951.lua
+3
-1
expansions/script/c6100122.lua
expansions/script/c6100122.lua
+3
-1
expansions/script/c6100126.lua
expansions/script/c6100126.lua
+0
-4
expansions/script/c6100132.lua
expansions/script/c6100132.lua
+2
-1
expansions/script/c6100142.lua
expansions/script/c6100142.lua
+1
-1
expansions/script/c89490003.lua
expansions/script/c89490003.lua
+4
-2
expansions/script/c89490016.lua
expansions/script/c89490016.lua
+3
-2
expansions/script/c89490062.lua
expansions/script/c89490062.lua
+1
-0
expansions/script/c89490066.lua
expansions/script/c89490066.lua
+3
-2
No files found.
expansions/script/c11451951.lua
View file @
54086e3f
...
...
@@ -135,6 +135,7 @@ function cm.desop3(e,tp,eg,ep,ev,re,r,rp)
end
function
cm
.
chkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
eg
:
GetFirst
()
if
rp
~=
0
and
rp
~=
1
then
return
end
while
tc
do
if
tc
:
IsLocation
(
LOCATION_MZONE
)
and
tc
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
tc
:
GetPreviousSequence
()
~=
tc
:
GetSequence
()
or
tc
:
GetPreviousControler
()
~=
tc
:
GetControler
())
then
tc
:
RegisterFlagEffect
(
m
+
rp
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TURN_SET
,
0
,
1
)
...
...
@@ -147,6 +148,7 @@ function cm.chkop(e,tp,eg,ep,ev,re,r,rp)
end
function
cm
.
chkop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
eg
:
GetFirst
()
if
rp
~=
0
and
rp
~=
1
then
return
end
while
tc
do
tc
:
RegisterFlagEffect
(
m
+
rp
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TURN_SET
,
0
,
1
)
cm
[
rp
][
tc
:
GetCode
()]
=
true
...
...
@@ -202,7 +204,7 @@ function cm.desop11(e,tp,eg,ep,ev,re,r,rp)
local
hg
=
eg
:
Filter
(
Card
.
IsPreviousLocation
,
nil
,
LOCATION_HAND
)
local
left
=#
hg
>
0
--==#eg
if
#
g
>
0
then
for
p
=
0
,
1
do
for
p
in
aux
.
TurnPlayers
()
do
for
loc
=
LOCATION_SZONE
,
LOCATION_MZONE
,
LOCATION_MZONE
-
LOCATION_SZONE
do
if
left
then
for
seq
=
0
,
4
do
...
...
expansions/script/c6100122.lua
View file @
54086e3f
...
...
@@ -120,9 +120,11 @@ function s.sccon(e,tp,eg,ep,ev,re,r,rp)
return
e
:
GetHandler
():
GetFlagEffect
(
id
)
>
0
end
-- 效果②:赋予场发效果
function
s
.
sctg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
dcfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_HANDES
,
nil
,
0
,
tp
,
1
)
end
...
...
expansions/script/c6100126.lua
View file @
54086e3f
...
...
@@ -164,9 +164,5 @@ function s.scop(e,tp,eg,ep,ev,re,r,rp)
e0
:
SetTarget
(
s
.
mttg2
)
e0
:
SetOperation
(
s
.
mtop2
)
c
:
RegisterEffect
(
e0
)
if
b
and
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
3
))
then
local
rc
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
rc
,
nil
,
REASON_EFFECT
)
end
end
end
\ No newline at end of file
expansions/script/c6100132.lua
View file @
54086e3f
...
...
@@ -53,11 +53,12 @@ end
function
s
.
rttg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
and
s
.
rtfilter
(
chkc
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
s
.
rtfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
1
,
nil
)
and
((
Duel
.
IsExistingMatchingCard
(
s
.
spfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
)
and
Duel
.
IsExistingMatchingCard
(
s
.
tgfilter1
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
and
Duel
.
Get
FieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
>
0
)
and
((
Duel
.
IsExistingMatchingCard
(
s
.
spfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
)
and
Duel
.
IsExistingMatchingCard
(
s
.
tgfilter1
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
and
Duel
.
Get
LocationCount
(
tp
,
LOCATION_MZONE
)
>
0
)
or
Duel
.
IsExistingMatchingCard
(
s
.
nbfilter
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
s
.
tgfilter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
))
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
local
g
=
Duel
.
SelectTarget
(
tp
,
s
.
rtfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
1
,
3
,
nil
)
Duel
.
HintSelection
(
g
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
g
,
3
,
0
,
0
)
end
...
...
expansions/script/c6100142.lua
View file @
54086e3f
...
...
@@ -47,7 +47,7 @@ function s.negop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Remove
(
eg
,
POS_FACEUP
,
REASON_EFFECT
)
end
local
cg
=
e
:
GetHandler
():
GetColumnGroup
():
Filter
(
Card
.
IsControler
,
nil
,
1
-
tp
)
if
#
cg
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
1
))
then
if
#
cg
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
1
))
then
Duel
.
Destroy
(
cg
,
REASON_EFFECT
)
end
end
expansions/script/c89490003.lua
View file @
54086e3f
--炯眼之吽
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
89490004
)
local
e1
=
aux
.
AddRitualProcGreater2Code
(
c
,
89490004
,
LOCATION_HAND
,
nil
,
nil
,
true
,
s
.
extraop
)
e1
:
SetCategory
(
e1
:
GetCategory
()
|
CATEGORY_DRAW
)
c
:
RegisterEffect
(
e1
)
...
...
@@ -14,8 +13,11 @@ function s.initial_effect(c)
e2
:
SetOperation
(
s
.
repop
)
c
:
RegisterEffect
(
e2
)
end
function
s
.
filter
(
c
)
return
c
:
IsSetCard
(
0xc30
)
and
c
:
IsReason
(
REASON_RELEASE
)
end
function
s
.
extraop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
tc
,
mat
)
if
mat
:
IsExists
(
Card
.
IsSetCard
,
1
,
nil
,
0xc30
)
then
if
mat
:
IsExists
(
s
.
filter
,
1
,
nil
)
then
Duel
.
BreakEffect
()
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
...
...
expansions/script/c89490016.lua
View file @
54086e3f
...
...
@@ -41,10 +41,11 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
s
.
atlimit
(
e
,
c
)
return
c
:
IsLevel
(
0
)
and
not
c
:
IsImmuneToEffect
(
e
)
return
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
Level
(
0
)
and
not
c
:
IsImmuneToEffect
(
e
)
end
function
s
.
efilter
(
e
,
te
)
return
te
:
GetOwner
():
IsLevel
(
0
)
local
tc
=
te
:
GetOwner
()
return
tc
:
IsType
(
TYPE_MONSTER
)
and
tc
:
IsLevel
(
0
)
end
function
s
.
qcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c89490062.lua
View file @
54086e3f
...
...
@@ -2,6 +2,7 @@
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOGRAVE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCondition
(
s
.
condition
)
...
...
expansions/script/c89490066.lua
View file @
54086e3f
...
...
@@ -41,10 +41,11 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
s
.
atlimit
(
e
,
c
)
return
c
:
IsLevelBelow
(
8
)
and
not
c
:
IsImmuneToEffect
(
e
)
return
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
LevelBelow
(
8
)
and
not
c
:
IsImmuneToEffect
(
e
)
end
function
s
.
efilter
(
e
,
te
)
return
te
:
GetOwner
():
IsLevelBelow
(
8
)
local
tc
=
te
:
GetOwner
()
return
tc
:
IsType
(
TYPE_MONSTER
)
and
tc
:
IsLevelBelow
(
8
)
end
function
s
.
qcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
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