1
2
3
4
5
6
7
8
9
|
--[[message
卡数:11
规则:大师3
Inspired by this page (http://roadoftheking.com/dd-advance-combo).
]]
Debug.SetAIName("Naim")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3)
Debug.SetPlayerInfo(0,100,0,0)
|
<
|
1
2
3
4
5
6
7
8
|
--[[message
卡数:11
规则:大师3
Inspired by this page (http://roadoftheking.com/dd-advance-combo).
]]
Debug.SetAIName("Naim")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3)
Debug.SetPlayerInfo(0,100,0,0)
|