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
5e8361cf
Commit
5e8361cf
authored
Dec 31, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c86379088.lua
parent
b4750481
Pipeline
#42281
passed with stage
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
22 deletions
+4
-22
script/c86379088.lua
script/c86379088.lua
+4
-22
No files found.
script/c86379088.lua
View file @
5e8361cf
...
...
@@ -158,34 +158,16 @@ function c86379088.dfilter2(c,tp)
end
function
c86379088
.
dcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
dg
=
Group
.
CreateGroup
()
if
chk
==
0
then
local
g
=
Duel
.
GetMatchingGroup
(
c86379088
.
dfilter2
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
tp
)
if
g
:
GetCount
()
<=
0
then
return
false
end
local
tc
=
g
:
GetFirst
()
while
tc
do
local
og
=
tc
:
GetOverlayGroup
()
dg
:
Merge
(
og
)
tc
=
g
:
GetNext
()
end
return
dg
:
GetCount
()
>
0
end
--[[ local gt=Duel.GetMatchingGroupCount(c86379088.dfilter,tp,LOCATION_DECK+LOCATION_GRAVE,0,nil)
local g=Duel.GetMatchingGroup(c86379088.dfilter2,tp,LOCATION_MZONE,LOCATION_MZONE,nil,tp)
local dg=Group.CreateGroup()
local
gt
=
Duel
.
GetMatchingGroupCount
(
c86379088
.
dfilter
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c86379088
.
dfilter2
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
tp
)
if
g
:
GetCount
()
<=
0
then
return
false
end
local
tc
=
g
:
GetFirst
()
while
tc
do
local
og
=
tc
:
GetOverlayGroup
()
dg
:
Merge
(
og
)
tc
=
g
:
GetNext
()
end
local dt=dg:GetCount()
if gt<dt then
dt=gt
end
if dt>3 then
dt=3
end]]
if
chk
==
0
then
return
dg
:
GetCount
()
>
0
and
gt
>
0
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVEXYZ
)
local
cg
=
dg
:
Select
(
tp
,
1
,
3
,
nil
)
...
...
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