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
1729e1fe
Commit
1729e1fe
authored
Feb 13, 2026
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5a95626d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
expansions/script/c65814090.lua
expansions/script/c65814090.lua
+2
-2
expansions/script/c65820060.lua
expansions/script/c65820060.lua
+9
-6
expansions/script/c7429591.lua
expansions/script/c7429591.lua
+1
-1
No files found.
expansions/script/c65814090.lua
View file @
1729e1fe
...
...
@@ -51,11 +51,11 @@ function s.target1(e,tp,eg,ep,ev,re,r,rp,chk)
else
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
id
,
1
))
+
1
end
e
:
SetLabel
(
op
)
if
op
==
0
then
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
6581
004
0
,
0
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
6581
409
0
,
0
))
e
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_GRAVE_ACTION
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
)
else
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
6581
004
0
,
1
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
6581
409
0
,
1
))
e
:
SetCategory
(
CATEGORY_GRAVE_ACTION
+
CATEGORY_TODECK
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
nil
,
1
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
)
end
...
...
expansions/script/c65820060.lua
View file @
1729e1fe
...
...
@@ -59,9 +59,12 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
local
g
=
Duel
.
GetMatchingGroup
(
nil
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
if
chk
==
0
then
return
#
g
>
0
end
end
function
s
.
cfilter11
(
c
,
tp
)
return
not
c
:
IsHasEffect
(
EFFECT_LEAVE_FIELD_REDIRECT
)
end
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsHasEffect
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
,
EFFECT_LEAVE_FIELD_REDIRECT
)
local
g
=
Duel
.
GetMatchingGroup
(
cfilter11
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
for
tc
in
aux
.
Next
(
g
)
do
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
...
...
@@ -70,7 +73,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetValue
(
LOCATION_GRAVE
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetProperty
(
EFFECT_FLAG_CLIENT_HINT
+
EFFECT_FLAG_CANNOT_DISABLE
)
tc
:
RegisterEffect
(
e1
,
true
)
tc
:
RegisterEffect
(
e1
)
end
end
...
...
@@ -103,7 +106,7 @@ function s.rmcost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
s
.
activate1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsHasEffect
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
,
EFFECT_LEAVE_FIELD_REDIRECT
)
local
g
=
Duel
.
GetMatchingGroup
(
cfilter11
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
for
tc
in
aux
.
Next
(
g
)
do
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
...
...
@@ -112,7 +115,7 @@ function s.activate1(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetValue
(
LOCATION_REMOVED
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetProperty
(
EFFECT_FLAG_CLIENT_HINT
+
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_SET_AVAILABLE
)
tc
:
RegisterEffect
(
e1
,
true
)
tc
:
RegisterEffect
(
e1
)
end
end
...
...
@@ -125,7 +128,7 @@ function s.mecon2(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsHasEffect
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
,
EFFECT_LEAVE_FIELD_REDIRECT
)
local
g
=
Duel
.
GetMatchingGroup
(
cfilter11
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
for
tc
in
aux
.
Next
(
g
)
do
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
2
))
...
...
@@ -134,6 +137,6 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetValue
(
LOCATION_DECK
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetProperty
(
EFFECT_FLAG_CLIENT_HINT
+
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_SET_AVAILABLE
)
tc
:
RegisterEffect
(
e1
,
true
)
tc
:
RegisterEffect
(
e1
)
end
end
\ No newline at end of file
expansions/script/c7429591.lua
View file @
1729e1fe
...
...
@@ -24,7 +24,7 @@ function s.initial_effect(c)
--special summon2
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e3
:
SetCategory
(
CATEGORY_
SPECIAL_SUMMON
)
e3
:
SetCategory
(
CATEGORY_
TOHAND
+
CATEGORY_SEARCH
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCost
(
s
.
thcost2
)
...
...
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