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
2112ccd1
Commit
2112ccd1
authored
Jan 03, 2026
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c1100008.lua
parent
48155f4d
Pipeline
#42368
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
script/c1100008.lua
script/c1100008.lua
+4
-10
No files found.
script/c1100008.lua
View file @
2112ccd1
...
...
@@ -29,22 +29,16 @@ function c1100008.initial_effect(c)
--
end
--
function
c1100008
.
exfilter1
(
c
,
tp
,
rc
,
mg
,
opchk
)
function
c1100008
.
exfilter1
(
c
,
tp
,
rc
,
opchk
)
return
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
rc
,
c
)
>
0
and
(
opchk
or
Duel
.
IsExistingMatchingCard
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
c
,
nil
,
mg
))
and
(
opchk
or
Duel
.
IsExistingMatchingCard
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
nil
)
or
Duel
.
IsExistingMatchingCard
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
c
))
end
function
c1100008
.
spfilter1
(
c
,
e
,
tp
,
rc
,
chkrel
,
chknotrel
,
tgchk
,
opchk
)
if
not
(
c
:
IsCode
(
20013
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
))
then
return
false
end
local
mg
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
if
mg
:
IsExists
(
Card
.
GetHandSynchro
,
1
,
nil
)
then
local
mg2
=
Duel
.
GetMatchingGroup
(
nil
,
tp
,
LOCATION_HAND
,
0
,
nil
)
if
mg2
:
GetCount
()
>
0
then
mg
:
Merge
(
mg2
)
end
end
mg
:
AddCard
(
c
)
if
tgchk
then
return
c1100008
.
exfilter1
(
c
,
tp
,
nil
,
mg
,
opchk
)
return
c1100008
.
exfilter1
(
c
,
tp
,
nil
,
opchk
)
else
return
(
chkrel
and
c1100008
.
exfilter1
(
c
,
tp
,
rc
,
mg
-
rc
))
or
(
chknotrel
and
c1100008
.
exfilter1
(
c
,
tp
,
nil
,
mg
))
return
(
chkrel
and
c1100008
.
exfilter1
(
c
,
tp
,
rc
))
or
(
chknotrel
and
c1100008
.
exfilter1
(
c
,
tp
,
nil
))
end
end
function
c1100008
.
tg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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