1
2
3
4
5
6
7
8
9
10
|
--[[message
维护:2024-06-25
标签:#MH-20220202 #有人打不过
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_PSEUDO_SHUFFLE + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 11300, 0, 0)
|
>
|
|
1
2
3
4
5
6
7
8
9
10
11
|
--[[message
维护:2024-06-25
简语:MH-20220202
标签:#有人打不过
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_PSEUDO_SHUFFLE + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 11300, 0, 0)
|