Final Fantasy Wiki
Register
Advertisement

The Ghost is an undead, flying enemy from Final Fantasy IX. It can be found around Dali, as well as the Bentini Heights (Treno area) on the Mist Continent before the endgame.

A friendly Ghost can be found in the Bentini Heights (plains or forest) around Treno (before getting the Invincible), or the grassy plains of Bohden Heights outside South Gate (after getting the Invincible). It asks for an Ore and will reward the player 10 AP if given one. The first chance to meet it is when the player is in control of Dagger when she comes to Treno with Steiner and Marcus.

Stats[]

Normal

Friendly

Formations[]

Enemies Frequency AP
????
None
Ghost (#028) 0% 2
Ghost (#028) x2 50% 1
Ghost (#028) x3 50% 2
????
Characters do not pose on victory.
Ghost (#167) 100% 10
????
None
Ghost (#028) x2 0% 2
Ghost (#028) x3 0% 2
Ghost (#028), Ladybird, Ghost (#028) 0% 2
Ladybird x2 50% 1
Ladybird x3 50% 2
????
None
Ghost (#028) x2 50% 1
Ghost (#028) x3 50% 2
Ghost (#028), Ladybird, Ghost (#028) 0% 2
Ladybird x2 0% 2
Ladybird x3 0% 2

AI script[]

Function Ghost_Init
   set attacklist = [ Thunder ; Fire ]


Function Ghost_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Thunder )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Fire )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   Attack( selectedattack )


Function Ghost_Counter
   if ( ( GetAttackCommandId == Skill ) && ( GetAttackId == What's That?! ) )
      return
   if ( IsCommandMagical( GetAttackCommandId ) )
      if ( !( GetRandom % 4 ) )
         if ( SV_FunctionEnemy[MP] >= 2 )
            set SV_Target = GetAttacker
            Attack( Osmose )


Other appearances[]

Final Fantasy Record Keeper[]

FFRK Ghost FFIX

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

Gallery[]

Etymology[]

A ghost is the soul or spirit of a deceased person or animal that can appear, in visible form or other manifestation, to the living. Ghosts are generally described as solitary essences that haunt particular locations, objects, or people they were associated with in life, though stories of phantom armies, ghost trains, phantom ships, and even ghost animals have also been recounted.

Advertisement