1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--[[message
维护:2024-07-03
简语:Puzzle that consist of multiple layer of defense mechanism that player has to figure how to breakthrough and OTK.
标签:#Banyspy_03_Absolute_Defense
]]
--Absolute defense
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_PSEUDO_SHUFFLE + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 1000, 0, 0)
Debug.SetPlayerInfo(1, 81000, 0, 0)
--Player's deck
Debug.AddCard(87571563, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --world legacy guardragon
Debug.AddCard(74063034, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --invocation
Debug.AddCard(82321037, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --barasthos
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--[[message
维护:2024-07-03
简语:Puzzle that consist of multiple layer of defense mechanism that player has to figure how to breakthrough and OTK.
标签:#Banyspy_03_Absolute_Defense
]]
--Absolute defense
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURNDUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 1000, 0, 0)
Debug.SetPlayerInfo(1, 81000, 0, 0)
--Player's deck
Debug.AddCard(87571563, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --world legacy guardragon
Debug.AddCard(74063034, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --invocation
Debug.AddCard(82321037, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --barasthos
|