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
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
Commits
d660d201
Commit
d660d201
authored
Oct 18, 2015
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d7c83b74
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
c10178757.lua
c10178757.lua
+1
-1
c44125452.lua
c44125452.lua
+1
-1
c73783043.lua
c73783043.lua
+2
-1
c87774234.lua
c87774234.lua
+1
-1
c89258906.lua
c89258906.lua
+1
-1
No files found.
c10178757.lua
View file @
d660d201
...
@@ -25,7 +25,7 @@ function c10178757.synlimit(e,c)
...
@@ -25,7 +25,7 @@ function c10178757.synlimit(e,c)
end
end
function
c10178757
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c10178757
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_EFFECT
)
>
0
and
re
:
GetHandler
():
IsSetCard
(
0x2
)
return
bit
.
band
(
r
,
REASON_EFFECT
)
>
0
and
re
:
GetHandler
():
IsSetCard
(
0x2
)
and
e
:
GetHandler
():
GetPreviousLocation
()
==
LOCATION_DECK
and
e
:
GetHandler
():
GetPreviousLocation
()
==
LOCATION_DECK
and
e
:
GetHandler
():
GetPreviousControler
()
==
tp
end
end
function
c10178757
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c10178757
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
c44125452.lua
View file @
d660d201
...
@@ -13,7 +13,7 @@ function c44125452.initial_effect(c)
...
@@ -13,7 +13,7 @@ function c44125452.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c44125452
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c44125452
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
and
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_DECK
)
return
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
and
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_DECK
)
and
e
:
GetHandler
():
GetPreviousControler
()
==
tp
end
end
function
c44125452
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c44125452
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsRelateToEffect
(
e
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
if
chk
==
0
then
return
e
:
GetHandler
():
IsRelateToEffect
(
e
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
c73783043.lua
View file @
d660d201
...
@@ -12,7 +12,8 @@ function c73783043.initial_effect(c)
...
@@ -12,7 +12,8 @@ function c73783043.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c73783043
.
filter
(
c
,
e
,
tp
)
function
c73783043
.
filter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x2
)
and
c
:
IsControler
(
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_DECK
)
and
not
c
:
IsPublic
()
return
c
:
IsSetCard
(
0x2
)
and
c
:
IsControler
(
tp
)
and
not
c
:
IsPublic
()
and
c
:
IsPreviousLocation
(
LOCATION_DECK
)
and
c
:
GetPreviousControler
()
==
tp
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
end
function
c73783043
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c73783043
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
c87774234.lua
View file @
d660d201
...
@@ -13,7 +13,7 @@ function c87774234.initial_effect(c)
...
@@ -13,7 +13,7 @@ function c87774234.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c87774234
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c87774234
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
and
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_DECK
)
return
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
and
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_DECK
)
and
e
:
GetHandler
():
GetPreviousControler
()
==
tp
end
end
function
c87774234
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c87774234
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsRelateToEffect
(
e
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
if
chk
==
0
then
return
e
:
GetHandler
():
IsRelateToEffect
(
e
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
c89258906.lua
View file @
d660d201
...
@@ -24,7 +24,7 @@ function c89258906.synlimit(e,c)
...
@@ -24,7 +24,7 @@ function c89258906.synlimit(e,c)
return
not
c
:
IsSetCard
(
0x33
)
return
not
c
:
IsSetCard
(
0x33
)
end
end
function
c89258906
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c89258906
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
and
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_DECK
)
return
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
and
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_DECK
)
and
e
:
GetHandler
():
GetPreviousControler
()
==
tp
end
end
function
c89258906
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c89258906
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsRelateToEffect
(
e
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
if
chk
==
0
then
return
e
:
GetHandler
():
IsRelateToEffect
(
e
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
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