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
3096641a
Commit
3096641a
authored
Aug 04, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3a6e6edd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
6 deletions
+5
-6
expansions/script/c29004690.lua
expansions/script/c29004690.lua
+1
-1
expansions/script/c29098630.lua
expansions/script/c29098630.lua
+0
-1
expansions/script/c9910925.lua
expansions/script/c9910925.lua
+1
-1
expansions/script/c9911501.lua
expansions/script/c9911501.lua
+1
-1
expansions/script/c9911504.lua
expansions/script/c9911504.lua
+1
-1
expansions/script/c9911514.lua
expansions/script/c9911514.lua
+1
-1
No files found.
expansions/script/c29004690.lua
View file @
3096641a
...
@@ -22,7 +22,7 @@ function c29004690.initial_effect(c)
...
@@ -22,7 +22,7 @@ function c29004690.initial_effect(c)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
)
e3
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
)
e3
:
SetRange
(
LOCATION_GRAVE
)
e3
:
SetRange
(
LOCATION_GRAVE
)
e3
:
SetCountLimit
(
1
,
290
04690
)
e3
:
SetCountLimit
(
1
,
290
63234
)
e3
:
SetCost
(
c29004690
.
descost
)
e3
:
SetCost
(
c29004690
.
descost
)
e3
:
SetCondition
(
c29004690
.
descon
)
e3
:
SetCondition
(
c29004690
.
descon
)
e3
:
SetTarget
(
c29004690
.
destg
)
e3
:
SetTarget
(
c29004690
.
destg
)
...
...
expansions/script/c29098630.lua
View file @
3096641a
...
@@ -6,7 +6,6 @@ function c29098630.initial_effect(c)
...
@@ -6,7 +6,6 @@ function c29098630.initial_effect(c)
aux
.
EnableChangeCode
(
c
,
22702055
,
LOCATION_SZONE
+
LOCATION_GRAVE
)
aux
.
EnableChangeCode
(
c
,
22702055
,
LOCATION_SZONE
+
LOCATION_GRAVE
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
...
...
expansions/script/c9910925.lua
View file @
3096641a
...
@@ -55,7 +55,7 @@ function c9910925.spop(e,tp,eg,ep,ev,re,r,rp,c)
...
@@ -55,7 +55,7 @@ function c9910925.spop(e,tp,eg,ep,ev,re,r,rp,c)
local
g
=
Duel
.
GetMatchingGroup
(
c9910925
.
spfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c9910925
.
spfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
nil
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
aux
.
mzctcheck
,
false
,
2
,
2
,
tp
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
aux
.
mzctcheck
,
false
,
2
,
2
,
tp
)
Duel
.
SendtoGrave
(
sg
,
REASON_
COST
)
Duel
.
SendtoGrave
(
sg
,
REASON_
SPSUMMON
)
end
end
function
c9910925
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c9910925
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetFlagEffect
(
9910925
)
==
0
return
e
:
GetHandler
():
GetFlagEffect
(
9910925
)
==
0
...
...
expansions/script/c9911501.lua
View file @
3096641a
...
@@ -76,7 +76,7 @@ function c9911501.sprop(e,tp,eg,ep,ev,re,r,rp,c)
...
@@ -76,7 +76,7 @@ function c9911501.sprop(e,tp,eg,ep,ev,re,r,rp,c)
local
g
=
Duel
.
GetMatchingGroup
(
c9911501
.
costfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
c
)
local
g
=
Duel
.
GetMatchingGroup
(
c9911501
.
costfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
c
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
c9911501
.
fselect
,
false
,
2
,
2
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
c9911501
.
fselect
,
false
,
2
,
2
)
Duel
.
SendtoGrave
(
sg
,
REASON_
COST
)
Duel
.
SendtoGrave
(
sg
,
REASON_
SPSUMMON
)
end
end
function
c9911501
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c9911501
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetFlagEffect
(
9911501
)
>
0
return
e
:
GetHandler
():
GetFlagEffect
(
9911501
)
>
0
...
...
expansions/script/c9911504.lua
View file @
3096641a
...
@@ -53,7 +53,7 @@ function c9911504.sprop(e,tp,eg,ep,ev,re,r,rp,c)
...
@@ -53,7 +53,7 @@ function c9911504.sprop(e,tp,eg,ep,ev,re,r,rp,c)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
g2
=
Duel
.
SelectMatchingCard
(
tp
,
c9911504
.
costfilter2
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
1
,
g1
,
tp
,
res
)
local
g2
=
Duel
.
SelectMatchingCard
(
tp
,
c9911504
.
costfilter2
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
1
,
g1
,
tp
,
res
)
g1
:
Merge
(
g2
)
g1
:
Merge
(
g2
)
Duel
.
SendtoGrave
(
g1
,
REASON_
COST
)
Duel
.
SendtoGrave
(
g1
,
REASON_
SPSUMMON
)
end
end
function
c9911504
.
thcon1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c9911504
.
thcon1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
...
...
expansions/script/c9911514.lua
View file @
3096641a
...
@@ -54,7 +54,7 @@ function c9911514.sprop(e,tp,eg,ep,ev,re,r,rp,c)
...
@@ -54,7 +54,7 @@ function c9911514.sprop(e,tp,eg,ep,ev,re,r,rp,c)
local
g1
=
Duel
.
SelectMatchingCard
(
tp
,
c9911514
.
costfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
local
g1
=
Duel
.
SelectMatchingCard
(
tp
,
c9911514
.
costfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
local
g2
=
Duel
.
GetDecktopGroup
(
1
-
tp
,
1
)
local
g2
=
Duel
.
GetDecktopGroup
(
1
-
tp
,
1
)
g1
:
Merge
(
g2
)
g1
:
Merge
(
g2
)
Duel
.
SendtoGrave
(
g1
,
REASON_
COST
)
Duel
.
SendtoGrave
(
g1
,
REASON_
SPSUMMON
)
local
og
=
Duel
.
GetOperatedGroup
():
Filter
(
Card
.
IsControler
,
nil
,
1
-
tp
)
local
og
=
Duel
.
GetOperatedGroup
():
Filter
(
Card
.
IsControler
,
nil
,
1
-
tp
)
local
tc1
=
og
:
GetFirst
()
local
tc1
=
og
:
GetFirst
()
if
tc1
then
Duel
.
RaiseSingleEvent
(
c
,
EVENT_CUSTOM
+
9911514
,
e
,
0
,
0
,
tp
,
tc1
:
GetOriginalCodeRule
())
end
if
tc1
then
Duel
.
RaiseSingleEvent
(
c
,
EVENT_CUSTOM
+
9911514
,
e
,
0
,
0
,
tp
,
tc1
:
GetOriginalCodeRule
())
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