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
bc10e847
Commit
bc10e847
authored
Aug 13, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c24055.lua
parent
1d4ae1d8
Pipeline
#40148
passed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
script/c24055.lua
script/c24055.lua
+4
-4
No files found.
script/c24055.lua
View file @
bc10e847
...
...
@@ -17,11 +17,11 @@ function c24055.filter2(c)
return
c
:
IsRace
(
RACE_INSECT
)
end
function
c24055
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroupEx
(
tp
,
c24055
.
filter
,
1
,
nil
)
or
Duel
.
CheckReleaseGroupEx
(
tp
,
c24055
.
filter2
,
2
,
nil
)
end
local
g
=
Duel
.
SelectReleaseGroupEx
(
tp
,
c24055
.
filter2
,
1
,
1
,
nil
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroupEx
(
tp
,
c24055
.
filter
,
1
,
REASON_COST
,
true
,
nil
)
or
Duel
.
CheckReleaseGroupEx
(
tp
,
c24055
.
filter2
,
2
,
REASON_COST
,
true
,
nil
)
end
local
g
=
Duel
.
SelectReleaseGroupEx
(
tp
,
c24055
.
filter2
,
1
,
1
,
REASON_COST
,
true
,
nil
)
if
not
g
:
GetFirst
():
IsSetCard
(
0x262
)
then
local
g2
=
Duel
.
SelectReleaseGroupEx
(
tp
,
c24055
.
filter2
,
1
,
1
,
g
:
GetFirst
())
local
g2
=
Duel
.
SelectReleaseGroupEx
(
tp
,
c24055
.
filter2
,
1
,
1
,
REASON_COST
,
true
,
g
:
GetFirst
())
g
:
Merge
(
g2
)
Duel
.
Release
(
g
,
REASON_COST
)
else
...
...
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