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
Ai
ygopro-222DIY-cards
Commits
b1c85bab
Commit
b1c85bab
authored
Jul 27, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
77c6a467
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/pics/33401058.jpg
expansions/pics/33401058.jpg
+0
-0
expansions/script/c33500801.lua
expansions/script/c33500801.lua
+1
-1
expansions/script/c33500804.lua
expansions/script/c33500804.lua
+2
-2
No files found.
expansions/pics/33401058.jpg
View replaced file @
77c6a467
View file @
b1c85bab
313 KB
|
W:
|
H:
311 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c33500801.lua
View file @
b1c85bab
...
@@ -60,7 +60,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -60,7 +60,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
--e2
--e2
function
cm
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
rp
==
tp
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
():
GetCounter
(
0x1a80
)
==
0
and
re
:
IsLocation
(
LOCATION_MZONE
)
return
rp
==
tp
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
():
GetCounter
(
0x1a80
)
==
0
and
re
:
GetHandler
():
IsLocation
(
LOCATION_MZONE
)
end
end
function
cm
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_CARD
,
0
,
m
)
Duel
.
Hint
(
HINT_CARD
,
0
,
m
)
...
...
expansions/script/c33500804.lua
View file @
b1c85bab
...
@@ -35,13 +35,13 @@ end
...
@@ -35,13 +35,13 @@ end
--e2
--e2
function
cm
.
cfilter
(
c
,
ec
)
function
cm
.
cfilter
(
c
,
ec
)
if
c
:
IsLocation
(
LOCATION_MZONE
)
then
if
c
:
IsLocation
(
LOCATION_MZONE
)
then
return
c
:
IsFaceup
()
return
c
:
IsFaceup
()
else
else
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
end
end
end
end
function
cm
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
cm
.
cfilter
,
1
,
e
:
GetHandler
())
return
eg
:
IsExists
(
cm
.
cfilter
,
1
,
e
:
GetHandler
())
and
ep
==
tp
end
end
function
cm
.
ctop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
ctop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
eg
:
GetFirst
():
AddCounter
(
0x1a80
,
1
)
eg
:
GetFirst
():
AddCounter
(
0x1a80
,
1
)
...
...
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