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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
5e530a24
Commit
5e530a24
authored
Nov 29, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
2d38e239
Pipeline
#7216
passed with stages
in 34 minutes and 27 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
expansions/script/c65020067.lua
expansions/script/c65020067.lua
+1
-1
expansions/script/c65020068.lua
expansions/script/c65020068.lua
+1
-1
expansions/script/c65020071.lua
expansions/script/c65020071.lua
+1
-1
expansions/script/c65020072.lua
expansions/script/c65020072.lua
+1
-1
No files found.
expansions/script/c65020067.lua
View file @
5e530a24
...
@@ -64,6 +64,6 @@ function c65020067.activate2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -64,6 +64,6 @@ function c65020067.activate2(e,tp,eg,ep,ev,re,r,rp)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c65020067
.
filter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c65020067
.
filter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
if
tc
then
if
tc
then
Duel
.
Link
Summon
(
tp
,
tc
,
nil
)
Duel
.
Xyz
Summon
(
tp
,
tc
,
nil
)
end
end
end
end
\ No newline at end of file
expansions/script/c65020068.lua
View file @
5e530a24
...
@@ -63,6 +63,6 @@ function c65020068.activate2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -63,6 +63,6 @@ function c65020068.activate2(e,tp,eg,ep,ev,re,r,rp)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c65020068
.
filter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c65020068
.
filter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
if
tc
then
if
tc
then
Duel
.
Link
Summon
(
tp
,
tc
,
nil
)
Duel
.
Xyz
Summon
(
tp
,
tc
,
nil
)
end
end
end
end
\ No newline at end of file
expansions/script/c65020071.lua
View file @
5e530a24
...
@@ -63,6 +63,6 @@ function c65020071.activate2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -63,6 +63,6 @@ function c65020071.activate2(e,tp,eg,ep,ev,re,r,rp)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c65020071
.
filter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c65020071
.
filter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
if
tc
then
if
tc
then
Duel
.
Link
Summon
(
tp
,
tc
,
nil
)
Duel
.
Xyz
Summon
(
tp
,
tc
,
nil
)
end
end
end
end
\ No newline at end of file
expansions/script/c65020072.lua
View file @
5e530a24
...
@@ -14,7 +14,7 @@ function c65020072.thfil(c)
...
@@ -14,7 +14,7 @@ function c65020072.thfil(c)
end
end
function
c65020072
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c65020072
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
,
2
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
,
2
)
and
Duel
.
IsExistingMatchingCard
(
c65020072
.
thfil
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c65020072
.
thfil
,
tp
,
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
()
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
65020072
,
0
,
0x21
,
1700
,
1200
,
4
,
RACE_PLANT
,
ATTRIBUTE_DARK
)
end
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
65020072
,
0
,
0x21
,
1700
,
1200
,
4
,
RACE_PLANT
,
ATTRIBUTE_DARK
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOGRAVE
,
nil
,
1
,
tp
,
LOCATION_HAND
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOGRAVE
,
nil
,
1
,
tp
,
LOCATION_HAND
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DRAW
,
nil
,
0
,
tp
,
2
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DRAW
,
nil
,
0
,
tp
,
2
)
...
...
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