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
3d3b3fbb
Commit
3d3b3fbb
authored
Apr 21, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e12c210f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
158 additions
and
26 deletions
+158
-26
expansions/script/c11410000.lua
expansions/script/c11410000.lua
+33
-3
expansions/script/c11451735.lua
expansions/script/c11451735.lua
+28
-2
expansions/script/c11451736.lua
expansions/script/c11451736.lua
+26
-2
expansions/script/c11451737.lua
expansions/script/c11451737.lua
+26
-2
expansions/script/c11451738.lua
expansions/script/c11451738.lua
+26
-2
expansions/script/c9911301.lua
expansions/script/c9911301.lua
+19
-15
No files found.
expansions/script/c11410000.lua
View file @
3d3b3fbb
...
...
@@ -157,9 +157,39 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
g
:
Filter
(
function
(
c
)
return
c
:
GetSequence
()
==
ct
end
,
nil
):
GetFirst
()
if
KOISHI_CHECK
then
c
:
SetEntityCode
(
tc
:
GetOriginalCode
())
c
:
ReplaceEffect
(
80316585
,
0
)
c
:
SetStatus
(
STATUS_EFFECT_REPLACED
,
false
)
if
tc
.
initial_effect
then
tc
.
initial_effect
(
c
)
end
if
not
tc
.
initial_effect
then
c
:
ReplaceEffect
(
80316585
,
0
)
c
:
SetStatus
(
STATUS_EFFECT_REPLACED
,
false
)
else
cm
.
proeffects
=
cm
.
proeffects
or
{}
local
_SetProperty
=
Effect
.
SetProperty
local
_Clone
=
Effect
.
Clone
Effect
.
SetProperty
=
function
(
pe
,
prop1
,
prop2
)
if
not
prop2
then
prop2
=
0
end
if
prop1
&
EFFECT_FLAG_UNCOPYABLE
~=
0
then
cm
.
proeffects
[
pe
]
=
{
prop1
,
prop2
}
prop1
=
prop1
&
(
~
EFFECT_FLAG_UNCOPYABLE
)
else
cm
.
proeffects
[
pe
]
=
nil
end
return
_SetProperty
(
pe
,
prop1
,
prop2
)
end
Effect
.
Clone
=
function
(
pe
)
local
ce
=
pe
:
Clone
()
if
cm
.
proeffects
[
pe
]
then
cm
.
proeffects
[
ce
]
=
cm
.
proeffects
[
pe
]
end
return
ce
end
c
:
ReplaceEffect
(
tc
:
GetOriginalCode
(),
0
)
c
:
SetStatus
(
STATUS_EFFECT_REPLACED
,
false
)
Effect
.
SetProperty
=
_SetProperty
Effect
.
Clone
=
_Clone
for
ke
,
vp
in
pairs
(
cm
.
proeffects
)
do
local
prop1
,
prop2
=
table.unpack
(
vp
)
ke
:
SetProperty
(
prop1
|
EFFECT_FLAG_UNCOPYABLE
,
prop2
)
end
end
Duel
.
DisableShuffleCheck
()
Duel
.
Exile
(
tc
,
0
)
else
...
...
expansions/script/c11451735.lua
View file @
3d3b3fbb
...
...
@@ -43,9 +43,35 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp)
if
tc
and
Duel
.
SSet
(
tp
,
tc
)
~=
0
and
c
:
IsRelateToEffect
(
e
)
and
c
:
IsAbleToDeck
()
then
if
KOISHI_CHECK
then
c
:
SetEntityCode
(
m
+
48
,
true
)
cm
.
proeffects
=
cm
.
proeffects
or
{}
local
_SetProperty
=
Effect
.
SetProperty
local
_Clone
=
Effect
.
Clone
Effect
.
SetProperty
=
function
(
pe
,
prop1
,
prop2
)
if
not
prop2
then
prop2
=
0
end
if
prop1
&
EFFECT_FLAG_UNCOPYABLE
~=
0
then
cm
.
proeffects
[
pe
]
=
{
prop1
,
prop2
}
prop1
=
prop1
&
(
~
EFFECT_FLAG_UNCOPYABLE
)
else
cm
.
proeffects
[
pe
]
=
nil
end
return
_SetProperty
(
pe
,
prop1
,
prop2
)
end
Effect
.
Clone
=
function
(
pe
)
local
ce
=
pe
:
Clone
()
if
cm
.
proeffects
[
pe
]
then
cm
.
proeffects
[
ce
]
=
cm
.
proeffects
[
pe
]
end
return
ce
end
c
:
ReplaceEffect
(
m
+
48
,
0
)
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
cm
.
matfilter
,
2
,
2
)
Effect
.
SetProperty
=
_SetProperty
Effect
.
Clone
=
_Clone
for
ke
,
vp
in
pairs
(
cm
.
proeffects
)
do
local
prop1
,
prop2
=
table.unpack
(
vp
)
ke
:
SetProperty
(
prop1
|
EFFECT_FLAG_UNCOPYABLE
,
prop2
)
end
--[[c:EnableReviveLimit()
aux.AddLinkProcedure(c,cm.matfilter,2,2)--]]
local
loc
=
c
:
GetLocation
()
Duel
.
SendtoDeck
(
c
,
nil
,
2
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
...
...
expansions/script/c11451736.lua
View file @
3d3b3fbb
...
...
@@ -43,9 +43,33 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp)
if
tc
and
Duel
.
SSet
(
tp
,
tc
)
~=
0
and
c
:
IsRelateToEffect
(
e
)
and
c
:
IsAbleToDeck
()
then
if
KOISHI_CHECK
then
c
:
SetEntityCode
(
m
+
48
,
true
)
cm
.
proeffects
=
cm
.
proeffects
or
{}
local
_SetProperty
=
Effect
.
SetProperty
local
_Clone
=
Effect
.
Clone
Effect
.
SetProperty
=
function
(
pe
,
prop1
,
prop2
)
if
not
prop2
then
prop2
=
0
end
if
prop1
&
EFFECT_FLAG_UNCOPYABLE
~=
0
then
cm
.
proeffects
[
pe
]
=
{
prop1
,
prop2
}
prop1
=
prop1
&
(
~
EFFECT_FLAG_UNCOPYABLE
)
else
cm
.
proeffects
[
pe
]
=
nil
end
return
_SetProperty
(
pe
,
prop1
,
prop2
)
end
Effect
.
Clone
=
function
(
pe
)
local
ce
=
pe
:
Clone
()
if
cm
.
proeffects
[
pe
]
then
cm
.
proeffects
[
ce
]
=
cm
.
proeffects
[
pe
]
end
return
ce
end
c
:
ReplaceEffect
(
m
+
48
,
0
)
c
:
EnableReviveLimit
()
aux
.
AddXyzProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsAttribute
,
ATTRIBUTE_DARK
),
4
,
2
)
Effect
.
SetProperty
=
_SetProperty
Effect
.
Clone
=
_Clone
for
ke
,
vp
in
pairs
(
cm
.
proeffects
)
do
local
prop1
,
prop2
=
table.unpack
(
vp
)
ke
:
SetProperty
(
prop1
|
EFFECT_FLAG_UNCOPYABLE
,
prop2
)
end
local
loc
=
c
:
GetLocation
()
Duel
.
SendtoDeck
(
c
,
nil
,
2
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
...
...
expansions/script/c11451737.lua
View file @
3d3b3fbb
...
...
@@ -43,9 +43,33 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp)
if
tc
and
Duel
.
SSet
(
tp
,
tc
)
~=
0
and
c
:
IsRelateToEffect
(
e
)
and
c
:
IsAbleToDeck
()
then
if
KOISHI_CHECK
then
c
:
SetEntityCode
(
m
+
48
,
true
)
cm
.
proeffects
=
cm
.
proeffects
or
{}
local
_SetProperty
=
Effect
.
SetProperty
local
_Clone
=
Effect
.
Clone
Effect
.
SetProperty
=
function
(
pe
,
prop1
,
prop2
)
if
not
prop2
then
prop2
=
0
end
if
prop1
&
EFFECT_FLAG_UNCOPYABLE
~=
0
then
cm
.
proeffects
[
pe
]
=
{
prop1
,
prop2
}
prop1
=
prop1
&
(
~
EFFECT_FLAG_UNCOPYABLE
)
else
cm
.
proeffects
[
pe
]
=
nil
end
return
_SetProperty
(
pe
,
prop1
,
prop2
)
end
Effect
.
Clone
=
function
(
pe
)
local
ce
=
pe
:
Clone
()
if
cm
.
proeffects
[
pe
]
then
cm
.
proeffects
[
ce
]
=
cm
.
proeffects
[
pe
]
end
return
ce
end
c
:
ReplaceEffect
(
m
+
48
,
0
)
c
:
EnableReviveLimit
()
aux
.
AddSynchroProcedure
(
c
,
nil
,
aux
.
NonTuner
(
nil
),
1
,
1
)
Effect
.
SetProperty
=
_SetProperty
Effect
.
Clone
=
_Clone
for
ke
,
vp
in
pairs
(
cm
.
proeffects
)
do
local
prop1
,
prop2
=
table.unpack
(
vp
)
ke
:
SetProperty
(
prop1
|
EFFECT_FLAG_UNCOPYABLE
,
prop2
)
end
local
loc
=
c
:
GetLocation
()
Duel
.
SendtoDeck
(
c
,
nil
,
2
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
...
...
expansions/script/c11451738.lua
View file @
3d3b3fbb
...
...
@@ -43,9 +43,33 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp)
if
tc
and
Duel
.
SSet
(
tp
,
tc
)
~=
0
and
c
:
IsRelateToEffect
(
e
)
and
c
:
IsAbleToDeck
()
then
if
KOISHI_CHECK
then
c
:
SetEntityCode
(
m
+
48
,
true
)
cm
.
proeffects
=
cm
.
proeffects
or
{}
local
_SetProperty
=
Effect
.
SetProperty
local
_Clone
=
Effect
.
Clone
Effect
.
SetProperty
=
function
(
pe
,
prop1
,
prop2
)
if
not
prop2
then
prop2
=
0
end
if
prop1
&
EFFECT_FLAG_UNCOPYABLE
~=
0
then
cm
.
proeffects
[
pe
]
=
{
prop1
,
prop2
}
prop1
=
prop1
&
(
~
EFFECT_FLAG_UNCOPYABLE
)
else
cm
.
proeffects
[
pe
]
=
nil
end
return
_SetProperty
(
pe
,
prop1
,
prop2
)
end
Effect
.
Clone
=
function
(
pe
)
local
ce
=
pe
:
Clone
()
if
cm
.
proeffects
[
pe
]
then
cm
.
proeffects
[
ce
]
=
cm
.
proeffects
[
pe
]
end
return
ce
end
c
:
ReplaceEffect
(
m
+
48
,
0
)
c
:
EnableReviveLimit
()
aux
.
AddFusionProcFun2
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsRace
,
RACE_FAIRY
),
aux
.
FilterBoolFunction
(
Card
.
IsFusionAttribute
,
ATTRIBUTE_DARK
),
true
)
Effect
.
SetProperty
=
_SetProperty
Effect
.
Clone
=
_Clone
for
ke
,
vp
in
pairs
(
cm
.
proeffects
)
do
local
prop1
,
prop2
=
table.unpack
(
vp
)
ke
:
SetProperty
(
prop1
|
EFFECT_FLAG_UNCOPYABLE
,
prop2
)
end
local
loc
=
c
:
GetLocation
()
Duel
.
SendtoDeck
(
c
,
nil
,
2
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
...
...
expansions/script/c9911301.lua
View file @
3d3b3fbb
...
...
@@ -8,32 +8,36 @@ function c9911301.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_SSET
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetRange
(
LOCATION_HAND
+
LOCATION_GRAVE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
9911301
)
e1
:
SetLabelObject
(
e0
)
e1
:
SetCondition
(
c9911301
.
spcon
)
e1
:
SetTarget
(
c9911301
.
sptg
)
e1
:
SetOperation
(
c9911301
.
spop
)
c
:
RegisterEffect
(
e1
)
--search
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
9911301
,
1
))
e2
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
+
CATEGORY_RELEASE
+
CATEGORY_EQUIP
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCode
(
EVENT_CHAINING
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCountLimit
(
1
,
9911302
)
e2
:
SetCondition
(
c9911301
.
thcon
)
e2
:
SetTarget
(
c9911301
.
thtg
)
e2
:
SetOperation
(
c9911301
.
thop
)
local
e2
=
e1
:
Clone
()
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetLabelObject
(
e0
)
c
:
RegisterEffect
(
e2
)
--search
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
9911301
,
1
))
e3
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
+
CATEGORY_RELEASE
+
CATEGORY_EQUIP
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCode
(
EVENT_CHAINING
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCountLimit
(
1
,
9911302
)
e3
:
SetCondition
(
c9911301
.
thcon
)
e3
:
SetTarget
(
c9911301
.
thtg
)
e3
:
SetOperation
(
c9911301
.
thop
)
c
:
RegisterEffect
(
e3
)
end
function
c9911301
.
cfilter
(
c
,
se
)
return
se
==
nil
or
c
:
GetReasonEffect
()
~=
se
end
function
c9911301
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
se
=
e
:
GetLabelObject
():
GetLabelObject
()
local
se
if
e
:
GetLabelObject
()
then
se
=
e
:
GetLabelObject
():
GetLabelObject
()
end
return
eg
:
IsExists
(
c9911301
.
cfilter
,
1
,
nil
,
se
)
end
function
c9911301
.
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