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
bc9464a7
Commit
bc9464a7
authored
May 19, 2016
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
80f68164
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
c111280.lua
c111280.lua
+1
-1
c13604200.lua
c13604200.lua
+1
-1
c67227834.lua
c67227834.lua
+1
-1
c75190122.lua
c75190122.lua
+1
-1
No files found.
c111280.lua
View file @
bc9464a7
...
@@ -12,7 +12,7 @@ function c111280.initial_effect(c)
...
@@ -12,7 +12,7 @@ function c111280.initial_effect(c)
e1
:
SetOperation
(
c111280
.
activate
)
e1
:
SetOperation
(
c111280
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c111280
.
card_code_list
=
{
46986414
}
c111280
.
card_code_list
=
{
46986414
,
38033121
}
function
c111280
.
cfilter
(
c
)
function
c111280
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
46986414
,
38033121
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
46986414
,
38033121
)
end
end
...
...
c13604200.lua
View file @
bc9464a7
...
@@ -10,7 +10,7 @@ function c13604200.initial_effect(c)
...
@@ -10,7 +10,7 @@ function c13604200.initial_effect(c)
e1
:
SetOperation
(
c13604200
.
activate
)
e1
:
SetOperation
(
c13604200
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c13604200
.
card_code_list
=
{
46986414
}
c13604200
.
card_code_list
=
{
46986414
,
38033121
}
function
c13604200
.
cfilter
(
c
)
function
c13604200
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
38033121
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
38033121
)
end
end
...
...
c67227834.lua
View file @
bc9464a7
...
@@ -34,7 +34,7 @@ function c67227834.initial_effect(c)
...
@@ -34,7 +34,7 @@ function c67227834.initial_effect(c)
e4
:
SetOperation
(
c67227834
.
recop
)
e4
:
SetOperation
(
c67227834
.
recop
)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
c67227834
.
card_code_list
=
{
46986414
}
c67227834
.
card_code_list
=
{
46986414
,
38033121
}
function
c67227834
.
eqlimit
(
e
,
c
)
function
c67227834
.
eqlimit
(
e
,
c
)
return
c
:
IsCode
(
46986414
,
38033121
)
return
c
:
IsCode
(
46986414
,
38033121
)
end
end
...
...
c75190122.lua
View file @
bc9464a7
...
@@ -10,7 +10,7 @@ function c75190122.initial_effect(c)
...
@@ -10,7 +10,7 @@ function c75190122.initial_effect(c)
e1
:
SetOperation
(
c75190122
.
activate
)
e1
:
SetOperation
(
c75190122
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
c75190122
.
card_code_list
=
{
46986414
}
c75190122
.
card_code_list
=
{
46986414
,
38033121
}
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
)
...
...
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