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
e784954a
Commit
e784954a
authored
Feb 19, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c20254.lua
parent
af5ae32c
Pipeline
#33296
passed with stage
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
script/c20254.lua
script/c20254.lua
+4
-3
No files found.
script/c20254.lua
View file @
e784954a
...
...
@@ -29,7 +29,7 @@ function c20254.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
c20254
.
spfilter
(
c
)
return
c
:
IsSetCard
(
0x201
)
return
c
:
IsSetCard
(
0x201
)
and
c
:
IsType
(
TYPE_EQUIP
)
and
(
c
:
IsFaceup
()
or
c
:
IsLocation
(
LOCATION_GRAVE
))
end
function
c20254
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
@@ -38,7 +38,7 @@ function c20254.spcon(e,c)
return
ct
%
2
==
0
end
function
c20254
.
spfilter2
(
c
)
return
c
:
IsSetCard
(
0x201
)
and
c
:
IsAbleToRemoveAsCost
()
return
c
:
IsSetCard
(
0x201
)
and
c
:
IsAbleToRemoveAsCost
()
and
c
:
IsType
(
TYPE_EQUIP
)
and
(
c
:
IsFaceup
()
or
c
:
IsLocation
(
LOCATION_GRAVE
))
end
function
c20254
.
spcon2
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
@@ -48,8 +48,9 @@ function c20254.spcon2(e,c)
end
function
c20254
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
local
tp
=
c
:
GetControler
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c20254
.
spfilter2
,
tp
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_
COST
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_
SPSUMMON
)
end
function
c20254
.
val
(
e
,
c
)
return
c
:
GetEquipCount
()
*
500
...
...
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