Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
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
Soulgamer
ygopro-222DIY-cards
Commits
93a3e1a5
Commit
93a3e1a5
authored
May 31, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vme50
parent
938ac7d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
expansions/script/c96026035.lua
expansions/script/c96026035.lua
+8
-8
No files found.
expansions/script/c96026035.lua
View file @
93a3e1a5
...
@@ -36,19 +36,19 @@ function c96026035.initial_effect(c)
...
@@ -36,19 +36,19 @@ function c96026035.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
function
c96026035
.
hspfilter
(
c
,
tp
,
sc
)
function
c96026035
.
hspfilter
(
c
,
tp
,
sc
)
return
c
:
IsOriginalCodeRule
(
96026004
)
and
c
:
IsControler
(
tp
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
sc
)
>
0
return
c
:
IsOriginalCodeRule
(
96026004
)
and
c
:
IsControler
(
tp
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
sc
)
>
0
and
not
(
c
:
IsFacedown
()
and
c
:
IsLocation
(
LOCATION_MZONE
))
and
c
:
IsCanBeFusionMaterial
(
sc
,
SUMMON_TYPE_SPECIAL
)
end
end
function
c96026035
.
hspcon
(
e
,
c
)
function
c96026035
.
hspcon
(
e
,
c
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
return
Duel
.
CheckReleaseGroupEx
(
c
:
GetControler
(),
c96026035
.
hspfilter
,
1
,
REASON_SPSUMMON
,
false
,
nil
,
c
:
GetControler
(),
c
)
local
tp
=
e
:
GetHandler
():
GetControler
()
return
Duel
.
IsExistingMatchingCard
(
c96026035
.
hspfilter
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
,
c
)
end
end
function
c96026035
.
hspop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
function
c96026035
.
hspop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHand
ler
()
local
tp
=
e
:
GetHandler
():
GetContro
ler
()
local
g
=
Duel
.
SelectReleaseGroupEx
(
tp
,
c96026035
.
hspfilter
,
1
,
1
,
REASON_SPSUMMON
,
false
,
nil
,
tp
,
c
)
Duel
.
Hint
(
3
,
tp
,
HINTMSG_RELEASE
)
c
:
SetMaterial
(
g
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c96026035
.
hspfilter
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
tp
,
e
:
GetHandler
())
Duel
.
Release
(
g
,
REASON_
SPSUMMON
)
Duel
.
Release
(
g
,
REASON_
COST
)
end
end
function
c96026035
.
q
(
c
,
e
,
tp
)
function
c96026035
.
q
(
c
,
e
,
tp
)
return
c
:
IsCode
(
96026001
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
return
c
:
IsCode
(
96026001
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
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