Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
171103de
Commit
171103de
authored
Aug 19, 2022
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b06dad6f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
script/c100419014.lua
script/c100419014.lua
+1
-1
script/c100419015.lua
script/c100419015.lua
+1
-1
script/c100419016.lua
script/c100419016.lua
+1
-1
script/c101111001.lua
script/c101111001.lua
+1
-1
No files found.
script/c100419014.lua
View file @
171103de
...
@@ -60,7 +60,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -60,7 +60,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
s
.
matcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
matcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
return
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
and
rp
==
tp
and
re
:
IsActiveType
(
TYPE_QUICKPLAY
)
and
re
:
GetHandler
():
IsSetCard
(
0x28c
)
and
re
:
IsActiveType
(
TYPE_QUICKPLAY
)
and
re
:
GetHandler
():
IsSetCard
(
0x28c
)
end
end
function
s
.
mattg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
mattg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c100419015.lua
View file @
171103de
...
@@ -70,7 +70,7 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -70,7 +70,7 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
s
.
matcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
matcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
return
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
and
rp
==
tp
and
re
:
IsActiveType
(
TYPE_QUICKPLAY
)
and
re
:
GetHandler
():
IsSetCard
(
0x28c
)
and
re
:
IsActiveType
(
TYPE_QUICKPLAY
)
and
re
:
GetHandler
():
IsSetCard
(
0x28c
)
end
end
function
s
.
mattg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
mattg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c100419016.lua
View file @
171103de
...
@@ -61,7 +61,7 @@ function s.gmatop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -61,7 +61,7 @@ function s.gmatop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
s
.
matcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
matcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
return
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
and
rp
==
tp
and
re
:
IsActiveType
(
TYPE_QUICKPLAY
)
and
re
:
GetHandler
():
IsSetCard
(
0x28c
)
and
re
:
IsActiveType
(
TYPE_QUICKPLAY
)
and
re
:
GetHandler
():
IsSetCard
(
0x28c
)
end
end
function
s
.
mattg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
mattg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c101111001.lua
View file @
171103de
...
@@ -25,7 +25,7 @@ function c101111001.initial_effect(c)
...
@@ -25,7 +25,7 @@ function c101111001.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c101111001
.
spfilter
(
c
)
function
c101111001
.
spfilter
(
c
)
return
c
:
IsSetCard
(
0x55
,
0x7b
)
and
c
:
IsFaceupEx
()
return
c
:
IsSetCard
(
0x55
,
0x7b
)
and
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
FaceupEx
()
end
end
function
c101111001
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c101111001
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_ONFIELD
)
return
not
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_ONFIELD
)
...
...
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