Final Fantasy Wiki
Advertisement

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[]

FFIX Melt

Melt.

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
Zombie
#007
Location: Lindblum


Other appearances[]

Pictlogica Final Fantasy[]

Baknamy FFTA2This section about an enemy in Pictlogica Final Fantasy is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.

Final Fantasy Record Keeper[]

FFRK Zombie FFIX

Zombie from Final Fantasy IX appears as an enemy in Final Fantasy Record Keeper.

Etymology[]

A 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.

Advertisement