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
6d4bd097
Commit
6d4bd097
authored
Oct 27, 2017
by
Momobako
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Push by Appveyor
parent
4869685a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
expansions/script/c37564427.lua
expansions/script/c37564427.lua
+1
-1
expansions/script/c37564901.lua
expansions/script/c37564901.lua
+1
-1
expansions/script/c37564902.lua
expansions/script/c37564902.lua
+1
-1
expansions/script/c37564903.lua
expansions/script/c37564903.lua
+1
-1
No files found.
expansions/script/c37564427.lua
View file @
6d4bd097
...
@@ -51,7 +51,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -51,7 +51,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
local
tg
=
e
:
GetHandler
():
GetLinkedGroup
():
Filter
(
Card
.
IsAbleToHand
,
nil
)
local
tg
=
e
:
GetHandler
():
GetLinkedGroup
():
Filter
(
Card
.
IsAbleToHand
,
nil
)
local
ct
=
sg
:
GetCount
()
local
ct
=
sg
:
GetCount
()
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
then
ct
=
math.min
(
ct
,
1
)
end
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
then
ct
=
math.min
(
ct
,
1
)
end
local
g1
=
Senya
.
SelectGroup
(
tp
,
HINTMSG_RTOHAND
,
g
,
cm
.
thgcheck
,
nil
,
1
,
ct
,
tp
,
z
)
local
g1
=
Senya
.
SelectGroup
(
tp
,
HINTMSG_RTOHAND
,
t
g
,
cm
.
thgcheck
,
nil
,
1
,
ct
,
tp
,
z
)
local
rct
=
Duel
.
SendtoHand
(
g1
,
nil
,
REASON_EFFECT
)
local
rct
=
Duel
.
SendtoHand
(
g1
,
nil
,
REASON_EFFECT
)
local
tsg
=
Duel
.
GetMatchingGroup
(
cm
.
sfilter
,
tp
,
LOCATION_HAND
,
0
,
nil
,
e
,
tp
)
local
tsg
=
Duel
.
GetMatchingGroup
(
cm
.
sfilter
,
tp
,
LOCATION_HAND
,
0
,
nil
,
e
,
tp
)
local
minct
=
math.min
(
tsg
:
GetCount
(),
rct
)
local
minct
=
math.min
(
tsg
:
GetCount
(),
rct
)
...
...
expansions/script/c37564901.lua
View file @
6d4bd097
...
@@ -54,7 +54,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -54,7 +54,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
if
tc
.
mat_filter
then
if
tc
.
mat_filter
then
mg
=
mg
:
Filter
(
tc
.
mat_filter
,
nil
)
mg
=
mg
:
Filter
(
tc
.
mat_filter
,
nil
)
end
end
local
mat
=
mat
=
Senya
.
Check
RitualMaterial
(
tc
,
mg
,
tp
,
tc
:
GetLevel
())
local
mat
=
Senya
.
Select
RitualMaterial
(
tc
,
mg
,
tp
,
tc
:
GetLevel
())
tc
:
SetMaterial
(
mat
)
tc
:
SetMaterial
(
mat
)
Senya
.
SayuriCheckTrigger
(
tc
,
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Senya
.
SayuriCheckTrigger
(
tc
,
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
ReleaseRitualMaterial
(
mat
)
Duel
.
ReleaseRitualMaterial
(
mat
)
...
...
expansions/script/c37564902.lua
View file @
6d4bd097
...
@@ -47,7 +47,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -47,7 +47,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
if
tc
.
mat_filter
then
if
tc
.
mat_filter
then
mg
=
mg
:
Filter
(
tc
.
mat_filter
,
nil
)
mg
=
mg
:
Filter
(
tc
.
mat_filter
,
nil
)
end
end
local
mat
=
mat
=
Senya
.
Check
RitualMaterial
(
tc
,
mg
,
tp
,
tc
:
GetLevel
())
local
mat
=
Senya
.
Select
RitualMaterial
(
tc
,
mg
,
tp
,
tc
:
GetLevel
())
tc
:
SetMaterial
(
mat
)
tc
:
SetMaterial
(
mat
)
Senya
.
SayuriCheckTrigger
(
tc
,
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Senya
.
SayuriCheckTrigger
(
tc
,
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
ReleaseRitualMaterial
(
mat
)
Duel
.
ReleaseRitualMaterial
(
mat
)
...
...
expansions/script/c37564903.lua
View file @
6d4bd097
...
@@ -47,7 +47,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -47,7 +47,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
if
tc
.
mat_filter
then
if
tc
.
mat_filter
then
mg
=
mg
:
Filter
(
tc
.
mat_filter
,
nil
)
mg
=
mg
:
Filter
(
tc
.
mat_filter
,
nil
)
end
end
local
mat
=
mat
=
Senya
.
Check
RitualMaterial
(
tc
,
mg
,
tp
,
tc
:
GetLevel
())
local
mat
=
Senya
.
Select
RitualMaterial
(
tc
,
mg
,
tp
,
tc
:
GetLevel
())
tc
:
SetMaterial
(
mat
)
tc
:
SetMaterial
(
mat
)
Senya
.
SayuriCheckTrigger
(
tc
,
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Senya
.
SayuriCheckTrigger
(
tc
,
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
ReleaseRitualMaterial
(
mat
)
Duel
.
ReleaseRitualMaterial
(
mat
)
...
...
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