Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
Soulgamer
ygopro-222DIY-cards
Commits
dd48128a
Commit
dd48128a
authored
Jan 06, 2021
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dededededededededededede
parent
7b4e810e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/script/c26803009.lua
expansions/script/c26803009.lua
+1
-1
expansions/script/c81011035.lua
expansions/script/c81011035.lua
+1
-1
expansions/script/c81013024.lua
expansions/script/c81013024.lua
+1
-1
No files found.
expansions/script/c26803009.lua
View file @
dd48128a
...
...
@@ -15,7 +15,7 @@ function c26803009.bfilter(c,tp)
return
c
:
IsFaceup
()
and
not
c
:
IsType
(
TYPE_TOKEN
)
and
Duel
.
IsExistingMatchingCard
(
c26803009
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
c
,
c
:
GetCode
())
end
function
c26803009
.
cfilter
(
c
,
code
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
code
)
return
c
:
IsFaceup
()
and
not
c
:
IsType
(
TYPE_TOKEN
)
and
c
:
IsCode
(
code
)
end
function
c26803009
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c26803009
.
bfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
)
...
...
expansions/script/c81011035.lua
View file @
dd48128a
...
...
@@ -49,7 +49,7 @@ function c81011035.bfilter(c,tp)
return
c
:
IsFaceup
()
and
not
c
:
IsType
(
TYPE_TOKEN
)
and
Duel
.
IsExistingMatchingCard
(
c81011035
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
c
,
c
:
GetCode
())
end
function
c81011035
.
cfilter
(
c
,
code
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
code
)
return
c
:
IsFaceup
()
and
not
c
:
IsType
(
TYPE_TOKEN
)
and
c
:
IsCode
(
code
)
end
function
c81011035
.
immcon
(
e
)
return
Duel
.
IsExistingMatchingCard
(
c81011035
.
bfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
)
...
...
expansions/script/c81013024.lua
View file @
dd48128a
...
...
@@ -50,7 +50,7 @@ function c81013024.bfilter(c,tp)
return
c
:
IsFaceup
()
and
not
c
:
IsType
(
TYPE_TOKEN
)
and
Duel
.
IsExistingMatchingCard
(
c81013024
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
c
,
c
:
GetCode
())
end
function
c81013024
.
cfilter
(
c
,
code
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
code
)
return
c
:
IsFaceup
()
and
not
c
:
IsType
(
TYPE_TOKEN
)
and
c
:
IsCode
(
code
)
end
function
c81013024
.
immcon
(
e
)
return
Duel
.
IsExistingMatchingCard
(
c81013024
.
bfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
,
tp
)
...
...
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