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
71f48b8e
Commit
71f48b8e
authored
Dec 22, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
0299b704
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
24 deletions
+14
-24
expansions/script/c28316558.lua
expansions/script/c28316558.lua
+6
-6
expansions/script/c28317560.lua
expansions/script/c28317560.lua
+5
-5
expansions/script/c28362718.lua
expansions/script/c28362718.lua
+2
-2
expansions/script/c28368431.lua
expansions/script/c28368431.lua
+1
-1
expansions/script/c28384553.lua
expansions/script/c28384553.lua
+0
-10
No files found.
expansions/script/c28316558.lua
View file @
71f48b8e
...
...
@@ -61,11 +61,11 @@ function c28316558.thop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToChain
()
and
c
:
IsFaceup
()
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetDescription
(
aux
.
Stringid
(
28316
149
,
1
))
e1
:
SetDescription
(
aux
.
Stringid
(
28316
558
,
1
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_LEAVE_FIELD
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CLIENT_HINT
)
e1
:
SetOperation
(
c28316
149
.
regop
)
e1
:
SetOperation
(
c28316
558
.
regop
)
c
:
RegisterEffect
(
e1
)
end
if
Duel
.
GetLP
(
tp
)
<=
3000
and
Duel
.
IsExistingMatchingCard
(
c28316558
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
28316558
,
2
))
then
...
...
@@ -77,15 +77,15 @@ function c28316558.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
function
c28316
149
.
spfilter
(
c
,
e
,
p
,
code
)
function
c28316
558
.
spfilter
(
c
,
e
,
p
,
code
)
return
c
:
IsCode
(
code
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
p
,
false
,
false
)
end
function
c28316
149
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c28316
558
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
p
=
c
:
GetPreviousControler
()
local
g
=
Duel
.
GetMatchingGroup
(
c28316
149
.
spfilter
,
p
,
LOCATION_GRAVE
,
0
,
nil
,
e
,
p
,
c
:
GetPreviousCodeOnField
())
local
g
=
Duel
.
GetMatchingGroup
(
c28316
558
.
spfilter
,
p
,
LOCATION_GRAVE
,
0
,
nil
,
e
,
p
,
c
:
GetPreviousCodeOnField
())
if
c
:
IsReason
(
REASON_DESTROY
)
and
#
g
>
0
and
Duel
.
GetMZoneCount
(
p
)
>
0
then
Duel
.
Hint
(
HINT_CARD
,
0
,
28316
149
)
Duel
.
Hint
(
HINT_CARD
,
0
,
28316
558
)
Duel
.
Hint
(
HINT_SELECTMSG
,
p
,
HINTMSG_SPSUMMON
)
local
tc
=
g
:
Select
(
p
,
1
,
1
,
nil
):
GetFirst
()
Duel
.
SpecialSummon
(
tc
,
0
,
p
,
p
,
false
,
false
,
POS_FACEUP
)
...
...
expansions/script/c28317560.lua
View file @
71f48b8e
...
...
@@ -60,11 +60,11 @@ function c28317560.spop2(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToChain
()
and
c
:
IsFaceup
()
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetDescription
(
aux
.
Stringid
(
2831
6149
,
1
))
e1
:
SetDescription
(
aux
.
Stringid
(
2831
7560
,
1
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_LEAVE_FIELD
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CLIENT_HINT
)
e1
:
SetOperation
(
c2831
6149
.
regop
)
e1
:
SetOperation
(
c2831
7560
.
regop
)
c
:
RegisterEffect
(
e1
)
end
if
Duel
.
GetLP
(
tp
)
<=
3000
and
Duel
.
IsExistingMatchingCard
(
c28317560
.
spfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)
and
Duel
.
GetMZoneCount
(
tp
)
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
28317560
,
2
))
then
...
...
@@ -75,12 +75,12 @@ function c28317560.spop2(e,tp,eg,ep,ev,re,r,rp)
end
end
end
function
c2831
6149
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c2831
7560
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
p
=
c
:
GetPreviousControler
()
local
g
=
Duel
.
GetMatchingGroup
(
c2831
6149
.
spfilter
,
p
,
LOCATION_HAND
,
0
,
nil
,
e
,
p
)
local
g
=
Duel
.
GetMatchingGroup
(
c2831
7560
.
spfilter
,
p
,
LOCATION_HAND
,
0
,
nil
,
e
,
p
)
if
c
:
IsReason
(
REASON_DESTROY
)
and
#
g
>
0
and
Duel
.
GetMZoneCount
(
p
)
>
0
then
Duel
.
Hint
(
HINT_CARD
,
0
,
2831
6149
)
Duel
.
Hint
(
HINT_CARD
,
0
,
2831
7560
)
Duel
.
Hint
(
HINT_SELECTMSG
,
p
,
HINTMSG_SPSUMMON
)
local
tc
=
g
:
Select
(
p
,
1
,
1
,
nil
):
GetFirst
()
Duel
.
SpecialSummon
(
tc
,
0
,
p
,
p
,
false
,
false
,
POS_FACEUP
)
...
...
expansions/script/c28362718.lua
View file @
71f48b8e
...
...
@@ -71,11 +71,11 @@ function c28362718.activate(e,tp,eg,ep,ev,re,r,rp)
if
tc
then
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
e
lse
e
nd
if
Duel
.
GetLP
(
tp
)
<=
3000
and
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
~=
0
then
--Duel.BreakEffect()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
LOCATION_HAND
+
LOCATION_ONFIELD
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
LOCATION_HAND
+
LOCATION_ONFIELD
,
0
,
1
,
1
,
aux
.
ExceptThisCard
(
e
)
)
if
#
g
>
0
then
Duel
.
HintSelection
(
g
)
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
...
...
expansions/script/c28368431.lua
View file @
71f48b8e
...
...
@@ -41,7 +41,7 @@ function c28368431.activate(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetOperation
(
c28368431
.
regop
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
function
c283
16149
.
setfilter
(
c
,
e
,
p
)
function
c283
68431
.
setfilter
(
c
,
e
,
p
)
return
c
:
IsSetCard
(
0x285
)
and
(
c
:
IsSSetable
()
or
Duel
.
GetMZoneCount
(
p
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
p
,
false
,
false
,
POS_FACEDOWN_DEFENSE
))
end
function
c28368431
.
gcheck
(
g
,
tp
)
...
...
expansions/script/c28384553.lua
View file @
71f48b8e
...
...
@@ -2,16 +2,6 @@
function
c28384553
.
initial_effect
(
c
)
aux
.
AddFusionProcFunRep2
(
c
,
c28384553
.
mfilter
,
2
,
99
,
true
)
c
:
EnableReviveLimit
()
--spsummon
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetValue
(
SUMMON_TYPE_FUSION
)
e0
:
SetCondition
(
c28384553
.
hspcon
)
e0
:
SetOperation
(
c28384553
.
hspop
)
c
:
RegisterEffect
(
e0
)
--spsummon
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
...
...
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