Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
Vury Leo
pre-release-database-cdb
Commits
8b1ca4cd
Commit
8b1ca4cd
authored
Feb 07, 2026
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
fd258cd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
script/c100258002.lua
script/c100258002.lua
+5
-8
No files found.
script/c100258002.lua
View file @
8b1ca4cd
...
@@ -40,14 +40,12 @@ end
...
@@ -40,14 +40,12 @@ end
function
s
.
hspfilter1
(
c
,
tp
,
fc
,
g
)
function
s
.
hspfilter1
(
c
,
tp
,
fc
,
g
)
return
c
:
IsFusionSetCard
(
0x10f3
)
return
c
:
IsFusionSetCard
(
0x10f3
)
and
c
:
IsControler
(
tp
)
and
c
:
IsCanBeFusionMaterial
(
fc
,
SUMMON_TYPE_SPECIAL
)
and
c
:
IsControler
(
tp
)
and
c
:
IsCanBeFusionMaterial
(
fc
,
SUMMON_TYPE_SPECIAL
)
and
g
:
IsExists
(
s
.
hspfilter2
,
1
,
c
,
tp
,
fc
,
c
)
and
g
:
IsExists
(
s
.
hspfilter2
,
1
,
c
,
tp
,
fc
)
end
end
function
s
.
hspfilter2
(
c
,
tp
,
fc
,
sc
)
function
s
.
hspfilter2
(
c
,
tp
,
fc
)
local
g
=
Group
.
FromCards
(
c
,
sc
)
return
c
:
IsFaceup
()
and
c
:
GetCounter
(
0x1041
)
>
0
return
c
:
IsFaceup
()
and
c
:
GetCounter
(
0x1041
)
>
0
and
c
:
IsReleasable
(
REASON_MATERIAL
|
REASON_SPSUMMON
)
and
c
:
IsReleasable
(
REASON_MATERIAL
|
REASON_SPSUMMON
)
and
c
:
IsCanBeFusionMaterial
(
fc
,
SUMMON_TYPE_SPECIAL
)
and
c
:
IsCanBeFusionMaterial
(
fc
,
SUMMON_TYPE_SPECIAL
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
fc
)
>
0
end
end
function
s
.
hspfilter
(
c
,
tp
,
fc
)
function
s
.
hspfilter
(
c
,
tp
,
fc
)
return
c
:
IsFaceup
()
and
(
c
:
IsFusionSetCard
(
0x10f3
)
or
c
:
GetCounter
(
0x1041
)
>
0
)
return
c
:
IsFaceup
()
and
(
c
:
IsFusionSetCard
(
0x10f3
)
or
c
:
GetCounter
(
0x1041
)
>
0
)
...
@@ -55,16 +53,15 @@ function s.hspfilter(c,tp,fc)
...
@@ -55,16 +53,15 @@ function s.hspfilter(c,tp,fc)
and
c
:
IsCanBeFusionMaterial
(
fc
,
SUMMON_TYPE_SPECIAL
)
and
c
:
IsCanBeFusionMaterial
(
fc
,
SUMMON_TYPE_SPECIAL
)
end
end
function
s
.
fselect
(
g
,
tp
,
fc
)
function
s
.
fselect
(
g
,
tp
,
fc
)
return
g
:
IsExists
(
s
.
hspfilter1
,
1
,
nil
,
tp
,
fc
,
g
)
and
aux
.
mzctcheckrel
(
g
,
tp
,
REASON_SPSUMMON
)
return
g
:
IsExists
(
s
.
hspfilter1
,
1
,
nil
,
tp
,
fc
,
g
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
fc
)
>
0
end
end
function
s
.
hspcon
(
e
,
c
)
function
s
.
hspcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
local
rg
=
Duel
.
GetMatchingGroup
(
s
.
hspfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
tp
,
c
)
local
rg
=
Duel
.
GetMatchingGroup
(
s
.
hspfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
e
:
GetHandlerPlayer
()
,
c
)
return
rg
:
CheckSubGroup
(
s
.
fselect
,
2
,
2
,
tp
,
c
)
return
rg
:
CheckSubGroup
(
s
.
fselect
,
2
,
2
,
e
:
GetHandlerPlayer
()
,
c
)
end
end
function
s
.
hsptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
c
)
function
s
.
hsptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
c
)
local
rg
=
Duel
.
GetMatchingGroup
(
s
.
hspfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
tp
,
c
)
local
rg
=
Duel
.
GetMatchingGroup
(
s
.
hspfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
tp
,
c
)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
sg
=
rg
:
SelectSubGroup
(
tp
,
s
.
fselect
,
true
,
2
,
2
,
tp
,
c
)
local
sg
=
rg
:
SelectSubGroup
(
tp
,
s
.
fselect
,
true
,
2
,
2
,
tp
,
c
)
if
sg
:
GetCount
()
>
0
then
if
sg
:
GetCount
()
>
0
then
...
...
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