Commit 47d865eb authored by Wind's avatar Wind

update pick rule

parent 12a08c92
...@@ -283,23 +283,13 @@ function Auxiliary.StartPick(e) ...@@ -283,23 +283,13 @@ function Auxiliary.StartPick(e)
end end
]]-- ]]--
for i=1,6 do for i=1,6 do
local lists={[1]=main} local lists={[1]=main_monster,[3]=main_spell,[4]=main_trap}
local lists_count={[1]=8} local lists_count={[1]=4,[3]=2,[4]=2}
if i==1 or i==2 then if i==1 or i==2 then
lists[1]=main_plain lists[1]=main_plain
lists_count[1]=6 lists_count[1]=2
lists[2]=main_adv lists[2]=main_adv
lists_count[2]=2 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 end
for p=0,1 do for p=0,1 do
Auxiliary.ArbitraryPick(p,4,lists,lists_count) Auxiliary.ArbitraryPick(p,4,lists,lists_count)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment