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
3fa12806
Commit
3fa12806
authored
Jun 30, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
0160465f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
13 deletions
+21
-13
expansions/lflist.conf
expansions/lflist.conf
+8
-0
expansions/script/c11570006.lua
expansions/script/c11570006.lua
+6
-8
expansions/script/c11570009.lua
expansions/script/c11570009.lua
+7
-5
No files found.
expansions/lflist.conf
View file @
3fa12806
...
...
@@ -2744,6 +2744,9 @@
77103950
1
#250629
10111188
0
11560715
0
65140038
0
11579812
0
60001506
1
60001507
1
60001508
1
...
...
@@ -2755,6 +2758,11 @@
10105675
2
10111104
2
10111196
2
75081033
2
75081043
2
75081045
2
75081047
2
26082132
2
#250615
75011040
0
--熟练的炼金术师 莱莎琳·斯托特
12899019
0
--
D
.
H
.
P
.
K
.-杀手猎人
...
...
expansions/script/c11570006.lua
View file @
3fa12806
...
...
@@ -37,13 +37,11 @@ function c11570006.initial_effect(c)
e3
:
SetTarget
(
c11570006
.
thtg
)
e3
:
SetOperation
(
c11570006
.
thop
)
c
:
RegisterEffect
(
e3
)
--s
elfdes
--s
psummon limit
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
e4
:
SetCode
(
EFFECT_SELF_DESTROY
)
e4
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetCondition
(
c11570006
.
descon
)
e4
:
SetCode
(
EFFECT_SPSUMMON_COST
)
e4
:
SetCost
(
c11570006
.
splcost
)
c
:
RegisterEffect
(
e4
)
end
function
c11570006
.
sprfilter
(
c
)
...
...
@@ -121,9 +119,9 @@ function c11570006.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
function
c11570006
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetMatchingGroupCount
(
c11570006
.
chkfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
==
0
end
function
c11570006
.
chkfilter
(
c
)
return
c
:
IsSetCard
(
0x3810
)
and
c
:
IsFaceup
()
end
function
c11570006
.
splcost
(
e
,
c
,
tp
,
sumtype
)
return
Duel
.
IsExistingMatchingCard
(
c11570006
.
chkfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
expansions/script/c11570009.lua
View file @
3fa12806
...
...
@@ -56,11 +56,13 @@ function c11570009.initial_effect(c)
e3
:
SetTarget
(
c11570009
.
rmtg
)
e3
:
SetOperation
(
c11570009
.
rmop
)
c
:
RegisterEffect
(
e3
)
--s
psummon limit
--s
elfdes
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
e4
:
SetCode
(
EFFECT_SPSUMMON_COST
)
e4
:
SetCost
(
c11570009
.
splcost
)
e4
:
SetCode
(
EFFECT_SELF_DESTROY
)
e4
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetCondition
(
c11570009
.
descon
)
c
:
RegisterEffect
(
e4
)
end
function
c11570009
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
@@ -146,6 +148,6 @@ end
function
c11570009
.
chkfilter
(
c
)
return
c
:
IsSetCard
(
0x3810
)
and
c
:
IsFaceup
()
end
function
c11570009
.
splcost
(
e
,
c
,
tp
,
sumtype
)
return
Duel
.
IsExistingMatchingCard
(
c11570009
.
chkfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
function
c11570009
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetMatchingGroupCount
(
c11570009
.
chkfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
==
0
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