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
47d865eb
Commit
47d865eb
authored
Mar 14, 2019
by
Wind
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update pick rule
parent
12a08c92
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
13 deletions
+3
-13
2pick/pick.lua
2pick/pick.lua
+3
-13
No files found.
2pick/pick.lua
View file @
47d865eb
...
...
@@ -283,23 +283,13 @@ function Auxiliary.StartPick(e)
end
]]
--
for
i
=
1
,
6
do
local
lists
=
{[
1
]
=
main
}
local
lists_count
=
{[
1
]
=
8
}
local
lists
=
{[
1
]
=
main
_monster
,[
3
]
=
main_spell
,[
4
]
=
main_trap
}
local
lists_count
=
{[
1
]
=
4
,[
3
]
=
2
,[
4
]
=
2
}
if
i
==
1
or
i
==
2
then
lists
[
1
]
=
main_plain
lists_count
[
1
]
=
6
lists_count
[
1
]
=
2
lists
[
2
]
=
main_adv
lists_count
[
2
]
=
2
elseif
i
==
3
then
lists
[
1
]
=
main_monster
elseif
i
==
4
then
lists
[
1
]
=
main_spell
elseif
i
==
5
then
lists
[
1
]
=
main_trap
elseif
i
==
6
then
lists_count
[
1
]
=
6
lists
[
2
]
=
main_new
lists_count
[
2
]
=
2
end
for
p
=
0
,
1
do
Auxiliary
.
ArbitraryPick
(
p
,
4
,
lists
,
lists_count
)
...
...
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