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
f60bcb4d
Commit
f60bcb4d
authored
Jul 02, 2023
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c60151319.lua 灵摆区装备卡适配
parent
ac5298ce
Pipeline
#22539
passed with stage
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
script/c60151319.lua
script/c60151319.lua
+1
-1
No files found.
script/c60151319.lua
View file @
f60bcb4d
...
@@ -64,7 +64,7 @@ function c60151319.setcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -64,7 +64,7 @@ function c60151319.setcon(e,tp,eg,ep,ev,re,r,rp)
return
not
e
:
GetHandler
():
GetOverlayGroup
():
IsExists
(
c60151319
.
cfilter
,
1
,
nil
)
return
not
e
:
GetHandler
():
GetOverlayGroup
():
IsExists
(
c60151319
.
cfilter
,
1
,
nil
)
end
end
function
c60151319
.
dfilter
(
c
)
function
c60151319
.
dfilter
(
c
)
return
c
:
IsType
(
TYPE_EQUIP
)
and
c
:
IsReleasable
()
and
c
:
IsFaceup
()
return
(
c
:
IsType
(
TYPE_EQUIP
)
or
c
:
IsLocation
(
LOCATION_PZONE
)
and
c
:
GetEquipTarget
()
)
and
c
:
IsReleasable
()
and
c
:
IsFaceup
()
end
end
function
c60151319
.
descost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c60151319
.
descost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
CheckRemoveOverlayCard
(
tp
,
1
,
REASON_COST
)
and
Duel
.
IsExistingMatchingCard
(
c60151319
.
dfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
e
:
GetHandler
():
CheckRemoveOverlayCard
(
tp
,
1
,
REASON_COST
)
and
Duel
.
IsExistingMatchingCard
(
c60151319
.
dfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
end
...
...
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