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
e33cd23c
Commit
e33cd23c
authored
Jun 11, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
a98c65b0
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
41 additions
and
11 deletions
+41
-11
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/pics/40009034.jpg
expansions/pics/40009034.jpg
+0
-0
expansions/script/c260013010.lua
expansions/script/c260013010.lua
+4
-3
expansions/script/c260013011.lua
expansions/script/c260013011.lua
+4
-3
expansions/script/c40020170.lua
expansions/script/c40020170.lua
+1
-1
expansions/script/c40020172.lua
expansions/script/c40020172.lua
+29
-1
expansions/script/c95101043.lua
expansions/script/c95101043.lua
+1
-1
expansions/script/c98920355.lua
expansions/script/c98920355.lua
+2
-2
No files found.
expansions/no81.cdb
View file @
e33cd23c
No preview for this file type
expansions/pics/40009034.jpg
deleted
100644 → 0
View file @
a98c65b0
14 KB
expansions/script/c260013010.lua
View file @
e33cd23c
...
...
@@ -105,9 +105,9 @@ function c260013010.chop(e,tp,eg,ep,ev,re,r,rp)
local
g2
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TARGET_CARDS
):
Filter
(
c260013010
.
xyzfilter2
,
nil
,
e
,
tp
)
if
Duel
.
GetFlagEffect
(
tp
,
260013010
)
==
0
and
g
:
GetCount
()
>
0
and
g
:
GetCount
()
==
g2
:
GetCount
()
and
rc
:
IsRelateToEffect
(
re
)
and
Duel
.
IsChainNegatable
(
ev
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
c
)
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
260013010
,
0
))
then
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
RegisterFlagEffect
(
tp
,
260013010
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
if
Duel
.
NegateEffect
(
ev
)
then
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
RegisterFlagEffect
(
tp
,
260013010
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
rc
:
CancelToGrave
()
g
:
AddCard
(
rc
)
local
tc
=
g
:
GetFirst
()
...
...
@@ -138,8 +138,9 @@ function c260013010.atop(e,tp,eg,ep,ev,re,r,rp)
if
not
a
:
IsRelateToEffect
(
e
)
and
a
:
IsAttackable
()
and
not
a
:
IsStatus
(
STATUS_ATTACK_CANCELED
)
and
a
:
IsCanBeXyzMaterial
(
c
)
and
d
:
IsCanBeXyzMaterial
(
c
)
and
not
d
:
IsRelateToEffect
(
e
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
260013010
,
0
))
then
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
if
Duel
.
NegateAttack
()
then
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
RegisterFlagEffect
(
tp
,
260013010
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
local
g
=
Group
.
FromCards
(
a
,
d
)
local
tc
=
g
:
GetFirst
()
while
tc
do
...
...
expansions/script/c260013011.lua
View file @
e33cd23c
...
...
@@ -102,9 +102,9 @@ function c260013011.chop(e,tp,eg,ep,ev,re,r,rp)
local
g2
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TARGET_CARDS
):
Filter
(
c260013011
.
xyzfilter2
,
nil
,
e
,
tp
)
if
Duel
.
GetFlagEffect
(
tp
,
260013011
)
==
0
and
g
:
GetCount
()
>
0
and
g
:
GetCount
()
==
g2
:
GetCount
()
and
rc
:
IsRelateToEffect
(
re
)
and
Duel
.
IsChainNegatable
(
ev
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
c
)
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
260013011
,
0
))
then
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
RegisterFlagEffect
(
tp
,
260013011
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
if
Duel
.
NegateEffect
(
ev
)
then
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
RegisterFlagEffect
(
tp
,
260013011
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
rc
:
CancelToGrave
()
g
:
AddCard
(
rc
)
local
tc
=
g
:
GetFirst
()
...
...
@@ -135,8 +135,9 @@ function c260013011.atop(e,tp,eg,ep,ev,re,r,rp)
if
not
a
:
IsRelateToEffect
(
e
)
and
a
:
IsAttackable
()
and
not
a
:
IsStatus
(
STATUS_ATTACK_CANCELED
)
and
a
:
IsCanBeXyzMaterial
(
c
)
and
d
:
IsCanBeXyzMaterial
(
c
)
and
not
d
:
IsRelateToEffect
(
e
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
260013011
,
0
))
then
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
if
Duel
.
NegateAttack
()
then
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
RegisterFlagEffect
(
tp
,
260013011
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
local
g
=
Group
.
FromCards
(
a
,
d
)
local
tc
=
g
:
GetFirst
()
while
tc
do
...
...
expansions/script/c40020170.lua
View file @
e33cd23c
...
...
@@ -24,7 +24,7 @@ function cm.initial_effect(c)
e3
:
SetCategory
(
CATEGORY_DESTROY
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e3
:
SetCountLimit
(
1
,
m
+
1
)
e3
:
SetCountLimit
(
1
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetTarget
(
cm
.
destg
)
e3
:
SetOperation
(
cm
.
desop
)
...
...
expansions/script/c40020172.lua
View file @
e33cd23c
...
...
@@ -11,7 +11,19 @@ function cm.initial_effect(c)
e1
:
SetCountLimit
(
1
,
m
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetOperation
(
cm
.
activate
)
c
:
RegisterEffect
(
e1
)
--to hand
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
m
,
1
))
e2
:
SetCategory
(
CATEGORY_DRAW
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_TO_HAND
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCountLimit
(
1
,
m
+
1000
)
e2
:
SetCondition
(
cm
.
thcon
)
e2
:
SetTarget
(
cm
.
thtg
)
e2
:
SetOperation
(
cm
.
thop
)
c
:
RegisterEffect
(
e2
)
--spsummon
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
m
,
2
))
...
...
@@ -36,6 +48,22 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
end
end
function
cm
.
cfilter
(
c
,
tp
,
re
)
return
c
:
IsPreviousControler
(
tp
)
and
aux
.
IsCodeListed
(
c
,
40020183
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsReason
(
REASON_EFFECT
)
and
re
:
IsActivated
()
and
re
:
IsActiveType
(
TYPE_MONSTER
)
end
function
cm
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
cm
.
cfilter
,
1
,
nil
,
tp
,
re
)
end
function
cm
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
,
1
)
end
Duel
.
SetTargetPlayer
(
tp
)
Duel
.
SetTargetParam
(
1
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DRAW
,
nil
,
0
,
tp
,
1
)
end
function
cm
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
p
,
d
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
,
CHAININFO_TARGET_PARAM
)
Duel
.
Draw
(
p
,
d
,
REASON_EFFECT
)
end
function
cm
.
setcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
re
then
return
false
end
...
...
expansions/script/c95101043.lua
View file @
e33cd23c
...
...
@@ -39,7 +39,7 @@ function c95101043.spcon(e,tp,eg,ep,ev,re,r,rp)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_LINK
)
end
function
c95101043
.
spfilter
(
c
,
e
,
tp
,
zone
)
return
c
:
IsCode
(
95101001
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP
,
1
-
tp
,
zone
)
return
aux
.
IsCodeListed
(
c
,
95101001
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP
,
1
-
tp
,
zone
)
end
function
c95101043
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
zone
=
e
:
GetHandler
():
GetLinkedZone
(
1
-
tp
)
...
...
expansions/script/c98920355.lua
View file @
e33cd23c
...
...
@@ -43,7 +43,7 @@ function c98920355.activate(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
LOCATION_MZONE
)
e1
:
SetTarget
(
c98920355
.
distg
)
e1
:
SetLabelObject
(
tc
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
,
2
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
...
...
@@ -51,7 +51,7 @@ function c98920355.activate(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetCondition
(
c98920355
.
discon
)
e2
:
SetOperation
(
c98920355
.
disop
)
e2
:
SetLabelObject
(
tc
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
,
2
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e2
,
tp
)
end
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