1
2
3
4
5
6
7
8
9
10
11
|
--[[message
维护:2024-02-12
简语:Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
标签:#有人打不过 #Naim_Lyrilusc #枯岳说书人
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI + DUEL_PSEUDO_SHUFFLE, 5)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 14900, 0, 0)
|
|
|
|
|
1
2
3
4
5
6
7
8
9
10
11
|
--[[message
时间:2024-07-01
简介:Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
标签:#Naim_Lyrilusc #枯岳说书人
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI + DUEL_PSEUDO_SHUFFLE, 5)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 14900, 0, 0)
|
28
29
30
31
32
33
34
35
36
|
Debug.AddCard(48608796, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --assembly nightingale
--opponent's
Debug.AddCard(46986414, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) --Legendary Fisherman III
--Insert any message here
--insert additional message here
Debug.ReloadFieldEnd()
aux.BeginPuzzle(2)
|
|
|
28
29
30
31
32
33
34
35
36
|
Debug.AddCard(48608796, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --assembly nightingale
--opponent's
Debug.AddCard(46986414, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) --Legendary Fisherman III
--Insert any message here
--insert additional message here
Debug.ReloadFieldEnd("青玉燕")
aux.BeginPuzzle(2)
|