Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
4
Merge Requests
4
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
MyCard
ygopro-scripts-888
Commits
133301f2
Commit
133301f2
authored
Dec 23, 2023
by
Chen Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format
parent
7acf288c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
c37440988.lua
c37440988.lua
+2
-1
c37542782.lua
c37542782.lua
+2
-1
No files found.
c37440988.lua
View file @
133301f2
...
...
@@ -43,7 +43,8 @@ function c37440988.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c37440988
.
hspfilter
(
c
,
tp
,
sc
)
return
c
:
IsFusionSetCard
(
0x2034
)
and
c
:
IsLevel
(
10
)
and
c
:
IsControler
(
tp
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
sc
)
>
0
and
c
:
IsCanBeFusionMaterial
(
sc
,
SUMMON_TYPE_SPECIAL
)
return
c
:
IsFusionSetCard
(
0x2034
)
and
c
:
IsLevel
(
10
)
and
c
:
IsControler
(
tp
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
sc
)
>
0
and
c
:
IsCanBeFusionMaterial
(
sc
,
SUMMON_TYPE_SPECIAL
)
end
function
c37440988
.
hspcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
c37542782.lua
View file @
133301f2
...
...
@@ -49,7 +49,8 @@ function c37542782.eqspfilter(c)
end
function
c37542782
.
hspfilter
(
c
,
tp
,
sc
)
return
c
:
IsLevelBelow
(
10
)
and
c
:
IsSetCard
(
0x4093
)
and
c
:
IsFusionType
(
TYPE_FUSION
)
and
c
:
IsControler
(
tp
)
and
c
:
GetEquipGroup
():
IsExists
(
c37542782
.
eqspfilter
,
1
,
nil
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
sc
)
>
0
and
c
:
IsCanBeFusionMaterial
(
sc
,
SUMMON_TYPE_SPECIAL
)
and
c
:
IsControler
(
tp
)
and
c
:
GetEquipGroup
():
IsExists
(
c37542782
.
eqspfilter
,
1
,
nil
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
sc
)
>
0
and
c
:
IsCanBeFusionMaterial
(
sc
,
SUMMON_TYPE_SPECIAL
)
end
function
c37542782
.
hspcon
(
e
,
c
)
if
c
==
nil
then
return
true
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