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
ddb09c95
Commit
ddb09c95
authored
Jun 25, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b5dbf6bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
17 deletions
+28
-17
expansions/script/c44401021.lua
expansions/script/c44401021.lua
+10
-1
expansions/script/c53702601.lua
expansions/script/c53702601.lua
+4
-4
expansions/script/c65812000.lua
expansions/script/c65812000.lua
+14
-12
No files found.
expansions/script/c44401021.lua
View file @
ddb09c95
...
...
@@ -42,7 +42,16 @@ function c44401021.target(e,tp,eg,ep,ev,re,r,rp,chk)
--confirm
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONFIRM
)
local
fc
=
Duel
.
SelectMatchingCard
(
tp
,
c44401021
.
spfilter
,
tp
,
LOCATION_DECK
+
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
,
e
,
tp
):
GetFirst
()
Duel
.
ConfirmCards
(
1
-
tp
,
fc
)
if
fc
:
IsLocation
(
LOCATION_DECK
)
then
local
seq
=
fc
:
GetSequence
()
Duel
.
DisableShuffleCheck
()
Duel
.
MoveSequence
(
fc
,
SEQ_DECKTOP
)
Duel
.
ConfirmDecktop
(
tp
,
1
)
Duel
.
DisableShuffleCheck
()
Duel
.
MoveSequence
(
fc
,
seq
)
else
Duel
.
ConfirmCards
(
1
-
tp
,
fc
)
end
e
:
SetLabelObject
(
fc
)
--target
local
ct
=
math.floor
(
fc
:
GetLevel
()
/
2
)
...
...
expansions/script/c53702601.lua
View file @
ddb09c95
...
...
@@ -38,21 +38,21 @@ function s.LostLink(c)
local
_IsLinkAbove
=
Card
.
IsLinkAbove
local
_IsLinkBelow
=
Card
.
IsLinkBelow
Card
.
GetLink
=
function
(
sc
)
if
c
~=
sc
or
not
sc
:
IsLocation
(
LOCATION_MZONE
)
then
return
_GetLink
(
sc
)
end
if
not
sc
:
IsLocation
(
LOCATION_MZONE
)
then
return
_GetLink
(
sc
)
end
return
s
.
NumNumber
(
sc
:
GetLinkMarker
(),
markers
)
end
Card
.
IsLink
=
function
(
sc
,
...
)
if
c
~=
sc
or
not
sc
:
IsLocation
(
LOCATION_MZONE
)
then
return
_IsLink
(
sc
,
...
)
end
if
not
sc
:
IsLocation
(
LOCATION_MZONE
)
then
return
_IsLink
(
sc
,
...
)
end
local
t
=
{
...
}
for
_
,
v
in
ipairs
(
t
)
do
if
s
.
NumNumber
(
sc
:
GetLinkMarker
(),
markers
)
==
v
then
return
true
end
end
return
false
end
Card
.
IsLinkAbove
=
function
(
sc
,
link
)
if
c
~=
sc
or
not
sc
:
IsLocation
(
LOCATION_MZONE
)
then
return
_IsLinkAbove
(
sc
,
link
)
end
if
not
sc
:
IsLocation
(
LOCATION_MZONE
)
then
return
_IsLinkAbove
(
sc
,
link
)
end
if
s
.
NumNumber
(
sc
:
GetLinkMarker
(),
markers
)
>=
link
then
return
true
else
return
false
end
end
Card
.
IsLinkBelow
=
function
(
sc
,
link
)
if
c
~=
sc
or
not
sc
:
IsLocation
(
LOCATION_MZONE
)
then
return
_IsLinkBelow
(
sc
,
link
)
end
if
not
sc
:
IsLocation
(
LOCATION_MZONE
)
then
return
_IsLinkBelow
(
sc
,
link
)
end
if
s
.
NumNumber
(
sc
:
GetLinkMarker
(),
markers
)
<=
link
then
return
true
else
return
false
end
end
end
...
...
expansions/script/c65812000.lua
View file @
ddb09c95
...
...
@@ -51,19 +51,19 @@ function s.acop(e,eg,ep,ev,re,r,rp)
local
tc
=
te
:
GetHandler
()
local
tp
=
tc
:
GetControler
()
local
seq
=
tc
:
GetSequence
()
local
loc
=
tc
:
GetLoca
tion
()
local
pos
=
tc
:
GetPosi
tion
()
local
a
=
nil
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOZONE
)
if
loc
==
LOCATION_MZONE
and
(
seq
==
0
or
seq
==
5
)
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xfffd
)
end
if
loc
==
LOCATION_MZONE
and
seq
==
1
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xfffa
)
end
if
loc
==
LOCATION_MZONE
and
seq
==
2
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xfff5
)
end
if
loc
==
LOCATION_MZONE
and
seq
==
3
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xffeb
)
end
if
loc
==
LOCATION_MZONE
and
(
seq
==
4
or
seq
==
6
)
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xfff7
)
end
if
loc
==
LOCATION_SZONE
and
seq
==
0
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xfdff
)
end
if
loc
==
LOCATION_SZONE
and
seq
==
1
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xfaff
)
end
if
loc
==
LOCATION_SZONE
and
seq
==
2
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xf5ff
)
end
if
loc
==
LOCATION_SZONE
and
seq
==
3
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xebff
)
end
if
loc
==
LOCATION_SZONE
and
seq
==
4
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xf7ff
)
end
if
tc
:
IsLocation
(
LOCATION_MZONE
)
and
(
seq
==
0
or
seq
==
5
)
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xfffd
)
end
if
tc
:
IsLocation
(
LOCATION_MZONE
)
and
seq
==
1
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xfffa
)
end
if
tc
:
IsLocation
(
LOCATION_MZONE
)
and
seq
==
2
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xfff5
)
end
if
tc
:
IsLocation
(
LOCATION_MZONE
)
and
seq
==
3
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xffeb
)
end
if
tc
:
IsLocation
(
LOCATION_MZONE
)
and
(
seq
==
4
or
seq
==
6
)
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xfff7
)
end
if
tc
:
IsLocation
(
LOCATION_SZONE
)
and
seq
==
0
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xfdff
)
end
if
tc
:
IsLocation
(
LOCATION_SZONE
)
and
seq
==
1
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xfaff
)
end
if
tc
:
IsLocation
(
LOCATION_SZONE
)
and
seq
==
2
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xf5ff
)
end
if
tc
:
IsLocation
(
LOCATION_SZONE
)
and
seq
==
3
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xebff
)
end
if
tc
:
IsLocation
(
LOCATION_SZONE
)
and
seq
==
4
then
a
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
0
,
0xf7ff
)
end
local
nseq
=
0
if
not
a
then
return
end
if
a
==
0x1
or
a
==
0x100
then
nseq
=
0
...
...
@@ -72,7 +72,9 @@ function s.acop(e,eg,ep,ev,re,r,rp)
elseif
a
==
0x8
or
a
==
0x800
then
nseq
=
3
elseif
a
==
0x10
or
a
==
0x1000
then
nseq
=
4
else
end
Duel
.
MoveSequence
(
tc
,
nseq
)
if
tc
:
IsLocation
(
LOCATION_PZONE
)
then
Duel
.
MoveToField
(
tc
,
tp
,
tp
,
LOCATION_SZONE
,
pos
,
false
,
a
)
else
Duel
.
MoveSequence
(
tc
,
nseq
)
end
s
[
0
]
=
true
end
...
...
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