1
2
3
4
5
6
7
8
9
|
--[[message
Be cautious! Nekroz of Trishula will punish you if you do not get rid of your whole hand.
]]
-- Nekroz
Debug.SetAIName("Furtie_Hubo_14_Nekroz_衍生版_1")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_PSEUDO_SHUFFLE + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 8400, 0, 0)
|
>
|
>
|
1
2
3
4
5
6
7
8
9
10
11
|
--[[message
察局:
简语:Be cautious! Nekroz of Trishula will punish you if you do not get rid of your whole hand.
原局:Furtie_Hubo_14_Nekroz
]]
-- Nekroz
Debug.SetAIName("Furtie_Hubo_14_Nekroz_衍生版_1")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_PSEUDO_SHUFFLE + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 8400, 0, 0)
|