1
2
3
4
5
6
7
8
9
10
11
|
1
2
3
4
5
6
7
8
9
10
11
|
-
-
-
+
+
+
|
--[[message
维护:2024-06-24
简语:Be cautious! Nekroz of Trishula will punish you if you do not get rid of your whole hand.
标签:#有人打不过 #Furtie_Hubo_14_Nekroz
时间:2024-07-01
简介:Be cautious! Nekroz of Trishula will punish you if you do not get rid of your whole hand.
标签:#Furtie_Hubo_14_Nekroz
]]
-- Nekroz
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_PSEUDO_SHUFFLE + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 8400, 0, 0)
|
52
53
54
55
56
57
58
59
60
|
52
53
54
55
56
57
58
59
60
|
-
+
|
Debug.AddCard(16229315, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN) -- Gale Dogra
Debug.AddCard(27796375, 0, 0, LOCATION_HAND, 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()
Debug.ReloadFieldEnd("天枪龙")
aux.BeginPuzzle(1)
|