Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
HiiragiGuardians
ygopro-THC-cards
Commits
ca323515
Commit
ca323515
authored
Aug 16, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c86379692.lua
parent
7f8fc2c2
Pipeline
#40224
passed with stage
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
script/c86379692.lua
script/c86379692.lua
+9
-4
No files found.
script/c86379692.lua
View file @
ca323515
...
...
@@ -93,18 +93,23 @@ function c86379692.op1_2(e,tp,eg,ep,ev,re,r,rp)
end
--
function
c86379692
.
spfilter
(
c
,
e
,
tp
,
lc
)
return
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_GRAVE
)
return
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_GRAVE
)
and
c
:
IsSetCard
(
0x225a
,
0xc225
)
and
bit
.
band
(
c
:
GetReason
(),
REASON_LINK
)
~=
0
and
bit
.
band
(
c
:
GetReason
(),
REASON_MATERIAL
)
~=
0
and
c
:
GetReasonCard
()
==
lc
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
not
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
end
function
c86379692
.
spfilter2
(
c
,
e
,
tp
,
lc
)
return
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_GRAVE
)
and
bit
.
band
(
c
:
GetReason
(),
REASON_LINK
)
~=
0
and
bit
.
band
(
c
:
GetReason
(),
REASON_MATERIAL
)
~=
0
and
c
:
GetReasonCard
()
==
lc
end
function
c86379692
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
mg
=
c
:
GetMaterial
()
local
ct
=
mg
:
GetCount
(
)
local
ct
=
mg
:
FilterCount
(
c86379692
.
spfilter
,
nil
,
e
,
tp
,
c
)
if
chk
==
0
then
return
c
:
GetSummonType
()
==
SUMMON_TYPE_LINK
and
ct
>
0
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>=
ct
and
mg
:
FilterCount
(
c86379692
.
spfilter
,
nil
,
e
,
tp
,
c
)
==
ct
end
Duel
.
SetTargetCard
(
mg
)
and
mg
:
FilterCount
(
c86379692
.
spfilter
2
,
nil
,
e
,
tp
,
c
)
==
ct
end
Duel
.
SetTargetCard
(
mg
:
Filter
(
c86379692
.
spfilter
,
nil
,
e
,
tp
,
c
)
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
mg
,
ct
,
0
,
0
)
end
function
c86379692
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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