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
413e4863
Commit
413e4863
authored
Dec 08, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
7a3f3574
Changes
14
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
142 additions
and
530 deletions
+142
-530
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/pics/74610430.jpg
expansions/pics/74610430.jpg
+0
-0
expansions/pics/74610431.jpg
expansions/pics/74610431.jpg
+0
-0
expansions/pics/74610432.jpg
expansions/pics/74610432.jpg
+0
-0
expansions/pics/74610433.jpg
expansions/pics/74610433.jpg
+0
-0
expansions/pics/74610434.jpg
expansions/pics/74610434.jpg
+0
-0
expansions/pics/74610435.jpg
expansions/pics/74610435.jpg
+0
-0
expansions/pics/74610436.jpg
expansions/pics/74610436.jpg
+0
-0
expansions/pics/74610437.jpg
expansions/pics/74610437.jpg
+0
-0
expansions/pics/74610438.jpg
expansions/pics/74610438.jpg
+0
-0
expansions/script/c10200102.lua
expansions/script/c10200102.lua
+138
-134
expansions/script/c10200113.lua
expansions/script/c10200113.lua
+4
-4
expansions/script/c10200115.lua
expansions/script/c10200115.lua
+0
-1
expansions/script/c74610430.lua
expansions/script/c74610430.lua
+0
-391
No files found.
expansions/no81.cdb
View file @
413e4863
No preview for this file type
expansions/pics/74610430.jpg
deleted
100644 → 0
View file @
7a3f3574
97.8 KB
expansions/pics/74610431.jpg
deleted
100644 → 0
View file @
7a3f3574
70.5 KB
expansions/pics/74610432.jpg
deleted
100644 → 0
View file @
7a3f3574
70.5 KB
expansions/pics/74610433.jpg
deleted
100644 → 0
View file @
7a3f3574
70.5 KB
expansions/pics/74610434.jpg
deleted
100644 → 0
View file @
7a3f3574
70.5 KB
expansions/pics/74610435.jpg
deleted
100644 → 0
View file @
7a3f3574
70.5 KB
expansions/pics/74610436.jpg
deleted
100644 → 0
View file @
7a3f3574
70.5 KB
expansions/pics/74610437.jpg
deleted
100644 → 0
View file @
7a3f3574
70.5 KB
expansions/pics/74610438.jpg
deleted
100644 → 0
View file @
7a3f3574
70.5 KB
expansions/script/c10200102.lua
View file @
413e4863
...
...
@@ -92,16 +92,20 @@ function c10200102.lvfilter2(c)
return
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
end
function
c10200102
.
lvcon2a
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c10200102
.
lvfilter2
,
1
,
nil
)
local
ct
=
eg
:
FilterCount
(
c10200102
.
lvfilter2
,
nil
)
e
:
SetLabel
(
ct
)
return
ct
>
0
end
function
c10200102
.
lvcon2b
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c10200102
.
lvfilter2
,
1
,
nil
)
and
(
r
&
(
REASON_FUSION
+
REASON_SYNCHRO
+
REASON_XYZ
+
REASON_LINK
))
~=
0
local
ct
=
eg
:
FilterCount
(
c10200102
.
lvfilter2
,
nil
)
e
:
SetLabel
(
ct
)
return
ct
>
0
and
(
r
&
(
REASON_FUSION
+
REASON_SYNCHRO
+
REASON_XYZ
+
REASON_LINK
))
~=
0
end
function
c10200102
.
lvop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsFaceup
()
and
c
:
IsRelateToEffect
(
e
)
then
local
ct
=
eg
:
FilterCount
(
c10200102
.
lvfilter2
,
nil
)
-- 使用在condition阶段计算并存储的数量
local
ct
=
e
:
GetLabel
()
if
ct
>
0
then
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
@@ -162,7 +166,7 @@ function c10200102.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
Release
(
e
:
GetHandler
(),
REASON_COST
)
end
function
c10200102
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsCode
(
10200104
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
fals
e
)
return
c
:
IsCode
(
10200104
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
tru
e
)
end
function
c10200102
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetMZoneCount
(
tp
,
e
:
GetHandler
())
>
0
...
...
@@ -175,6 +179,6 @@ function c10200102.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c10200102
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
e
,
tp
)
if
#
g
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
fals
e
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
true
,
tru
e
,
POS_FACEUP
)
end
end
expansions/script/c10200113.lua
View file @
413e4863
...
...
@@ -51,18 +51,18 @@ end
function
c10200113
.
filter1111
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x838
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c10200113
.
con1
(
tp
)
return
Duel
.
IsExistingMatchingCard
(
c10200113
.
filter1111
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
function
c10200113
.
con1
(
tp
,
handler
)
return
Duel
.
IsExistingMatchingCard
(
c10200113
.
filter1111
,
tp
,
LOCATION_MZONE
,
0
,
1
,
handler
)
end
function
c10200113
.
tg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c10200113
.
filter11
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
or
(
c10200113
.
con1
(
tp
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
or
(
c10200113
.
con1
(
tp
,
e
:
GetHandler
()
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c10200113
.
filter111
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
))
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
function
c10200113
.
op1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
b1
=
Duel
.
IsExistingMatchingCard
(
c10200113
.
filter11
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
local
b2
=
c10200113
.
con1
(
tp
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
local
b2
=
c10200113
.
con1
(
tp
,
e
:
GetHandler
()
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c10200113
.
filter111
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
)
if
not
b1
and
not
b2
then
return
end
local
op
=
0
...
...
expansions/script/c10200115.lua
View file @
413e4863
--幻叙·消逝的梦
function
c10200115
.
initial_effect
(
c
)
-- 不能通召
c
:
EnableReviveLimit
()
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_CONDITION
)
...
...
expansions/script/c74610430.lua
deleted
100644 → 0
View file @
7a3f3574
This diff is collapsed.
Click to expand it.
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