1
2
3
4
5
6
7
8
9
10
11
12
13
|
--[[message
Be cautious! Nekroz of Trishula will punish you if you do not get rid of your whole hand.
]]
-- Nekroz
Debug.SetAIName("Furtie_Hubo")
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)
-- Furtie_Hubo's Hand
Debug.AddCard(18964575,1,1,LOCATION_HAND,0,POS_FACEUP) -- Swift Scarecrow
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--[[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)
-- Furtie_Hubo's Hand
Debug.AddCard(18964575,1,1,LOCATION_HAND,0,POS_FACEUP) -- Swift Scarecrow
|