The Trick Sparrow is a flying enemy from Final Fantasy IX. The party can find them in the Treno area overworld on the Mist Continent. Zidane can also fight them during the Festival of the Hunt in Lindblum. They are weak enemies that pose no big threat to the party at the time they are fought.
Stats[]
Formations[]
|
|
????
|
|
????
|
None
|
Carve Spider
|
25%
|
1
|
Carve Spider x2
|
25%
|
2
|
Trick Sparrow
|
25%
|
1
|
Trick Sparrow x2
|
25%
|
2
|
|
????
|
None
|
Carve Spider
|
17%
|
1
|
Carve Spider x2
|
18%
|
2
|
Trick Sparrow
|
17%
|
1
|
Trick Sparrow x2
|
18%
|
2
|
Trick Sparrow, Carve Spider
|
30%
|
2
|
|
AI script[]
Function Trick_Sparrow_Init
set attacklist = [ Beak ; Beak ; Beak ; Beak ; Drain ; Drain ; Drain ; Fire ]
Function Trick_Sparrow_ATB
set selectedattack = RandomAttack( attacklist )
if ( selectedattack == Beak )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Beak )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Beak )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Beak )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Drain )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Drain )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Drain )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Fire )
set SV_Target = RandomInTeam(SV_PlayerTeam)
Attack( selectedattack )
Gallery[]
Trick Sparrow uses Drain.