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
MyCard
pre-release-database-cdb
Commits
2f08ca2a
Commit
2f08ca2a
authored
Dec 20, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 黄泉天輪
parent
b1e7e9f7
Pipeline
#42063
canceled with stages
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
29 deletions
+9
-29
script/c100256019.lua
script/c100256019.lua
+9
-29
No files found.
script/c100256019.lua
View file @
2f08ca2a
...
...
@@ -48,35 +48,15 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local
g2
=
Duel
.
GetMatchingGroup
(
Card
.
IsType
,
p2
,
0
,
LOCATION_DECK
,
nil
,
TYPE_MONSTER
)
local
b1
=#
g1
>
0
and
Duel
.
Remove
(
g1
,
POS_FACEDOWN
,
REASON_EFFECT
,
p1
)
>
0
local
b2
=#
g2
>
0
and
Duel
.
Remove
(
g2
,
POS_FACEDOWN
,
REASON_EFFECT
,
p2
)
>
0
if
b1
or
b2
then
local
tc1
=
nil
local
tc2
=
nil
if
Duel
.
GetLocationCount
(
p1
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
aux
.
NecroValleyFilter
(
s
.
spfilter1
),
p1
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
p1
)
and
Duel
.
SelectYesNo
(
p1
,
aux
.
Stringid
(
id
,
2
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
p1
,
HINTMSG_SPSUMMON
)
local
sg1
=
Duel
.
SelectMatchingCard
(
p1
,
aux
.
NecroValleyFilter
(
s
.
spfilter1
),
p1
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
p1
)
Duel
.
HintSelection
(
sg1
)
tc1
=
sg1
:
GetFirst
()
end
if
Duel
.
GetLocationCount
(
p2
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
aux
.
NecroValleyFilter
(
s
.
spfilter1
),
p2
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
p2
)
and
Duel
.
SelectYesNo
(
p2
,
aux
.
Stringid
(
id
,
2
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
p2
,
HINTMSG_SPSUMMON
)
local
sg2
=
Duel
.
SelectMatchingCard
(
p2
,
aux
.
NecroValleyFilter
(
s
.
spfilter1
),
p2
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
p2
)
Duel
.
HintSelection
(
sg2
)
tc2
=
sg2
:
GetFirst
()
end
if
tc1
~=
nil
or
tc2
~=
nil
then
Duel
.
BreakEffect
()
if
tc1
then
Duel
.
SpecialSummonStep
(
tc1
,
0
,
p1
,
p1
,
false
,
false
,
POS_FACEUP
)
end
if
tc2
then
Duel
.
SpecialSummonStep
(
tc2
,
0
,
p2
,
p2
,
false
,
false
,
POS_FACEUP
)
end
Duel
.
SpecialSummonComplete
()
end
if
(
b1
or
b2
)
and
Duel
.
GetLocationCount
(
p1
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
aux
.
NecroValleyFilter
(
s
.
spfilter1
),
p1
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
p1
)
and
Duel
.
SelectYesNo
(
p1
,
aux
.
Stringid
(
id
,
2
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
p1
,
HINTMSG_SPSUMMON
)
local
sg1
=
Duel
.
SelectMatchingCard
(
p1
,
aux
.
NecroValleyFilter
(
s
.
spfilter1
),
p1
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
p1
)
Duel
.
HintSelection
(
sg1
)
local
sc
=
sg1
:
GetFirst
()
Duel
.
BreakEffect
()
Duel
.
SpecialSummon
(
sc
,
0
,
p1
,
p1
,
false
,
false
,
POS_FACEUP
)
end
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