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
7362fd2b
Commit
7362fd2b
authored
Feb 17, 2016
by
nekrozar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add dark_magician_list
parent
260acbca
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
0 deletions
+10
-0
c13604200.lua
c13604200.lua
+1
-0
c2314238.lua
c2314238.lua
+1
-0
c48680970.lua
c48680970.lua
+1
-0
c63391643.lua
c63391643.lua
+1
-0
c67227834.lua
c67227834.lua
+1
-0
c68334074.lua
c68334074.lua
+1
-0
c69542930.lua
c69542930.lua
+1
-0
c75190122.lua
c75190122.lua
+1
-0
c87210505.lua
c87210505.lua
+1
-0
c99789342.lua
c99789342.lua
+1
-0
No files found.
c13604200.lua
View file @
7362fd2b
...
@@ -10,6 +10,7 @@ function c13604200.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c13604200.initial_effect(c)
e1
:
SetOperation
(
c13604200
.
activate
)
e1
:
SetOperation
(
c13604200
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c13604200
.
dark_magician_list
=
true
function
c13604200
.
cfilter
(
c
)
function
c13604200
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
38033121
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
38033121
)
end
end
...
...
c2314238.lua
View file @
7362fd2b
...
@@ -10,6 +10,7 @@ function c2314238.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c2314238.initial_effect(c)
e1
:
SetOperation
(
c2314238
.
activate
)
e1
:
SetOperation
(
c2314238
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c2314238
.
dark_magician_list
=
true
function
c2314238
.
cfilter
(
c
)
function
c2314238
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
46986414
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
46986414
)
end
end
...
...
c48680970.lua
View file @
7362fd2b
...
@@ -38,6 +38,7 @@ function c48680970.initial_effect(c)
...
@@ -38,6 +38,7 @@ function c48680970.initial_effect(c)
e4
:
SetOperation
(
c48680970
.
desop
)
e4
:
SetOperation
(
c48680970
.
desop
)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
c48680970
.
dark_magician_list
=
true
function
c48680970
.
filter1
(
c
,
e
,
tp
)
function
c48680970
.
filter1
(
c
,
e
,
tp
)
return
c
:
IsCode
(
46986414
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsCode
(
46986414
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
end
...
...
c63391643.lua
View file @
7362fd2b
...
@@ -11,6 +11,7 @@ function c63391643.initial_effect(c)
...
@@ -11,6 +11,7 @@ function c63391643.initial_effect(c)
e1
:
SetOperation
(
c63391643
.
activate
)
e1
:
SetOperation
(
c63391643
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c63391643
.
dark_magician_list
=
true
function
c63391643
.
cfilter
(
c
)
function
c63391643
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
46986414
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
46986414
)
end
end
...
...
c67227834.lua
View file @
7362fd2b
...
@@ -34,6 +34,7 @@ function c67227834.initial_effect(c)
...
@@ -34,6 +34,7 @@ function c67227834.initial_effect(c)
e4
:
SetOperation
(
c67227834
.
recop
)
e4
:
SetOperation
(
c67227834
.
recop
)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
c67227834
.
dark_magician_list
=
true
function
c67227834
.
eqlimit
(
e
,
c
)
function
c67227834
.
eqlimit
(
e
,
c
)
local
code
=
c
:
GetCode
()
local
code
=
c
:
GetCode
()
return
code
==
46986414
or
code
==
38033121
return
code
==
46986414
or
code
==
38033121
...
...
c68334074.lua
View file @
7362fd2b
...
@@ -12,6 +12,7 @@ function c68334074.initial_effect(c)
...
@@ -12,6 +12,7 @@ function c68334074.initial_effect(c)
e1
:
SetOperation
(
c68334074
.
activate
)
e1
:
SetOperation
(
c68334074
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c68334074
.
dark_magician_list
=
true
function
c68334074
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c68334074
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsCanRemoveCounter
(
tp
,
1
,
0
,
0x3001
,
2
,
REASON_COST
)
end
if
chk
==
0
then
return
Duel
.
IsCanRemoveCounter
(
tp
,
1
,
0
,
0x3001
,
2
,
REASON_COST
)
end
Duel
.
RemoveCounter
(
tp
,
1
,
0
,
0x3001
,
2
,
REASON_COST
)
Duel
.
RemoveCounter
(
tp
,
1
,
0
,
0x3001
,
2
,
REASON_COST
)
...
...
c69542930.lua
View file @
7362fd2b
...
@@ -10,6 +10,7 @@ function c69542930.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c69542930.initial_effect(c)
e1
:
SetOperation
(
c69542930
.
activate
)
e1
:
SetOperation
(
c69542930
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c69542930
.
dark_magician_list
=
true
function
c69542930
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c69542930
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
Card
.
IsCode
,
1
,
nil
,
46986414
)
end
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
Card
.
IsCode
,
1
,
nil
,
46986414
)
end
local
g
=
Duel
.
SelectReleaseGroup
(
tp
,
Card
.
IsCode
,
1
,
1
,
nil
,
46986414
)
local
g
=
Duel
.
SelectReleaseGroup
(
tp
,
Card
.
IsCode
,
1
,
1
,
nil
,
46986414
)
...
...
c75190122.lua
View file @
7362fd2b
...
@@ -10,6 +10,7 @@ function c75190122.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c75190122.initial_effect(c)
e1
:
SetOperation
(
c75190122
.
activate
)
e1
:
SetOperation
(
c75190122
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c75190122
.
dark_magician_list
=
true
function
c75190122
.
cfilter
(
c
,
code
)
function
c75190122
.
cfilter
(
c
,
code
)
local
code1
,
code2
=
c
:
GetOriginalCodeRule
()
local
code1
,
code2
=
c
:
GetOriginalCodeRule
()
return
c
:
IsFaceup
()
and
(
code1
==
code
or
code2
==
code
)
return
c
:
IsFaceup
()
and
(
code1
==
code
or
code2
==
code
)
...
...
c87210505.lua
View file @
7362fd2b
...
@@ -10,6 +10,7 @@ function c87210505.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c87210505.initial_effect(c)
e1
:
SetOperation
(
c87210505
.
activate
)
e1
:
SetOperation
(
c87210505
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c87210505
.
dark_magician_list
=
true
function
c87210505
.
costfilter
(
c
)
function
c87210505
.
costfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
46986414
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
46986414
)
end
end
...
...
c99789342.lua
View file @
7362fd2b
...
@@ -10,6 +10,7 @@ function c99789342.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c99789342.initial_effect(c)
e1
:
SetOperation
(
c99789342
.
activate
)
e1
:
SetOperation
(
c99789342
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c99789342
.
dark_magician_list
=
true
function
c99789342
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c99789342
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetActivityCount
(
tp
,
ACTIVITY_SUMMON
)
==
0
if
chk
==
0
then
return
Duel
.
GetActivityCount
(
tp
,
ACTIVITY_SUMMON
)
==
0
and
Duel
.
GetActivityCount
(
tp
,
ACTIVITY_FLIPSUMMON
)
==
0
and
Duel
.
GetActivityCount
(
tp
,
ACTIVITY_SPSUMMON
)
==
0
end
and
Duel
.
GetActivityCount
(
tp
,
ACTIVITY_FLIPSUMMON
)
==
0
and
Duel
.
GetActivityCount
(
tp
,
ACTIVITY_SPSUMMON
)
==
0
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