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
48155f4d
Commit
48155f4d
authored
Jan 03, 2026
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c22292009.lua
parent
510ad86e
Pipeline
#42367
passed with stage
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
script/c22292009.lua
script/c22292009.lua
+5
-6
No files found.
script/c22292009.lua
View file @
48155f4d
...
...
@@ -66,8 +66,7 @@ function c22292009.activate(e,tp,eg,ep,ev,re,r,rp)
e3
:
SetCondition
(
c22292009
.
descon
)
e3
:
SetOperation
(
c22292009
.
desop
)
Duel
.
RegisterEffect
(
e3
,
tp
)
local
mg
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_MZONE
,
0
)
local
b1
=
Duel
.
IsExistingMatchingCard
(
c22292009
.
synfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
mg
)
local
b1
=
Duel
.
IsExistingMatchingCard
(
c22292009
.
synfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
)
local
b2
=
Duel
.
IsExistingMatchingCard
(
c22292009
.
xyzfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
)
local
b3
=
Duel
.
IsExistingMatchingCard
(
c22292009
.
linkfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
)
local
b4
=
Duel
.
IsExistingMatchingCard
(
c22292009
.
advfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
...
...
@@ -99,11 +98,11 @@ function c22292009.activate(e,tp,eg,ep,ev,re,r,rp)
local
op
=
Duel
.
SelectOption
(
tp
,
table.unpack
(
ops
))
local
sel
=
opval
[
op
]
if
sel
==
1
then
local
g
=
Duel
.
GetMatchingGroup
(
c22292009
.
synfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
mg
)
local
g
=
Duel
.
GetMatchingGroup
(
c22292009
.
synfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
)
if
g
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sc
=
g
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
Duel
.
SynchroSummon
(
tp
,
sc
,
nil
,
mg
)
Duel
.
SynchroSummon
(
tp
,
sc
,
nil
)
sc
:
RegisterFlagEffect
(
22292009
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
,
fid
)
end
elseif
sel
==
2
then
...
...
@@ -141,8 +140,8 @@ function c22292009.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
end
function
c22292009
.
synfilter
(
c
,
mg
)
return
c
:
IsSynchroSummonable
(
nil
,
mg
)
function
c22292009
.
synfilter
(
c
)
return
c
:
IsSynchroSummonable
(
nil
)
end
function
c22292009
.
xyzfilter
(
c
)
return
c
:
IsXyzSummonable
(
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