The Zombie is an undead enemy from Final Fantasy IX. The party can find it in the Iifa Tree and in the Gunitas, Daines-horse, and Zamo Basin on the Mist Continent on disc 4.
Stats
Edit
Battle
Edit

Melt.
Like most undead, it can be easily taken out with a well placed Cure or Fire-based spell. The Zombie's unpredictable Roulette spell can KO a random unit on the field, and can also be learned by Quina. The Melt attack deals damage equal to the Zombie's remaining HP.
AI script
Edit
Function Zombie_Init
set attacklist = [ Strike ; Strike ; Strike ; Strike ; Roulette ]
Function Zombie_ATB
if ( turncounter < 5 )
set turncounter++
set selectedattack = RandomAttack( attacklist )
if ( selectedattack == Strike )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Strike )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Strike )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Strike )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Roulette )
set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP) | NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP) )
if ( turncounter == 3 )
set SV_Target = RandomInTeam(SV_PlayerTeam)
Attack( Melt )
if ( selectedattack == Roulette )
if ( ( turncounter == 1 ) || disallowroulette )
set SV_Target = RandomInTeam(SV_PlayerTeam)
set disallowroulette = TRUE
Attack( Strike )
Attack( selectedattack )
Tetra Master
Edit
Tetra Master |
---|
![]() #007 Location: Lindblum |
Other appearances
Edit
Pictlogica Final Fantasy
Edit

Final Fantasy Record Keeper
Edit
Zombie from Final Fantasy IX appears as an enemy in Final Fantasy Record Keeper.
Etymology
Edit
zombie is an animated corpse resurrected by mystical means, such as witchcraft. Since the late 19th century, zombies have acquired popularity in North American and European folklore.
A