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
8571796f
Commit
8571796f
authored
Aug 24, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
73e1f5f0
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
113 additions
and
8 deletions
+113
-8
expansions/script/c11451829.lua
expansions/script/c11451829.lua
+3
-3
expansions/script/c11451830.lua
expansions/script/c11451830.lua
+1
-0
expansions/script/c75081034.lua
expansions/script/c75081034.lua
+106
-2
expansions/script/c75081051.lua
expansions/script/c75081051.lua
+2
-2
expansions/script/c98920825.lua
expansions/script/c98920825.lua
+1
-1
No files found.
expansions/script/c11451829.lua
View file @
8571796f
...
@@ -13,8 +13,8 @@ function cm.initial_effect(c)
...
@@ -13,8 +13,8 @@ function cm.initial_effect(c)
e0
:
SetTarget
(
aux
.
XyzTarget
(
cm
.
ovfilter
,
10
,
1
,
99
))
e0
:
SetTarget
(
aux
.
XyzTarget
(
cm
.
ovfilter
,
10
,
1
,
99
))
e0
:
SetOperation
(
aux
.
XyzOperation
(
cm
.
ovfilter
,
10
,
1
,
99
))
e0
:
SetOperation
(
aux
.
XyzOperation
(
cm
.
ovfilter
,
10
,
1
,
99
))
e0
:
SetValue
(
SUMMON_TYPE_XYZ
)
e0
:
SetValue
(
SUMMON_TYPE_XYZ
)
c
:
RegisterEffect
(
e0
)
--
c:RegisterEffect(e0)
--aux.AddXyzProcedure(c,nil,10,2,cm.ovfilter,1165,99,cm.xyzop2
)
aux
.
AddXyzProcedure
(
c
,
cm
.
ovfilter
,
10
,
1
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--xyz in battle end
--xyz in battle end
local
e0
=
Effect
.
CreateEffect
(
c
)
local
e0
=
Effect
.
CreateEffect
(
c
)
...
@@ -284,7 +284,7 @@ function cm.otcon(e,c,minc)
...
@@ -284,7 +284,7 @@ function cm.otcon(e,c,minc)
local
e2
=
e1
:
Clone
()
local
e2
=
e1
:
Clone
()
e2
:
SetTargetRange
(
LOCATION_EXTRA
,
0
)
e2
:
SetTargetRange
(
LOCATION_EXTRA
,
0
)
e2
:
SetTarget
(
function
(
e
,
c
)
return
c
==
e
:
GetOwner
()
end
)
e2
:
SetTarget
(
function
(
e
,
c
)
return
c
==
e
:
GetOwner
()
end
)
local
chk1
=
Duel
.
CheckTribute
(
c
,
1
,
1
,
mg
)
local
chk1
=
#
mg
>
0
and
Duel
.
CheckTribute
(
c
,
1
,
1
,
mg
)
e1
:
Reset
()
e1
:
Reset
()
c
:
RegisterEffect
(
e2
,
true
)
c
:
RegisterEffect
(
e2
,
true
)
local
chk2
=
Duel
.
CheckTribute
(
c
,
1
,
1
,
Group
.
FromCards
(
e
:
GetHandler
()))
local
chk2
=
Duel
.
CheckTribute
(
c
,
1
,
1
,
Group
.
FromCards
(
e
:
GetHandler
()))
...
...
expansions/script/c11451830.lua
View file @
8571796f
...
@@ -26,6 +26,7 @@ function cm.initial_effect(c)
...
@@ -26,6 +26,7 @@ function cm.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCountLimit
(
1
,
EFFECT_COUNT_CODE_CHAIN
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetLabelObject
(
e0
)
e2
:
SetLabelObject
(
e0
)
e2
:
SetCondition
(
cm
.
adcon2
)
e2
:
SetCondition
(
cm
.
adcon2
)
...
...
expansions/script/c75081034.lua
View file @
8571796f
--黑之牙的『狂犬』 莱纳斯
--黑之牙的『狂犬』 莱纳斯
function
c75081034
.
initial_effect
(
c
)
function
c75081034
.
initial_effect
(
c
)
--
--
local
custom_code
=
c75081034
.
RegisterMergedEvent_ToSingleCard
(
c
,
75081034
,
EVENT_LEAVE_FIELD
)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
75081034
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
75081034
,
0
))
e1
:
SetCategory
(
CATEGORY_TOGRAVE
+
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_SEARCH
+
CATEGORY_TOHAND
)
e1
:
SetCategory
(
CATEGORY_TOGRAVE
+
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_SEARCH
+
CATEGORY_TOHAND
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCode
(
EVENT_LEAVE_FIELD
)
e1
:
SetCode
(
custom_code
)
e1
:
SetRange
(
LOCATION_GRAVE
)
e1
:
SetRange
(
LOCATION_GRAVE
)
e1
:
SetCountLimit
(
1
,
75081034
)
e1
:
SetCountLimit
(
1
,
75081034
)
e1
:
SetCondition
(
c75081034
.
thcon
)
e1
:
SetCondition
(
c75081034
.
thcon
)
...
@@ -26,8 +27,111 @@ function c75081034.atkval(e,c)
...
@@ -26,8 +27,111 @@ function c75081034.atkval(e,c)
return
math.abs
(
Duel
.
GetLP
(
0
)
-
Duel
.
GetLP
(
1
))
return
math.abs
(
Duel
.
GetLP
(
0
)
-
Duel
.
GetLP
(
1
))
end
end
--
--
function
c75081034
.
RegisterMergedEvent_ToSingleCard
(
c
,
code
,
events
)
local
g
=
Group
.
CreateGroup
()
g
:
KeepAlive
()
local
mt
=
getmetatable
(
c
)
local
seed
=
0
if
type
(
events
)
==
"table"
then
for
_
,
event
in
ipairs
(
events
)
do
seed
=
seed
+
event
end
else
seed
=
events
end
while
(
mt
[
seed
]
==
true
)
do
seed
=
seed
+
1
end
mt
[
seed
]
=
true
local
event_code_single
=
(
code
~
(
seed
<<
16
))
|
EVENT_CUSTOM
if
type
(
events
)
==
"table"
then
for
_
,
event
in
ipairs
(
events
)
do
c75081034
.
RegisterMergedEvent_ToSingleCard_AddOperation
(
c
,
g
,
event
,
event_code_single
)
end
else
c75081034
.
RegisterMergedEvent_ToSingleCard_AddOperation
(
c
,
g
,
events
,
event_code_single
)
end
--listened to again
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_SET_AVAILABLE
)
e3
:
SetCode
(
EVENT_MOVE
)
e3
:
SetLabelObject
(
g
)
e3
:
SetOperation
(
c75081034
.
ThisCardMovedToPublicResetCheck_ToSingleCard
)
c
:
RegisterEffect
(
e3
)
return
event_code_single
end
function
c75081034
.
RegisterMergedEvent_ToSingleCard_AddOperation
(
c
,
g
,
event
,
event_code_single
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
event
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_SET_AVAILABLE
)
e1
:
SetRange
(
0xff
)
e1
:
SetLabel
(
event_code_single
)
e1
:
SetLabelObject
(
g
)
e1
:
SetOperation
(
c75081034
.
MergedDelayEventCheck1_ToSingleCard
)
c
:
RegisterEffect
(
e1
)
local
ec
=
{
EVENT_CHAIN_ACTIVATING
,
EVENT_CHAINING
,
EVENT_ATTACK_ANNOUNCE
,
EVENT_BREAK_EFFECT
,
EVENT_CHAIN_SOLVING
,
EVENT_CHAIN_SOLVED
,
EVENT_CHAIN_END
,
EVENT_SUMMON
,
EVENT_SPSUMMON
,
EVENT_MSET
,
EVENT_BATTLE_DESTROYED
}
for
_
,
code
in
ipairs
(
ec
)
do
local
ce
=
e1
:
Clone
()
ce
:
SetCode
(
code
)
ce
:
SetOperation
(
c75081034
.
MergedDelayEventCheck2_ToSingleCard
)
c
:
RegisterEffect
(
ce
)
end
end
function
c75081034
.
MergedDelayEventCheck1_ToSingleCard
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
e
:
GetLabelObject
()
local
c
=
e
:
GetOwner
()
g
:
Merge
(
eg
)
if
Duel
.
CheckEvent
(
EVENT_MOVE
)
then
local
_
,
meg
=
Duel
.
CheckEvent
(
EVENT_MOVE
,
true
)
if
meg
:
IsContains
(
c
)
and
(
c
:
IsFaceup
()
or
c
:
IsPublic
())
then
g
:
Clear
()
end
end
if
Duel
.
GetCurrentChain
()
==
0
and
#
g
>
0
and
g
:
IsExists
(
Card
.
IsReason
,
1
,
nil
,
REASON_ADJUST
|
REASON_EFFECT
)
then
local
_eg
=
g
:
Clone
()
Duel
.
RaiseEvent
(
_eg
,
e
:
GetLabel
(),
re
,
r
,
rp
,
ep
,
ev
)
g
:
Clear
()
end
end
function
c75081034
.
MergedDelayEventCheck2_ToSingleCard
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
e
:
GetLabelObject
()
if
Duel
.
CheckEvent
(
EVENT_MOVE
)
then
local
_
,
meg
=
Duel
.
CheckEvent
(
EVENT_MOVE
,
true
)
local
c
=
e
:
GetOwner
()
if
meg
:
IsContains
(
c
)
and
(
c
:
IsFaceup
()
or
c
:
IsPublic
())
then
g
:
Clear
()
end
end
if
#
g
>
0
then
local
_eg
=
g
:
Clone
()
Duel
.
RaiseEvent
(
_eg
,
e
:
GetLabel
(),
re
,
r
,
rp
,
ep
,
ev
)
g
:
Clear
()
end
end
function
c75081034
.
ThisCardMovedToPublicResetCheck_ToSingleCard
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetOwner
()
local
g
=
e
:
GetLabelObject
()
if
c
:
IsFaceup
()
or
c
:
IsPublic
()
then
g
:
Clear
()
end
end
function
c75081034
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c75081034
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c75081034
.
cfilter1
,
1
,
nil
,
tp
)
or
eg
:
IsExists
(
c75081034
.
cfilter2
,
1
,
nil
,
tp
)
return
(
eg
:
IsExists
(
c75081034
.
cfilter1
,
1
,
nil
,
tp
)
or
eg
:
IsExists
(
c75081034
.
cfilter2
,
1
,
nil
,
tp
))
end
end
function
c75081034
.
cfilter1
(
c
,
tp
)
function
c75081034
.
cfilter1
(
c
,
tp
)
return
c
:
IsSetCard
(
0xa754
)
and
c
:
IsLocation
(
LOCATION_HAND
+
LOCATION_GRAVE
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
return
c
:
IsSetCard
(
0xa754
)
and
c
:
IsLocation
(
LOCATION_HAND
+
LOCATION_GRAVE
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
...
...
expansions/script/c75081051.lua
View file @
8571796f
...
@@ -79,7 +79,7 @@ function c75081051.splimit(e,c,sump,sumtype,sumpos,targetp,se)
...
@@ -79,7 +79,7 @@ function c75081051.splimit(e,c,sump,sumtype,sumpos,targetp,se)
end
end
--
--
function
c75081051
.
cfilter1
(
c
)
function
c75081051
.
cfilter1
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsAbleToGraveAsCost
()
return
c
:
IsFaceup
()
and
c
:
IsAbleToGraveAsCost
()
and
c
:
IsSetCard
(
0xa754
)
end
end
function
c75081051
.
thcost1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c75081051
.
thcost1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c75081051
.
cfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c75081051
.
cfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
...
@@ -88,7 +88,7 @@ function c75081051.thcost1(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -88,7 +88,7 @@ function c75081051.thcost1(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SendtoGrave
(
g
,
REASON_COST
)
Duel
.
SendtoGrave
(
g
,
REASON_COST
)
end
end
function
c75081051
.
cfilter2
(
c
)
function
c75081051
.
cfilter2
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsAbleToRemoveAsCost
()
return
c
:
IsFaceup
()
and
c
:
IsAbleToRemoveAsCost
()
and
c
:
IsSetCard
(
0xa754
)
end
end
function
c75081051
.
thcost2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c75081051
.
thcost2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c75081051
.
cfilter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c75081051
.
cfilter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
...
...
expansions/script/c98920825.lua
View file @
8571796f
...
@@ -27,7 +27,7 @@ function c98920825.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -27,7 +27,7 @@ function c98920825.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
e
:
GetHandler
():
IsReleasable
()
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsReleasable
()
end
Duel
.
Release
(
e
:
GetHandler
(),
REASON_COST
)
Duel
.
Release
(
e
:
GetHandler
(),
REASON_COST
)
end
end
function
c98920825
.
s
p
filter
(
c
)
function
c98920825
.
s
et
filter
(
c
)
return
c
:
IsSetCard
(
0xb3
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
not
c
:
IsForbidden
()
return
c
:
IsSetCard
(
0xb3
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
not
c
:
IsForbidden
()
end
end
function
c98920825
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c98920825
.
sptg
(
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