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
21a5edc3
Commit
21a5edc3
authored
Aug 27, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
49625845
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
34 additions
and
30 deletions
+34
-30
expansions/script/c33201370.lua
expansions/script/c33201370.lua
+2
-3
expansions/script/c33201371.lua
expansions/script/c33201371.lua
+10
-8
expansions/script/c33201372.lua
expansions/script/c33201372.lua
+1
-2
expansions/script/c33201373.lua
expansions/script/c33201373.lua
+1
-2
expansions/script/c33201374.lua
expansions/script/c33201374.lua
+8
-6
expansions/script/c33201377.lua
expansions/script/c33201377.lua
+1
-2
expansions/script/c60010030.lua
expansions/script/c60010030.lua
+4
-3
expansions/script/c71404000.lua
expansions/script/c71404000.lua
+1
-1
expansions/script/c89490017.lua
expansions/script/c89490017.lua
+2
-1
expansions/script/c89490035.lua
expansions/script/c89490035.lua
+2
-1
expansions/script/c89490054.lua
expansions/script/c89490054.lua
+2
-1
No files found.
expansions/script/c33201370.lua
View file @
21a5edc3
...
...
@@ -60,14 +60,13 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_RELEASE
,
nil
,
1
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
)
end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
local
p
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
)
Duel
.
Hint
(
HINT_SELECTMSG
,
p
,
HINTMSG_RELEASE
)
local
g
=
Duel
.
SelectMatchingCard
(
p
,
VHisc_HYZQ
.
rlft
,
p
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
1
,
2
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
p
,
VHisc_HYZQ
.
rlft
,
p
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
1
,
63
,
nil
)
local
ct
=
Duel
.
SendtoGrave
(
g
,
REASON_RELEASE
)
Duel
.
Draw
(
p
,
ct
,
REASON_EFFECT
)
Duel
.
BreakEffect
()
VHisc_HYZQ
.
mop
(
e
,
tp
,
m
)
if
ct
>
0
and
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
VHisc_HYZQ
.
mop
(
e
,
tp
,
m
)
end
end
--Release effect
...
...
expansions/script/c33201371.lua
View file @
21a5edc3
...
...
@@ -26,14 +26,16 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
VHisc_HYZQ
.
rlft
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
ct
=
Duel
.
SendtoGrave
(
g
,
REASON_RELEASE
)
VHisc_HYZQ
.
mop
(
e
,
tp
,
m
)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
s
.
ft
,
tp
,
LOCATION_DECK
,
0
,
1
,
e
:
GetHandler
(),
tp
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
0
))
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
ft
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
tp
)
local
sc
=
sg
:
GetFirst
()
sc
:
AddMonsterAttribute
(
TYPE_NORMAL
)
Duel
.
SpecialSummon
(
sc
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
if
ct
>
0
and
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
VHisc_HYZQ
.
mop
(
e
,
tp
,
m
)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
s
.
ft
,
tp
,
LOCATION_DECK
,
0
,
1
,
e
:
GetHandler
(),
tp
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
0
))
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
ft
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
tp
)
local
sc
=
sg
:
GetFirst
()
sc
:
AddMonsterAttribute
(
TYPE_NORMAL
)
Duel
.
SpecialSummon
(
sc
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
end
end
end
function
s
.
ft
(
c
,
tp
)
...
...
expansions/script/c33201372.lua
View file @
21a5edc3
...
...
@@ -30,11 +30,10 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_RELEASE
,
nil
,
1
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
)
end
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
VHisc_HYZQ
.
rlft
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
ct
=
Duel
.
SendtoGrave
(
g
,
REASON_RELEASE
)
VHisc_HYZQ
.
mop
(
e
,
tp
,
m
)
if
ct
>
0
and
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
VHisc_HYZQ
.
mop
(
e
,
tp
,
m
)
end
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_INDESTRUCTABLE_EFFECT
)
...
...
expansions/script/c33201373.lua
View file @
21a5edc3
...
...
@@ -23,11 +23,10 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DRAW
,
nil
,
1
,
tp
,
nil
)
end
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
VHisc_HYZQ
.
rlft
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
ct
=
Duel
.
SendtoGrave
(
g
,
REASON_RELEASE
)
VHisc_HYZQ
.
mop
(
e
,
tp
,
m
)
if
ct
>
0
and
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
VHisc_HYZQ
.
mop
(
e
,
tp
,
m
)
end
local
c
=
e
:
GetHandler
()
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
...
...
expansions/script/c33201374.lua
View file @
21a5edc3
...
...
@@ -26,12 +26,14 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
VHisc_HYZQ
.
rlft
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
ct
=
Duel
.
SendtoGrave
(
g
,
REASON_RELEASE
)
VHisc_HYZQ
.
mop
(
e
,
tp
,
m
)
if
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToHand
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
2
))
then
Duel
.
BreakEffect
()
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToHand
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
1
,
nil
)
Duel
.
HintSelection
(
sg
)
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
if
ct
>
0
and
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
VHisc_HYZQ
.
mop
(
e
,
tp
,
m
)
if
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToHand
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
2
))
then
Duel
.
BreakEffect
()
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToHand
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
1
,
nil
)
Duel
.
HintSelection
(
sg
)
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
end
end
end
...
...
expansions/script/c33201377.lua
View file @
21a5edc3
...
...
@@ -38,11 +38,10 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_RELEASE
,
nil
,
1
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
)
end
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
VHisc_HYZQ
.
rlft
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
ct
=
Duel
.
SendtoGrave
(
g
,
REASON_RELEASE
)
VHisc_HYZQ
.
mop
(
e
,
tp
,
id
)
if
ct
>
0
and
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
VHisc_HYZQ
.
mop
(
e
,
tp
,
id
)
end
end
--Release effect
...
...
expansions/script/c60010030.lua
View file @
21a5edc3
...
...
@@ -54,9 +54,10 @@ end
function
cm
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
ag
=
Duel
.
GetMatchingGroup
(
Card
.
IsType
,
tp
,
LOCATION_MZONE
,
0
,
c
,
TYPE_MONSTER
):
Select
(
tp
,
1
,
1
,
nil
)
if
Duel
.
SendtoGrave
(
ag
,
REASON_EFFECT
)
~=
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
local
race
=
ag
:
GetFirst
():
GetRace
()
local
attr
=
ag
:
GetFirst
():
GetAttribute
()
local
res
=
Duel
.
SendtoGrave
(
ag
,
REASON_EFFECT
)
if
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
local
race
=
res
and
ag
:
GetFirst
():
GetRace
()
or
0
local
attr
=
res
and
ag
:
GetFirst
():
GetAttribute
()
or
0
local
gg
=
Duel
.
GetMatchingGroup
(
cm
.
fil
,
tp
,
LOCATION_DECK
,
0
,
nil
,
race
,
attr
):
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
SendtoGrave
(
gg
,
REASON_EFFECT
)
end
...
...
expansions/script/c71404000.lua
View file @
21a5edc3
...
...
@@ -119,7 +119,7 @@ function c71404000.cost4(e,tp,eg,ep,ev,re,r,rp,chk)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToRemoveAsCost
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
e
:
GetHandler
())
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_COST
)
Duel
.
RegisterFlagEffect
(
tp
,
71404000
,
RESET_CHAIN
,
0
,
1
)
yume
.
stellar_memories
.
Reg
Stellar
CostLimit
(
e
,
tp
)
yume
.
stellar_memories
.
RegCostLimit
(
e
,
tp
)
end
function
c71404000
.
tg4
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c89490017.lua
View file @
21a5edc3
...
...
@@ -12,10 +12,11 @@ function s.initial_effect(c)
e1
:
SetTarget
(
s
.
target
)
e1
:
SetOperation
(
s
.
operation
)
c
:
RegisterEffect
(
e1
)
local
custom_code
=
aux
.
RegisterMergedDelayedEvent_ToSingleCard
(
c
,
id
,
EVENT_LEAVE_FIELD
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetCode
(
custom_code
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e3
:
SetRange
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
e3
:
SetCountLimit
(
1
,
id
+
1000
)
...
...
expansions/script/c89490035.lua
View file @
21a5edc3
...
...
@@ -17,10 +17,11 @@ function s.initial_effect(c)
e0
:
SetCondition
(
s
.
hsyncon
)
e0
:
SetOperation
(
s
.
hsynreg
)
c
:
RegisterEffect
(
e0
)
local
custom_code
=
aux
.
RegisterMergedDelayedEvent_ToSingleCard
(
c
,
id
,
EVENT_LEAVE_FIELD
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetCode
(
custom_code
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e3
:
SetRange
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
e3
:
SetCountLimit
(
1
,
id
+
1000
)
...
...
expansions/script/c89490054.lua
View file @
21a5edc3
...
...
@@ -9,10 +9,11 @@ function s.initial_effect(c)
e1
:
SetTarget
(
s
.
sptg
)
e1
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e1
)
local
custom_code
=
aux
.
RegisterMergedDelayedEvent_ToSingleCard
(
c
,
id
,
EVENT_LEAVE_FIELD
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetCode
(
custom_code
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e3
:
SetRange
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
e3
:
SetCountLimit
(
1
,
id
)
...
...
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