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
d09f956c
Commit
d09f956c
authored
Mar 06, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c86379227.lua
parent
70a10464
Pipeline
#33474
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
script/c86379227.lua
script/c86379227.lua
+7
-5
No files found.
script/c86379227.lua
View file @
d09f956c
...
...
@@ -8,7 +8,7 @@ function c86379227.initial_effect(c)
e0
:
SetDescription
(
aux
.
Stringid
(
86379227
,
1
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetProperty
(
EFFECT_FLAG_
UNCOPYABLE
+
EFFECT_FLAG_IGNORE_IMMUN
E
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABL
E
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCountLimit
(
1
,
86379227
)
e0
:
SetCondition
(
c86379227
.
lkcon
)
...
...
@@ -66,21 +66,23 @@ function c86379227.counterfilter(c)
end
--
function
c86379227
.
sprfilter
(
c
,
lc
)
return
c
:
IsFaceup
()
and
c
:
IsCanBeLinkMaterial
(
lc
)
and
c
:
IsType
(
TYPE_TOON
)
and
c
:
IsSetCard
(
0x300
)
and
c
:
IsReleasable
()
return
c
:
IsFaceup
()
and
c
:
IsCanBeLinkMaterial
(
lc
)
and
c
:
IsType
(
TYPE_TOON
)
and
c
:
IsSetCard
(
0x300
)
and
c
:
IsReleasable
()
and
c
:
IsLocation
(
LOCATION_MZONE
)
end
function
c86379227
.
fselect
(
g
,
tp
,
lc
)
return
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
lc
)
>
0
end
function
c86379227
.
lkcon
(
e
,
c
)
function
c86379227
.
lkcon
(
e
,
c
,
og
)
if
c
==
nil
then
return
true
end
if
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsFaceup
()
then
return
false
end
local
tp
=
c
:
GetControler
()
local
rg
=
Duel
.
GetMatchingGroup
(
c86379227
.
sprfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
,
c
)
if
og
then
rg
=
og
:
Filter
(
c86379227
.
sprfilter
,
nil
,
c
)
end
return
rg
:
CheckSubGroup
(
c86379227
.
fselect
,
2
,
2
,
tp
,
c
)
end
function
c86379227
.
lktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
c
)
function
c86379227
.
lktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
c
,
og
)
local
rg
=
Duel
.
GetMatchingGroup
(
c86379227
.
sprfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
,
c
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_LMATERIAL
)
if
og
then
rg
=
og
:
Filter
(
c86379227
.
sprfilter
,
nil
,
c
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
sg
=
rg
:
SelectSubGroup
(
tp
,
c86379227
.
fselect
,
true
,
2
,
2
,
tp
,
c
)
if
sg
then
sg
:
KeepAlive
()
...
...
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