Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
Reinen
ygopro-scripts
Commits
ea3ac278
Commit
ea3ac278
authored
Sep 14, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b7d7416b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
6 deletions
+18
-6
c19261966.lua
c19261966.lua
+3
-1
c20366274.lua
c20366274.lua
+3
-1
c48424886.lua
c48424886.lua
+3
-1
c74009824.lua
c74009824.lua
+3
-1
c74822425.lua
c74822425.lua
+3
-1
c94977269.lua
c94977269.lua
+3
-1
No files found.
c19261966.lua
View file @
ea3ac278
...
...
@@ -53,9 +53,11 @@ function c19261966.spfilter1(c,tp,mg,exg)
return
mg
:
IsExists
(
c19261966
.
spfilter2
,
1
,
c
,
tp
,
c
)
or
(
exg
and
exg
:
IsExists
(
c19261966
.
spfilter2
,
1
,
c
,
tp
,
c
))
end
function
c19261966
.
spfilter2
(
c
,
tp
,
mc
)
local
sg
=
Group
.
FromCards
(
c
,
mc
)
if
sg
:
IsExists
(
aux
.
FCheckTuneMagicianX
,
1
,
nil
,
sg
)
then
return
false
end
return
(
c19261966
.
ffilter1
(
c
)
and
c19261966
.
ffilter2
(
mc
)
or
c19261966
.
ffilter2
(
c
)
and
c19261966
.
ffilter1
(
mc
))
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
Group
.
FromCards
(
c
,
mc
)
)
>
0
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
)
>
0
end
function
c19261966
.
fuscon
(
e
,
g
,
gc
,
chkf
)
if
g
==
nil
then
return
true
end
...
...
c20366274.lua
View file @
ea3ac278
...
...
@@ -64,9 +64,11 @@ function c20366274.spfilter1(c,tp,mg,exg)
return
mg
:
IsExists
(
c20366274
.
spfilter2
,
1
,
c
,
tp
,
c
)
or
(
exg
and
exg
:
IsExists
(
c20366274
.
spfilter2
,
1
,
c
,
tp
,
c
))
end
function
c20366274
.
spfilter2
(
c
,
tp
,
mc
)
local
sg
=
Group
.
FromCards
(
c
,
mc
)
if
sg
:
IsExists
(
aux
.
FCheckTuneMagicianX
,
1
,
nil
,
sg
)
then
return
false
end
return
(
c20366274
.
ffilter1
(
c
)
and
c20366274
.
ffilter2
(
mc
)
or
c20366274
.
ffilter2
(
c
)
and
c20366274
.
ffilter1
(
mc
))
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
Group
.
FromCards
(
c
,
mc
)
)
>
0
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
)
>
0
end
function
c20366274
.
fuscon
(
e
,
g
,
gc
,
chkf
)
if
g
==
nil
then
return
true
end
...
...
c48424886.lua
View file @
ea3ac278
...
...
@@ -56,9 +56,11 @@ function c48424886.spfilter1(c,tp,mg,exg)
return
mg
:
IsExists
(
c48424886
.
spfilter2
,
1
,
c
,
tp
,
c
)
or
(
exg
and
exg
:
IsExists
(
c48424886
.
spfilter2
,
1
,
c
,
tp
,
c
))
end
function
c48424886
.
spfilter2
(
c
,
tp
,
mc
)
local
sg
=
Group
.
FromCards
(
c
,
mc
)
if
sg
:
IsExists
(
aux
.
FCheckTuneMagicianX
,
1
,
nil
,
sg
)
then
return
false
end
return
(
c48424886
.
ffilter1
(
c
)
and
c48424886
.
ffilter2
(
mc
)
or
c48424886
.
ffilter2
(
c
)
and
c48424886
.
ffilter1
(
mc
))
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
Group
.
FromCards
(
c
,
mc
)
)
>
0
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
)
>
0
end
function
c48424886
.
fuscon
(
e
,
g
,
gc
,
chkf
)
if
g
==
nil
then
return
true
end
...
...
c74009824.lua
View file @
ea3ac278
...
...
@@ -55,9 +55,11 @@ function c74009824.spfilter1(c,tp,mg,exg)
return
mg
:
IsExists
(
c74009824
.
spfilter2
,
1
,
c
,
tp
,
c
)
or
(
exg
and
exg
:
IsExists
(
c74009824
.
spfilter2
,
1
,
c
,
tp
,
c
))
end
function
c74009824
.
spfilter2
(
c
,
tp
,
mc
)
local
sg
=
Group
.
FromCards
(
c
,
mc
)
if
sg
:
IsExists
(
aux
.
FCheckTuneMagicianX
,
1
,
nil
,
sg
)
then
return
false
end
return
(
c74009824
.
ffilter1
(
c
)
and
c74009824
.
ffilter2
(
mc
)
or
c74009824
.
ffilter2
(
c
)
and
c74009824
.
ffilter1
(
mc
))
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
Group
.
FromCards
(
c
,
mc
)
)
>
0
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
)
>
0
end
function
c74009824
.
fuscon
(
e
,
g
,
gc
,
chkf
)
if
g
==
nil
then
return
true
end
...
...
c74822425.lua
View file @
ea3ac278
...
...
@@ -57,9 +57,11 @@ function c74822425.spfilter1(c,tp,mg,exg)
return
mg
:
IsExists
(
c74822425
.
spfilter2
,
1
,
c
,
tp
,
c
)
or
(
exg
and
exg
:
IsExists
(
c74822425
.
spfilter2
,
1
,
c
,
tp
,
c
))
end
function
c74822425
.
spfilter2
(
c
,
tp
,
mc
)
local
sg
=
Group
.
FromCards
(
c
,
mc
)
if
sg
:
IsExists
(
aux
.
FCheckTuneMagicianX
,
1
,
nil
,
sg
)
then
return
false
end
return
(
c74822425
.
ffilter1
(
c
)
and
c74822425
.
ffilter2
(
mc
)
or
c74822425
.
ffilter2
(
c
)
and
c74822425
.
ffilter1
(
mc
))
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
Group
.
FromCards
(
c
,
mc
)
)
>
0
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
)
>
0
end
function
c74822425
.
fuscon
(
e
,
g
,
gc
,
chkf
)
if
g
==
nil
then
return
true
end
...
...
c94977269.lua
View file @
ea3ac278
...
...
@@ -62,9 +62,11 @@ function c94977269.spfilter1(c,tp,mg,exg)
return
mg
:
IsExists
(
c94977269
.
spfilter2
,
1
,
c
,
tp
,
c
)
or
(
exg
and
exg
:
IsExists
(
c94977269
.
spfilter2
,
1
,
c
,
tp
,
c
))
end
function
c94977269
.
spfilter2
(
c
,
tp
,
mc
)
local
sg
=
Group
.
FromCards
(
c
,
mc
)
if
sg
:
IsExists
(
aux
.
FCheckTuneMagicianX
,
1
,
nil
,
sg
)
then
return
false
end
return
(
c94977269
.
ffilter1
(
c
)
and
c94977269
.
ffilter2
(
mc
)
or
c94977269
.
ffilter2
(
c
)
and
c94977269
.
ffilter1
(
mc
))
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
Group
.
FromCards
(
c
,
mc
)
)
>
0
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
)
>
0
end
function
c94977269
.
fuscon
(
e
,
g
,
gc
,
chkf
)
if
g
==
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