1
2
3
4
5
6
7
8
9
10
|
--[[message
维护:2024-07-10
标签:#MH-20230402 | #棉花 #行舟之剑
]]
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, 24600, 0, 0)
|
|
|
1
2
3
4
5
6
7
8
9
10
|
--[[message
维护:2024-07-10
标签:#MH-20230402 | #棉花
]]
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, 24600, 0, 0)
|