Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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-2pick
Commits
e9b7adc2
Commit
e9b7adc2
authored
Mar 18, 2015
by
salix5
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
4304547c
ea31a259
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
0 deletions
+8
-0
script/c33252803.lua
script/c33252803.lua
+1
-0
script/c43476205.lua
script/c43476205.lua
+1
-0
script/c45950291.lua
script/c45950291.lua
+1
-0
script/c47660516.lua
script/c47660516.lua
+1
-0
script/c48333324.lua
script/c48333324.lua
+1
-0
script/c57734012.lua
script/c57734012.lua
+1
-0
script/c92365601.lua
script/c92365601.lua
+1
-0
script/c94220427.lua
script/c94220427.lua
+1
-0
No files found.
script/c33252803.lua
View file @
e9b7adc2
...
...
@@ -38,6 +38,7 @@ function c33252803.activate(e,tp,eg,ep,ev,re,r,rp)
if
mg
:
GetCount
()
~=
0
then
Duel
.
Overlay
(
sc
,
mg
)
end
sc
:
SetMaterial
(
Group
.
FromCards
(
tc
))
Duel
.
Overlay
(
sc
,
Group
.
FromCards
(
tc
))
Duel
.
SpecialSummon
(
sc
,
SUMMON_TYPE_XYZ
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
sc
:
CompleteProcedure
()
...
...
script/c43476205.lua
View file @
e9b7adc2
...
...
@@ -64,6 +64,7 @@ function c43476205.activate(e,tp,eg,ep,ev,re,r,rp)
if
mg
:
GetCount
()
~=
0
then
Duel
.
Overlay
(
sc
,
mg
)
end
sc
:
SetMaterial
(
Group
.
FromCards
(
tc
))
Duel
.
Overlay
(
sc
,
Group
.
FromCards
(
tc
))
Duel
.
SpecialSummon
(
sc
,
SUMMON_TYPE_XYZ
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
sc
:
CompleteProcedure
()
...
...
script/c45950291.lua
View file @
e9b7adc2
...
...
@@ -56,6 +56,7 @@ function c45950291.activate(e,tp,eg,ep,ev,re,r,rp)
if
mg
:
GetCount
()
~=
0
then
Duel
.
Overlay
(
sc
,
mg
)
end
sc
:
SetMaterial
(
Group
.
FromCards
(
tc
))
Duel
.
Overlay
(
sc
,
Group
.
FromCards
(
tc
))
Duel
.
SpecialSummon
(
sc
,
SUMMON_TYPE_XYZ
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
sc
:
CompleteProcedure
()
...
...
script/c47660516.lua
View file @
e9b7adc2
...
...
@@ -40,6 +40,7 @@ function c47660516.activate(e,tp,eg,ep,ev,re,r,rp)
if
mg
:
GetCount
()
~=
0
then
Duel
.
Overlay
(
sc
,
mg
)
end
sc
:
SetMaterial
(
Group
.
FromCards
(
tc
))
Duel
.
Overlay
(
sc
,
Group
.
FromCards
(
tc
))
Duel
.
SpecialSummon
(
sc
,
SUMMON_TYPE_XYZ
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
sc
:
CompleteProcedure
()
...
...
script/c48333324.lua
View file @
e9b7adc2
...
...
@@ -41,6 +41,7 @@ function c48333324.activate(e,tp,eg,ep,ev,re,r,rp)
if
mg
:
GetCount
()
~=
0
then
Duel
.
Overlay
(
sc
,
mg
)
end
sc
:
SetMaterial
(
Group
.
FromCards
(
tc
))
Duel
.
Overlay
(
sc
,
Group
.
FromCards
(
tc
))
Duel
.
SpecialSummon
(
sc
,
SUMMON_TYPE_XYZ
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
sc
:
CompleteProcedure
()
...
...
script/c57734012.lua
View file @
e9b7adc2
...
...
@@ -63,6 +63,7 @@ function c57734012.activate(e,tp,eg,ep,ev,re,r,rp)
local
g2
=
Duel
.
SelectMatchingCard
(
tp
,
c57734012
.
filter2
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
,
e
,
tp
,
tc1
,
tc1
.
xyz_number
)
local
tc2
=
g2
:
GetFirst
()
if
tc2
then
tc2
:
SetMaterial
(
g1
)
Duel
.
Overlay
(
tc2
,
g1
)
Duel
.
SpecialSummon
(
tc2
,
SUMMON_TYPE_XYZ
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
tc2
:
CompleteProcedure
()
...
...
script/c92365601.lua
View file @
e9b7adc2
...
...
@@ -40,6 +40,7 @@ function c92365601.activate(e,tp,eg,ep,ev,re,r,rp)
if
mg
:
GetCount
()
~=
0
then
Duel
.
Overlay
(
sc
,
mg
)
end
sc
:
SetMaterial
(
Group
.
FromCards
(
tc
))
Duel
.
Overlay
(
sc
,
Group
.
FromCards
(
tc
))
Duel
.
SpecialSummon
(
sc
,
SUMMON_TYPE_XYZ
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
sc
:
CompleteProcedure
()
...
...
script/c94220427.lua
View file @
e9b7adc2
...
...
@@ -52,6 +52,7 @@ function c94220427.activate(e,tp,eg,ep,ev,re,r,rp)
if
mg
:
GetCount
()
~=
0
then
Duel
.
Overlay
(
sc
,
mg
)
end
sc
:
SetMaterial
(
Group
.
FromCards
(
tc
))
Duel
.
Overlay
(
sc
,
Group
.
FromCards
(
tc
))
Duel
.
SpecialSummon
(
sc
,
SUMMON_TYPE_XYZ
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
sc
:
CompleteProcedure
()
...
...
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