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
49649d9f
Commit
49649d9f
authored
Mar 05, 2019
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
623f368a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
script/c100412026.lua
script/c100412026.lua
+3
-2
script/c101007083.lua
script/c101007083.lua
+1
-1
script/c40732515.lua
script/c40732515.lua
+1
-1
No files found.
script/c100412026.lua
View file @
49649d9f
...
@@ -112,6 +112,7 @@ function c100412026.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -112,6 +112,7 @@ function c100412026.spop(e,tp,eg,ep,ev,re,r,rp)
local
lv
=
e
:
GetLabel
()
local
lv
=
e
:
GetLabel
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c100412026
.
sfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
e
,
tp
,
lv
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c100412026
.
sfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
e
,
tp
,
lv
)
local
tc
=
g
:
GetFirst
()
if
#
g
>
0
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
script/c101007083.lua
View file @
49649d9f
...
@@ -34,7 +34,7 @@ function c101007083.matfilter(c)
...
@@ -34,7 +34,7 @@ function c101007083.matfilter(c)
return
c
:
IsSetCard
(
0x229
)
and
c
:
IsType
(
TYPE_XYZ
)
and
c
:
IsFaceup
()
return
c
:
IsSetCard
(
0x229
)
and
c
:
IsType
(
TYPE_XYZ
)
and
c
:
IsFaceup
()
end
end
function
c101007083
.
mattg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c101007083
.
mattg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
c101007083
.
matfilter
(
c
)
and
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
tp
)
end
if
chkc
then
return
c101007083
.
matfilter
(
c
hkc
)
and
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
c101007083
.
matfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
c101007083
.
matfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TARGET
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TARGET
)
Duel
.
SelectTarget
(
tp
,
c101007083
.
matfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
Duel
.
SelectTarget
(
tp
,
c101007083
.
matfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
...
...
script/c40732515.lua
View file @
49649d9f
...
@@ -51,7 +51,7 @@ function c40732515.spop(e,tp,eg,ep,ev,re,r,rp,c)
...
@@ -51,7 +51,7 @@ function c40732515.spop(e,tp,eg,ep,ev,re,r,rp,c)
tc
=
g
:
GetFirst
()
tc
=
g
:
GetFirst
()
else
else
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
40732515
,
2
))
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
40732515
,
2
))
tc
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
tc
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
:
GetFirst
()
end
end
tc
:
RemoveCounter
(
tp
,
0x1
,
6
,
REASON_RULE
)
tc
:
RemoveCounter
(
tp
,
0x1
,
6
,
REASON_RULE
)
end
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