1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--[[message
Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
]]
--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.SetAIName("Naim")
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
|
<
<
<
<
|
1
2
3
4
5
6
7
8
9
10
11
|
--[[message
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)
Debug.SetPlayerInfo(1,14900,0,0)
--your hand
|