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
八宫一月
ygopro-scripts
Commits
8bae85dd
Commit
8bae85dd
authored
Jun 30, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
836ccf68
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
c25460258.lua
c25460258.lua
+1
-1
c82301904.lua
c82301904.lua
+1
-1
c9596126.lua
c9596126.lua
+1
-1
c99365553.lua
c99365553.lua
+2
-2
No files found.
c25460258.lua
View file @
8bae85dd
...
@@ -41,8 +41,8 @@ function c25460258.spcost_selector(c,tp,g,sg,i)
...
@@ -41,8 +41,8 @@ function c25460258.spcost_selector(c,tp,g,sg,i)
end
end
function
c25460258
.
spcon
(
e
,
c
)
function
c25460258
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
if
Duel
.
GetMZoneCount
(
tp
)
<=
0
then
return
false
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
if
Duel
.
GetMZoneCount
(
tp
)
<=
0
then
return
false
end
local
g
=
Duel
.
GetMatchingGroup
(
c25460258
.
spcostfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c25460258
.
spcostfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
sg
=
Group
.
CreateGroup
()
local
sg
=
Group
.
CreateGroup
()
return
g
:
IsExists
(
c25460258
.
spcost_selector
,
1
,
nil
,
tp
,
g
,
sg
,
1
)
return
g
:
IsExists
(
c25460258
.
spcost_selector
,
1
,
nil
,
tp
,
g
,
sg
,
1
)
...
...
c82301904.lua
View file @
8bae85dd
...
@@ -49,8 +49,8 @@ function c82301904.spcost_selector(c,tp,g,sg,i)
...
@@ -49,8 +49,8 @@ function c82301904.spcost_selector(c,tp,g,sg,i)
end
end
function
c82301904
.
spcon
(
e
,
c
)
function
c82301904
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
if
Duel
.
GetMZoneCount
(
tp
)
<=
0
then
return
false
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
if
Duel
.
GetMZoneCount
(
tp
)
<=
0
then
return
false
end
local
g
=
Duel
.
GetMatchingGroup
(
c82301904
.
spcostfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c82301904
.
spcostfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
sg
=
Group
.
CreateGroup
()
local
sg
=
Group
.
CreateGroup
()
return
g
:
IsExists
(
c82301904
.
spcost_selector
,
1
,
nil
,
tp
,
g
,
sg
,
1
)
return
g
:
IsExists
(
c82301904
.
spcost_selector
,
1
,
nil
,
tp
,
g
,
sg
,
1
)
...
...
c9596126.lua
View file @
8bae85dd
...
@@ -43,8 +43,8 @@ function c9596126.spcost_selector(c,tp,g,sg,i)
...
@@ -43,8 +43,8 @@ function c9596126.spcost_selector(c,tp,g,sg,i)
end
end
function
c9596126
.
spcon
(
e
,
c
)
function
c9596126
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
if
Duel
.
GetMZoneCount
(
tp
)
<=
0
then
return
false
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
if
Duel
.
GetMZoneCount
(
tp
)
<=
0
then
return
false
end
local
g
=
Duel
.
GetMatchingGroup
(
c9596126
.
spcostfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c9596126
.
spcostfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
sg
=
Group
.
CreateGroup
()
local
sg
=
Group
.
CreateGroup
()
return
g
:
IsExists
(
c9596126
.
spcost_selector
,
1
,
nil
,
tp
,
g
,
sg
,
1
)
return
g
:
IsExists
(
c9596126
.
spcost_selector
,
1
,
nil
,
tp
,
g
,
sg
,
1
)
...
...
c99365553.lua
View file @
8bae85dd
...
@@ -51,8 +51,8 @@ function c99365553.spcost_selector(c,tp,g,sg,i)
...
@@ -51,8 +51,8 @@ function c99365553.spcost_selector(c,tp,g,sg,i)
end
end
function
c99365553
.
spcon1
(
e
,
c
)
function
c99365553
.
spcon1
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
if
Duel
.
GetMZoneCount
(
tp
)
<=
0
then
return
false
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
if
Duel
.
GetMZoneCount
(
tp
)
<=
0
then
return
false
end
local
g
=
Duel
.
GetMatchingGroup
(
c99365553
.
spcostfilter1
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c99365553
.
spcostfilter1
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
sg
=
Group
.
CreateGroup
()
local
sg
=
Group
.
CreateGroup
()
return
g
:
IsExists
(
c99365553
.
spcost_selector
,
1
,
nil
,
tp
,
g
,
sg
,
1
)
return
g
:
IsExists
(
c99365553
.
spcost_selector
,
1
,
nil
,
tp
,
g
,
sg
,
1
)
...
@@ -70,8 +70,8 @@ function c99365553.spop1(e,tp,eg,ep,ev,re,r,rp,c)
...
@@ -70,8 +70,8 @@ function c99365553.spop1(e,tp,eg,ep,ev,re,r,rp,c)
end
end
function
c99365553
.
spcon2
(
e
,
c
)
function
c99365553
.
spcon2
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
if
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
or
Duel
.
GetMZoneCount
(
tp
)
<=
0
then
return
false
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
if
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
or
Duel
.
GetMZoneCount
(
tp
)
<=
0
then
return
false
end
local
g
=
Duel
.
GetMatchingGroup
(
c99365553
.
spcostfilter2
,
tp
,
LOCATION_HAND
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c99365553
.
spcostfilter2
,
tp
,
LOCATION_HAND
,
0
,
nil
)
local
sg
=
Group
.
CreateGroup
()
local
sg
=
Group
.
CreateGroup
()
return
g
:
IsExists
(
c99365553
.
spcost_selector
,
1
,
nil
,
tp
,
g
,
sg
,
1
)
return
g
:
IsExists
(
c99365553
.
spcost_selector
,
1
,
nil
,
tp
,
g
,
sg
,
1
)
...
...
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