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
255150a1
Commit
255150a1
authored
Aug 02, 2016
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
413a1247
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
7 deletions
+6
-7
c35073065.lua
c35073065.lua
+1
-1
c43241495.lua
c43241495.lua
+1
-1
c54582424.lua
c54582424.lua
+1
-1
c60187739.lua
c60187739.lua
+1
-2
c94656263.lua
c94656263.lua
+1
-1
c98437424.lua
c98437424.lua
+1
-1
No files found.
c35073065.lua
View file @
255150a1
...
@@ -17,7 +17,7 @@ function c35073065.initial_effect(c)
...
@@ -17,7 +17,7 @@ function c35073065.initial_effect(c)
end
end
function
c35073065
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c35073065
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ec
=
eg
:
GetFirst
()
local
ec
=
eg
:
GetFirst
()
return
e
c
:
IsControler
(
tp
)
and
bit
.
band
(
ec
:
GetSummonType
(),
SUMMON_TYPE_ADVANCE
)
==
SUMMON_TYPE_ADVANCE
return
e
p
==
tp
and
bit
.
band
(
ec
:
GetSummonType
(),
SUMMON_TYPE_ADVANCE
)
==
SUMMON_TYPE_ADVANCE
end
end
function
c35073065
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c35073065
.
sptg
(
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
...
...
c43241495.lua
View file @
255150a1
...
@@ -27,7 +27,7 @@ function c43241495.initial_effect(c)
...
@@ -27,7 +27,7 @@ function c43241495.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c43241495
.
cfilter
(
c
,
tp
)
function
c43241495
.
cfilter
(
c
,
tp
)
return
c
:
IsControler
(
tp
)
and
c
:
GetSummonType
()
==
SUMMON_TYPE_PENDULUM
return
c
:
GetSummonPlayer
()
==
tp
and
c
:
GetSummonType
()
==
SUMMON_TYPE_PENDULUM
end
end
function
c43241495
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c43241495
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c43241495
.
cfilter
,
1
,
nil
,
tp
)
return
eg
:
IsExists
(
c43241495
.
cfilter
,
1
,
nil
,
tp
)
...
...
c54582424.lua
View file @
255150a1
...
@@ -22,7 +22,7 @@ function c54582424.initial_effect(c)
...
@@ -22,7 +22,7 @@ function c54582424.initial_effect(c)
end
end
function
c54582424
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c54582424
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ec
=
eg
:
GetFirst
()
local
ec
=
eg
:
GetFirst
()
return
e
c
:
IsControler
(
tp
)
and
ec
:
IsRace
(
RACE_WARRIOR
)
return
e
p
==
tp
and
ec
:
IsRace
(
RACE_WARRIOR
)
end
end
function
c54582424
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c54582424
.
sptg
(
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
...
...
c60187739.lua
View file @
255150a1
...
@@ -36,8 +36,7 @@ function c60187739.initial_effect(c)
...
@@ -36,8 +36,7 @@ function c60187739.initial_effect(c)
end
end
end
end
function
c60187739
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c60187739
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
eg
:
GetFirst
()
c60187739
[
ep
]
=
true
c60187739
[
tc
:
GetControler
()]
=
true
end
end
function
c60187739
.
clear
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c60187739
.
clear
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
c60187739
[
0
]
=
false
c60187739
[
0
]
=
false
...
...
c94656263.lua
View file @
255150a1
...
@@ -22,7 +22,7 @@ function c94656263.initial_effect(c)
...
@@ -22,7 +22,7 @@ function c94656263.initial_effect(c)
end
end
function
c94656263
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c94656263
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ec
=
eg
:
GetFirst
()
local
ec
=
eg
:
GetFirst
()
return
e
c
:
IsControler
(
tp
)
and
ec
:
GetLevel
()
==
4
return
e
p
==
tp
and
ec
:
GetLevel
()
==
4
end
end
function
c94656263
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c94656263
.
sptg
(
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
...
...
c98437424.lua
View file @
255150a1
...
@@ -16,7 +16,7 @@ function c98437424.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c98437424.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c98437424
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c98437424
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
p
~=
tp
return
e
p
~=
tp
end
end
function
c98437424
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c98437424
.
sptg
(
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
...
...
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