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
c7f1cd73
Commit
c7f1cd73
authored
Feb 22, 2026
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5a940b1f
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
15 additions
and
74 deletions
+15
-74
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/pics/28372877.jpg
expansions/pics/28372877.jpg
+0
-0
expansions/script/c22024020.lua
expansions/script/c22024020.lua
+3
-2
expansions/script/c28372877.lua
expansions/script/c28372877.lua
+0
-66
expansions/script/c89480000.lua
expansions/script/c89480000.lua
+1
-1
expansions/script/c89480001.lua
expansions/script/c89480001.lua
+1
-1
expansions/script/c89480002.lua
expansions/script/c89480002.lua
+1
-1
expansions/script/c89480003.lua
expansions/script/c89480003.lua
+1
-1
expansions/script/c89480004.lua
expansions/script/c89480004.lua
+1
-0
expansions/script/c89480005.lua
expansions/script/c89480005.lua
+1
-0
expansions/script/c89480006.lua
expansions/script/c89480006.lua
+1
-1
expansions/script/c89480007.lua
expansions/script/c89480007.lua
+1
-0
expansions/script/c89480008.lua
expansions/script/c89480008.lua
+1
-1
expansions/script/c89480012.lua
expansions/script/c89480012.lua
+1
-0
expansions/script/c89480013.lua
expansions/script/c89480013.lua
+1
-0
expansions/script/c89480014.lua
expansions/script/c89480014.lua
+1
-0
No files found.
expansions/no81.cdb
View file @
c7f1cd73
No preview for this file type
expansions/pics/28372877.jpg
deleted
100644 → 0
View file @
5a940b1f
29.3 KB
expansions/script/c22024020.lua
View file @
c7f1cd73
...
...
@@ -21,7 +21,7 @@ function c22024020.initial_effect(c)
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_
TO_GRAVE
)
e3
:
SetCode
(
EVENT_
BE_MATERIAL
)
e3
:
SetCountLimit
(
1
,
22024021
)
e3
:
SetCondition
(
c22024020
.
condition
)
e3
:
SetTarget
(
c22024020
.
sptg
)
...
...
@@ -44,7 +44,8 @@ function c22024020.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c22024020
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_GRAVE
)
and
r
==
REASON_FUSION
local
c
=
e
:
GetHandler
()
return
c
:
IsLocation
(
LOCATION_GRAVE
)
and
r
==
REASON_FUSION
end
function
c22024020
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c28372877.lua
deleted
100644 → 0
View file @
5a940b1f
--L'Antica秘密基地
function
c28372877
.
initial_effect
(
c
)
--Activate
local
e0
=
Effect
.
CreateEffect
(
c
)
--e0:SetCategory(CATEGORY_DESTROY+CATEGORY_TOHAND+CATEGORY_SEARCH)
e0
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e0
:
SetCode
(
EVENT_FREE_CHAIN
)
e0
:
SetCost
(
c28372877
.
cost
)
--e0:SetOperation(c28372877.activate)
c
:
RegisterEffect
(
e0
)
--draw
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
28372877
,
1
))
e1
:
SetCategory
(
CATEGORY_DRAW
+
CATEGORY_DESTROY
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_DESTROYED
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e1
:
SetRange
(
LOCATION_FZONE
)
e1
:
SetCountLimit
(
1
)
e1
:
SetCondition
(
c28372877
.
drcon
)
e1
:
SetTarget
(
c28372877
.
drtg
)
e1
:
SetOperation
(
c28372877
.
drop
)
c
:
RegisterEffect
(
e1
)
end
function
c28372877
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
ct
=
Duel
.
GetMatchingGroup
(
Card
.
IsAttribute
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
ATTRIBUTE_DARK
):
FilterCount
(
Card
.
IsFaceup
,
nil
)
if
chk
==
0
then
return
ct
>
0
and
Duel
.
IsPlayerCanDiscardDeckAsCost
(
tp
,
ct
)
end
Duel
.
DiscardDeck
(
tp
,
ct
,
REASON_COST
)
end
function
c28372877
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x285
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
end
function
c28372877
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g1
=
Duel
.
GetMatchingGroup
(
Card
.
IsSetCard
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
nil
,
0x285
):
Filter
(
Card
.
IsFaceupEx
,
nil
)
local
g2
=
Duel
.
GetMatchingGroup
(
c28372877
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
if
#
g1
>
0
and
#
g2
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
28372877
,
0
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
local
dg
=
g1
:
Select
(
tp
,
1
,
#
g1
,
nil
)
Duel
.
HintSelection
(
dg
)
Duel
.
Destroy
(
dg
,
REASON_EFFECT
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
sg
=
g2
:
Select
(
tp
,
#
dg
,
#
dg
,
nil
)
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
end
end
function
c28372877
.
cfilter
(
c
,
tp
)
return
c
:
IsReason
(
REASON_BATTLE
+
REASON_EFFECT
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
GetPreviousLevelOnField
()
==
3
and
c
:
IsPreviousControler
(
tp
)
end
function
c28372877
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c28372877
.
cfilter
,
1
,
nil
,
tp
)
end
function
c28372877
.
drtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
,
2
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DRAW
,
nil
,
0
,
tp
,
2
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
nil
,
1
,
0
,
0
)
end
function
c28372877
.
drop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
Draw
(
tp
,
2
,
REASON_EFFECT
)
==
0
then
return
end
local
g
=
Duel
.
GetMatchingGroup
(
nil
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
nil
)
g
:
AddCard
(
e
:
GetHandler
())
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
HintSelection
(
sg
)
Duel
.
Destroy
(
sg
,
REASON_EFFECT
)
end
expansions/script/c89480000.lua
View file @
c7f1cd73
...
...
@@ -11,7 +11,7 @@ function s.initial_effect(c)
e1
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e1
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_POSITION
+
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetCategory
(
CATEGORY_POSITION
+
CATEGORY_TOHAND
+
CATEGORY_SEARCH
+
CATEGORY_MSET
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c89480001.lua
View file @
c7f1cd73
...
...
@@ -11,7 +11,7 @@ function s.initial_effect(c)
e1
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e1
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_POSITION
)
e1
:
SetCategory
(
CATEGORY_POSITION
+
CATEGORY_MSET
+
CATEGORY_SSET
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c89480002.lua
View file @
c7f1cd73
...
...
@@ -11,7 +11,7 @@ function s.initial_effect(c)
e1
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e1
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_POSITION
+
CATEGORY_TOGRAVE
)
e1
:
SetCategory
(
CATEGORY_POSITION
+
CATEGORY_TOGRAVE
+
CATEGORY_MSET
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c89480003.lua
View file @
c7f1cd73
...
...
@@ -11,7 +11,7 @@ function s.initial_effect(c)
e1
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e1
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_POSITION
+
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_POSITION
+
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_MSET
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c89480004.lua
View file @
c7f1cd73
...
...
@@ -2,6 +2,7 @@
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_SSET
)
e2
:
SetDescription
(
1153
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_HAND
+
LOCATION_MZONE
)
...
...
expansions/script/c89480005.lua
View file @
c7f1cd73
...
...
@@ -4,6 +4,7 @@ function s.initial_effect(c)
c
:
EnableReviveLimit
()
aux
.
AddFusionProcFun2
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0xc21
),
s
.
mfilter
,
true
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SSET
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
...
...
expansions/script/c89480006.lua
View file @
c7f1cd73
...
...
@@ -14,7 +14,7 @@ function s.initial_effect(c)
e1
:
SetOperation
(
s
.
regop
)
c
:
RegisterEffect
(
e1
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_POSITION
+
CATEGORY_DRAW
)
e1
:
SetCategory
(
CATEGORY_POSITION
+
CATEGORY_DRAW
+
CATEGORY_MSET
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c89480007.lua
View file @
c7f1cd73
...
...
@@ -12,6 +12,7 @@ function s.initial_effect(c)
e2
:
SetCondition
(
s
.
dcon
)
c
:
RegisterEffect
(
e2
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_SSET
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
...
...
expansions/script/c89480008.lua
View file @
c7f1cd73
...
...
@@ -22,7 +22,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
1131
)
e3
:
SetCategory
(
CATEGORY_DISABLE
+
CATEGORY_DESTROY
)
e3
:
SetCategory
(
CATEGORY_DISABLE
+
CATEGORY_DESTROY
+
CATEGORY_MSET
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetCode
(
EVENT_CHAINING
)
e3
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c89480012.lua
View file @
c7f1cd73
...
...
@@ -25,6 +25,7 @@ function s.initial_effect(c)
e3
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
c
:
RegisterEffect
(
e3
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_SSET
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCountLimit
(
1
,
id
+
100
)
...
...
expansions/script/c89480013.lua
View file @
c7f1cd73
...
...
@@ -25,6 +25,7 @@ function s.initial_effect(c)
e3
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
c
:
RegisterEffect
(
e3
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_SSET
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c89480014.lua
View file @
c7f1cd73
...
...
@@ -12,6 +12,7 @@ function s.initial_effect(c)
e1
:
SetOperation
(
s
.
operation
)
c
:
RegisterEffect
(
e1
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_SSET
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_MZONE
)
...
...
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