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
f85301da
Commit
f85301da
authored
Nov 25, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
7e6cac2b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
18 deletions
+41
-18
expansions/script/c65133104.lua
expansions/script/c65133104.lua
+5
-2
expansions/script/c65133106.lua
expansions/script/c65133106.lua
+4
-0
expansions/script/c65133114.lua
expansions/script/c65133114.lua
+30
-14
expansions/script/c65133118.lua
expansions/script/c65133118.lua
+2
-2
No files found.
expansions/script/c65133104.lua
View file @
f85301da
...
...
@@ -54,13 +54,16 @@ function s.chtg(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
true
end
end
function
s
.
chop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Group
.
FromCards
(
re
:
GetHandler
())
local
g
=
Group
.
CreateGroup
()
Duel
.
ChangeTargetCard
(
ev
,
g
)
local
op
=
re
:
GetOperation
()
if
not
op
then
re
:
SetOperation
(
function
()
end
)
end
Duel
.
ChangeChainOperation
(
ev
,
s
.
repop
)
end
function
s
.
repop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
then
c
:
CancelToGrave
()
c
:
CancelToGrave
()
if
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
>
0
and
c
:
IsLocation
(
LOCATION_HAND
)
then
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
...
...
expansions/script/c65133106.lua
View file @
f85301da
...
...
@@ -70,6 +70,10 @@ function s.chtg(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
true
end
end
function
s
.
chop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Group
.
CreateGroup
()
Duel
.
ChangeTargetCard
(
ev
,
g
)
local
op
=
re
:
GetOperation
()
if
not
op
then
re
:
SetOperation
(
function
()
end
)
end
Duel
.
ChangeChainOperation
(
ev
,
s
.
repop
)
end
function
s
.
repop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c65133114.lua
View file @
f85301da
--幻叙探索者 Neko
local
s
,
id
,
o
=
GetID
()
local
KOISHI_CHECK
=
false
if
Card
.
SetCardData
then
KOISHI_CHECK
=
true
end
function
s
.
initial_effect
(
c
)
if
c
:
IsOriginalCodeRule
(
id
)
then
if
c
:
IsOriginalCodeRule
(
id
)
and
KOISHI_CHECK
then
local
tp
=
0
if
Duel
.
GetFieldGroupCount
(
0
,
0
,
LOCATION_DECK
)
>
0
or
Duel
.
GetFieldGroupCount
(
0
,
LOCATION_EXTRA
,
0
)
>
0
then
tp
=
1
end
local
pname
=
s
.
getplayername
(
tp
)
...
...
@@ -125,19 +127,33 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
end
local
pname
=
s
.
getplayername
(
tp
)
local
lv
=
Duel
.
GetRegistryValue
(
"pname"
)
if
lv
then
lv
=
lv
+
1
Duel
.
SetRegistryValue
(
"pname"
,
lv
)
if
KOISHI_CHECK
then
local
pname
=
s
.
getplayername
(
tp
)
local
lv
=
Duel
.
GetRegistryValue
(
"pname"
)
if
lv
then
lv
=
lv
+
1
Duel
.
SetRegistryValue
(
"pname"
,
lv
)
else
Duel
.
SetRegistryValue
(
"pname"
,
1
)
end
local
g
=
Duel
.
GetFieldGroup
(
0
,
0x7f
,
0x7f
)
local
xg
=
Duel
.
GetOverlayGroup
(
0
,
0x7f
,
0x7f
)
g
:
Merge
(
xg
)
g
=
g
:
Filter
(
s
.
cfilter
,
nil
,
tp
)
for
tc
in
aux
.
Next
(
g
)
do
s
.
setlv
(
c
,
lv
)
end
else
Duel
.
SetRegistryValue
(
"pname"
,
1
)
end
local
g
=
Duel
.
GetFieldGroup
(
0
,
0x7f
,
0x7f
)
local
xg
=
Duel
.
GetOverlayGroup
(
0
,
0x7f
,
0x7f
)
g
:
Merge
(
xg
)
g
=
g
:
Filter
(
s
.
cfilter
,
nil
,
tp
)
for
tc
in
aux
.
Next
(
g
)
do
s
.
setlv
(
c
,
lv
)
local
g
=
Duel
.
GetFieldGroup
(
0
,
0x7f
,
0x7f
)
local
xg
=
Duel
.
GetOverlayGroup
(
0
,
0x7f
,
0x7f
)
g
:
Merge
(
xg
)
g
=
g
:
Filter
(
s
.
cfilter
,
nil
,
tp
)
for
tc
in
aux
.
Next
(
g
)
do
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_LEVEL
)
e1
:
SetValue
(
1
)
tc
:
RegisterEffect
(
e1
)
end
end
end
\ No newline at end of file
expansions/script/c65133118.lua
View file @
f85301da
...
...
@@ -69,7 +69,7 @@ function s.acop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
effcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsCanRemoveCounter
(
tp
,
0x
1
,
3
,
REASON_COST
)
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsCanRemoveCounter
(
tp
,
0x
838
,
3
,
REASON_COST
)
end
e
:
GetHandler
():
RemoveCounter
(
tp
,
0x838
,
3
,
REASON_COST
)
end
function
s
.
efftg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
@@ -91,7 +91,7 @@ function s.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
s
.
effop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
op
=
e
:
GetLabel
()
local
op
=
e
:
GetLabel
()
if
op
==
1
then
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
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