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 during the endgame.
Stats[]
Battle[]
Like most undead, the Zombie can be easily taken out with a well placed Cure, Life, 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.
An easy way to eat a Zombie is to use a Phoenix Down on it first.
AI script[]
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[]
Tetra Master |
---|
#007 Location: Lindblum |
Other appearances[]
Pictlogica Final Fantasy[]
Final Fantasy Record Keeper[]
Zombie from Final Fantasy IX appears as an enemy in Final Fantasy Record Keeper.
Etymology[]
zombie is an animated corpse resurrected by mystical means, such as necromancy. Since the late 19th century, zombies have acquired popularity in North American and European folklore.
A