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
030de440
Commit
030de440
authored
Oct 27, 2018
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix xxyyzz's pick
parent
e48ff9e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
24 deletions
+16
-24
2pick/pick.lua
2pick/pick.lua
+16
-24
No files found.
2pick/pick.lua
View file @
030de440
...
@@ -229,30 +229,22 @@ function Auxiliary.StartPick(e)
...
@@ -229,30 +229,22 @@ function Auxiliary.StartPick(e)
end
end
end
end
-- -- Shadoll Additional Picks
-- XXYYZZ Additional Picks
-- for p=0,1 do
xyz_list
=
{
91998119
,
91998120
,
91998121
}
-- if Duel.IsPlayerNeedToPickDeck(p) then
for
p
=
0
,
1
do
-- Duel.Hint(HINT_CARD,p,86938484)
if
Duel
.
IsPlayerNeedToPickDeck
(
p
)
then
-- local ng=Group.CreateGroup()
local
ng
=
Group
.
CreateGroup
()
-- local card1=Duel.CreateToken(p,86938484)
local
card1
=
Duel
.
CreateToken
(
p
,
2111707
)
-- local card2=Duel.CreateToken(p,86938484)
local
card2
=
Duel
.
CreateToken
(
p
,
25119460
)
-- local card3=Duel.CreateToken(p,74822425)
local
card3
=
Duel
.
CreateToken
(
p
,
99724761
)
-- local card4=Duel.CreateToken(p,19261966)
local
card4
=
Duel
.
CreateToken
(
p
,
xyz_list
[
math.random
(
#
xyz_list
)])
-- local card5=Duel.CreateToken(p,20366274)
ng
:
AddCard
(
card1
)
-- local card6=Duel.CreateToken(p,48424886)
ng
:
AddCard
(
card2
)
-- local card7=Duel.CreateToken(p,74009824)
ng
:
AddCard
(
card3
)
-- local card8=Duel.CreateToken(p,94977269)
ng
:
AddCard
(
card4
)
-- ng:AddCard(card1)
Duel
.
SendtoDeck
(
ng
,
nil
,
0
,
REASON_RULE
)
-- ng:AddCard(card2)
end
-- ng:AddCard(card3)
end
-- ng:AddCard(card4)
-- ng:AddCard(card5)
-- ng:AddCard(card6)
-- ng:AddCard(card7)
-- ng:AddCard(card8)
-- Duel.SendtoDeck(ng,nil,0,REASON_RULE)
-- end
-- end
Auxiliary
.
SaveDeck
()
Auxiliary
.
SaveDeck
()
for
p
=
0
,
1
do
for
p
=
0
,
1
do
...
...
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