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
4576dbd0
Commit
4576dbd0
authored
May 29, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6f23452e
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
2 deletions
+11
-2
expansions/script/c11451610.lua
expansions/script/c11451610.lua
+1
-0
expansions/script/c11451830.lua
expansions/script/c11451830.lua
+1
-0
expansions/script/c91300026.lua
expansions/script/c91300026.lua
+1
-0
expansions/script/c91300027.lua
expansions/script/c91300027.lua
+1
-0
expansions/script/c91300028.lua
expansions/script/c91300028.lua
+1
-0
expansions/script/c91300029.lua
expansions/script/c91300029.lua
+1
-0
expansions/script/c91300030.lua
expansions/script/c91300030.lua
+1
-0
expansions/script/c91300035.lua
expansions/script/c91300035.lua
+1
-0
expansions/script/c91300036.lua
expansions/script/c91300036.lua
+3
-2
No files found.
expansions/script/c11451610.lua
View file @
4576dbd0
...
...
@@ -72,6 +72,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
while
i
<=
1
do
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
thfilter
,
p
,
LOCATION_DECK
,
0
,
nil
,
typ
)
if
#
g
>
0
and
Duel
.
SelectYesNo
(
p
,
aux
.
Stringid
(
m
,
2
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
p
,
HINTMSG_ATOHAND
)
local
sg
=
g
:
Select
(
p
,
1
,
1
,
nil
)
rg
:
Merge
(
sg
)
end
...
...
expansions/script/c11451830.lua
View file @
4576dbd0
...
...
@@ -75,6 +75,7 @@ function cm.adop(e,tp,eg,ep,ev,re,r,rp)
if
#
g1
>
0
and
#
g2
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
local
sg1
=
g1
:
SelectSubGroup
(
tp
,
cm
.
fselect
,
false
,
1
,
3
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
HINTMSG_TODECK
)
local
sg2
=
g2
:
SelectSubGroup
(
1
-
tp
,
cm
.
fselect
,
false
,
1
,
3
)
if
Duel
.
SendtoDeck
(
sg1
+
sg2
,
nil
,
2
,
REASON_EFFECT
)
>
0
then
local
og
=
Duel
.
GetOperatedGroup
():
Filter
(
Card
.
IsLocation
,
nil
,
LOCATION_DECK
+
LOCATION_EXTRA
)
...
...
expansions/script/c91300026.lua
View file @
4576dbd0
...
...
@@ -58,6 +58,7 @@ function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
())
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONFIRM
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
e
:
GetHandler
()):
GetFirst
()
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetDescription
(
aux
.
Stringid
(
91300039
,
1
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c91300027.lua
View file @
4576dbd0
...
...
@@ -61,6 +61,7 @@ function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
())
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONFIRM
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
e
:
GetHandler
()):
GetFirst
()
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetDescription
(
aux
.
Stringid
(
91300039
,
1
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c91300028.lua
View file @
4576dbd0
...
...
@@ -95,6 +95,7 @@ function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
())
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONFIRM
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
e
:
GetHandler
()):
GetFirst
()
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetDescription
(
aux
.
Stringid
(
91300039
,
1
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c91300029.lua
View file @
4576dbd0
...
...
@@ -62,6 +62,7 @@ function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
())
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONFIRM
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
e
:
GetHandler
()):
GetFirst
()
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetDescription
(
aux
.
Stringid
(
91300039
,
1
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c91300030.lua
View file @
4576dbd0
...
...
@@ -65,6 +65,7 @@ function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
())
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONFIRM
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
e
:
GetHandler
()):
GetFirst
()
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetDescription
(
aux
.
Stringid
(
91300039
,
1
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c91300035.lua
View file @
4576dbd0
...
...
@@ -67,6 +67,7 @@ function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
())
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONFIRM
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
e
:
GetHandler
()):
GetFirst
()
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetDescription
(
aux
.
Stringid
(
91300039
,
1
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c91300036.lua
View file @
4576dbd0
...
...
@@ -67,6 +67,7 @@ function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
())
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONFIRM
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cffilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
e
:
GetHandler
()):
GetFirst
()
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetDescription
(
aux
.
Stringid
(
91300039
,
1
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
@@ -133,8 +134,8 @@ function s.mvalue(e,fp,rp,r)
return
1
-
Duel
.
GetFieldGroupCount
(
fp
,
LOCATION_SZONE
,
0
)
end
function
s
.
drcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetExtraTopGroup
(
tp
,
2
)
if
chk
==
0
then
return
g
:
FilterCount
(
Card
.
IsAbleToRemoveAsCost
,
nil
,
POS_FACEDOWN
)
==
2
end
local
g
=
Duel
.
GetExtraTopGroup
(
tp
,
1
)
if
chk
==
0
then
return
g
:
FilterCount
(
Card
.
IsAbleToRemoveAsCost
,
nil
,
POS_FACEDOWN
)
==
1
end
Duel
.
Remove
(
g
,
POS_FACEDOWN
,
REASON_COST
)
end
function
s
.
drtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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