1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-
+
|
--[[message
维护:2024-02-12
简语:Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
原局:Naim_Lyrilusc
]]
Debug.SetAIName("枯岳说书人_a63")
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)
--your hand
Debug.AddCard(97949165, 0, 0, LOCATION_HAND, 0, POS_FACEUP_ATTACK) --turquoise
Debug.AddCard(34550857, 0, 0, LOCATION_HAND, 0, POS_FACEUP_ATTACK) --cobalt
|