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
0c3fd997
Commit
0c3fd997
authored
Dec 25, 2016
by
dest
Committed by
salix5
Dec 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
errata Necrovalley (#713)
* errata Necrovalley * summon proc necrovalley * revert summon proc for ss only
parent
755d326a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
c34230233.lua
c34230233.lua
+1
-0
c47355498.lua
c47355498.lua
+1
-5
c5556499.lua
c5556499.lua
+3
-2
c99365553.lua
c99365553.lua
+1
-0
c99913726.lua
c99913726.lua
+1
-0
No files found.
c34230233.lua
View file @
0c3fd997
...
@@ -25,6 +25,7 @@ function c34230233.spfilter(c)
...
@@ -25,6 +25,7 @@ function c34230233.spfilter(c)
end
end
function
c34230233
.
spcon
(
e
,
c
)
function
c34230233
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
if
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
then
return
false
end
return
Duel
.
GetLocationCount
(
c
:
GetControler
(),
LOCATION_MZONE
)
>-
1
return
Duel
.
GetLocationCount
(
c
:
GetControler
(),
LOCATION_MZONE
)
>-
1
and
Duel
.
IsExistingMatchingCard
(
c34230233
.
spfilter
,
c
:
GetControler
(),
LOCATION_MZONE
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
c34230233
.
spfilter
,
c
:
GetControler
(),
LOCATION_MZONE
,
0
,
1
,
nil
)
end
end
...
...
c47355498.lua
View file @
0c3fd997
...
@@ -81,11 +81,7 @@ function c47355498.discheck(ev,category,re,im0,im1,targets)
...
@@ -81,11 +81,7 @@ function c47355498.discheck(ev,category,re,im0,im1,targets)
end
end
end
end
if
tg
and
tg
:
GetCount
()
>
0
then
if
tg
and
tg
:
GetCount
()
>
0
then
if
targets
and
targets
:
IsContains
(
re
:
GetHandler
())
then
return
tg
:
IsExists
(
c47355498
.
disfilter
,
1
,
nil
,
im0
,
im1
)
return
tg
:
IsExists
(
c47355498
.
disfilter
,
1
,
nil
,
im0
,
im1
)
else
return
tg
:
IsExists
(
c47355498
.
disfilter
,
1
,
re
:
GetHandler
(),
im0
,
im1
)
end
end
end
return
false
return
false
end
end
...
...
c5556499.lua
View file @
0c3fd997
...
@@ -33,17 +33,18 @@ function c5556499.spfilter(c)
...
@@ -33,17 +33,18 @@ function c5556499.spfilter(c)
end
end
function
c5556499
.
spcon
(
e
,
c
)
function
c5556499
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
if
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
then
return
false
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
then
return
false
end
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
then
return
false
end
local
g
=
Duel
.
GetMatchingGroup
(
c5556499
.
spfilter
,
tp
,
LOCATION_HAND
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c5556499
.
spfilter
,
tp
,
LOCATION_HAND
,
0
,
nil
)
if
not
c
:
IsAbleToGraveAsCost
()
then
if
not
c
:
IsAbleToGraveAsCost
()
or
Duel
.
IsPlayerAffectedByEffect
(
tp
,
EFFECT_NECRO_VALLEY
)
then
g
:
RemoveCard
(
c
)
g
:
RemoveCard
(
c
)
end
end
return
g
:
CheckWithSumGreater
(
Card
.
GetLevel
,
8
)
return
g
:
CheckWithSumGreater
(
Card
.
GetLevel
,
8
)
end
end
function
c5556499
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
function
c5556499
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
local
g
=
Duel
.
GetMatchingGroup
(
c5556499
.
spfilter
,
c
:
GetControler
(),
LOCATION_HAND
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c5556499
.
spfilter
,
c
:
GetControler
(),
LOCATION_HAND
,
0
,
nil
)
if
not
c
:
IsAbleToGraveAsCost
()
then
if
not
c
:
IsAbleToGraveAsCost
()
or
Duel
.
IsPlayerAffectedByEffect
(
tp
,
EFFECT_NECRO_VALLEY
)
then
g
:
RemoveCard
(
c
)
g
:
RemoveCard
(
c
)
end
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DISCARD
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DISCARD
)
...
...
c99365553.lua
View file @
0c3fd997
...
@@ -52,6 +52,7 @@ function c99365553.spfilter2(c,att)
...
@@ -52,6 +52,7 @@ function c99365553.spfilter2(c,att)
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
)
then
return
false
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c99365553
.
spfilter2
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
,
ATTRIBUTE_LIGHT
)
and
Duel
.
IsExistingMatchingCard
(
c99365553
.
spfilter2
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
,
ATTRIBUTE_LIGHT
)
...
...
c99913726.lua
View file @
0c3fd997
...
@@ -31,6 +31,7 @@ function c99913726.rfilter(c)
...
@@ -31,6 +31,7 @@ function c99913726.rfilter(c)
end
end
function
c99913726
.
hspcon
(
e
,
c
)
function
c99913726
.
hspcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
if
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
then
return
false
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
m
=
0
local
m
=
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