1
2
3
4
5
6
7
8
9
|
--[[message
卡数:12
规则:大师2020
Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
]]
Debug.SetAIName("Naim")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5)
Debug.SetPlayerInfo(0,100,0,0)
|
<
|
1
2
3
4
5
6
7
8
|
--[[message
卡数:12
规则:大师2020
Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
]]
Debug.SetAIName("Naim")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5)
Debug.SetPlayerInfo(0,100,0,0)
|