53
54
55
56
57
58
59
60
61
62
63
|
Debug.AddCard(27796375,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Great Sorcerer of the Nekroz
--~ Debug.AddCard(68819554,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Performage Damage Juggler
--~ Debug.AddCard(89463537,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Nekroz of Unicore
Debug.AddCard(96729612,0,0,LOCATION_HAND,0,POS_FACEDOWN) -- Preparation of Rites
-- Start the Puzzle
Debug.ReloadFieldEnd()
fun["开局添加手卡"](4)
aux.BeginPuzzle()
|
<
<
|
|
53
54
55
56
57
58
59
60
61
|
Debug.AddCard(27796375,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Great Sorcerer of the Nekroz
--~ Debug.AddCard(68819554,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Performage Damage Juggler
--~ Debug.AddCard(89463537,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Nekroz of Unicore
Debug.AddCard(96729612,0,0,LOCATION_HAND,0,POS_FACEDOWN) -- Preparation of Rites
-- Start the Puzzle
Debug.ReloadFieldEnd()
aux.BeginPuzzle(4)
|