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
3
Merge Requests
3
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
09817919
Commit
09817919
authored
May 16, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
workaround
parent
78ffe0d7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
c75402014.lua
c75402014.lua
+1
-1
c78063197.lua
c78063197.lua
+1
-1
c89785779.lua
c89785779.lua
+1
-1
No files found.
c75402014.lua
View file @
09817919
...
@@ -39,7 +39,7 @@ function c75402014.eqcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -39,7 +39,7 @@ function c75402014.eqcon(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c75402014
.
eqfilter
(
c
,
tp
)
function
c75402014
.
eqfilter
(
c
,
tp
)
local
mt
=
_G
[
"c"
..
c
:
GetCode
()]
local
mt
=
_G
[
"c"
..
c
:
GetCode
()]
return
mt
.
zw_equip_monster
and
c
:
IsSetCard
(
0x107e
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsForbidden
()
and
c
:
CheckUniqueOnField
(
tp
,
LOCATION_SZONE
)
return
mt
and
mt
.
zw_equip_monster
and
c
:
IsSetCard
(
0x107e
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsForbidden
()
and
c
:
CheckUniqueOnField
(
tp
,
LOCATION_SZONE
)
end
end
function
c75402014
.
eqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c75402014
.
eqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
...
...
c78063197.lua
View file @
09817919
...
@@ -96,7 +96,7 @@ function c78063197.filter(c)
...
@@ -96,7 +96,7 @@ function c78063197.filter(c)
end
end
function
c78063197
.
eqfilter
(
c
)
function
c78063197
.
eqfilter
(
c
)
local
m
=
_G
[
"c"
..
c
:
GetCode
()]
local
m
=
_G
[
"c"
..
c
:
GetCode
()]
return
c
:
IsFaceup
()
and
((
c
:
IsSetCard
(
0x1110
)
and
c
:
IsType
(
TYPE_FUSION
))
or
c
:
IsCode
(
64631466
))
return
m
and
c
:
IsFaceup
()
and
((
c
:
IsSetCard
(
0x1110
)
and
c
:
IsType
(
TYPE_FUSION
))
or
c
:
IsCode
(
64631466
))
and
not
c
:
IsDisabled
()
and
m
.
can_equip_monster
and
m
.
can_equip_monster
(
c
)
and
not
c
:
IsDisabled
()
and
m
.
can_equip_monster
and
m
.
can_equip_monster
(
c
)
end
end
function
c78063197
.
eqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c78063197
.
eqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
c89785779.lua
View file @
09817919
...
@@ -35,7 +35,7 @@ function c89785779.filter(c)
...
@@ -35,7 +35,7 @@ function c89785779.filter(c)
end
end
function
c89785779
.
eqfilter
(
c
)
function
c89785779
.
eqfilter
(
c
)
local
m
=
_G
[
"c"
..
c
:
GetCode
()]
local
m
=
_G
[
"c"
..
c
:
GetCode
()]
return
c
:
IsFaceup
()
and
((
c
:
IsSetCard
(
0x1110
)
and
c
:
IsType
(
TYPE_FUSION
))
or
c
:
IsCode
(
64631466
))
return
m
and
c
:
IsFaceup
()
and
((
c
:
IsSetCard
(
0x1110
)
and
c
:
IsType
(
TYPE_FUSION
))
or
c
:
IsCode
(
64631466
))
and
not
c
:
IsDisabled
()
and
m
.
can_equip_monster
and
m
.
can_equip_monster
(
c
)
and
not
c
:
IsDisabled
()
and
m
.
can_equip_monster
and
m
.
can_equip_monster
(
c
)
end
end
function
c89785779
.
eqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c89785779
.
eqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
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