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
d5355d57
Commit
d5355d57
authored
Mar 06, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c86379540.lua
parent
6498c24b
Pipeline
#33469
passed with stage
in 9 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/c86379540.lua
script/c86379540.lua
+4
-3
No files found.
script/c86379540.lua
View file @
d5355d57
...
...
@@ -41,15 +41,16 @@ function c86379540.sprfilter2(c,tp,sync)
return
c
:
IsSetCard
(
0x3256
)
and
c
:
IsCanBeSynchroMaterial
(
sync
)
and
c
:
IsReleasable
()
and
c
:
IsLevel
(
4
)
and
not
c
:
IsCode
(
86379540
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
sync
)
>
0
end
function
c86379540
.
sprcon2
(
e
,
c
)
function
c86379540
.
sprcon2
(
e
,
c
,
smat
,
mg
)
if
c
==
nil
then
return
true
end
local
tp
=
c
:
GetControler
()
return
Duel
.
IsExistingMatchingCard
(
c86379540
.
sprfilter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
,
c
)
return
Duel
.
IsExistingMatchingCard
(
c86379540
.
sprfilter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
,
c
)
and
not
smat
and
not
mg
end
function
c86379540
.
sprop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c86379540
.
sprfilter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
tp
,
c
)
Duel
.
Release
(
g
,
REASON_COST
+
REASON_MATERIAL
+
REASON_SYNCHRO
)
c
:
SetMaterial
(
g
)
Duel
.
Release
(
g
,
REASON_MATERIAL
+
REASON_SYNCHRO
)
end
--
function
c86379540
.
confilter
(
c
,
sc
)
...
...
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