Final Fantasy Wiki
Advertisement

The Skeleton is an undead enemy from Final Fantasy IX. The party can fight it in Gizamaluke's Grotto and the Vube Desert on the Mist Continent. Like in other games it appears in, it is vulnerable to Fire, so Vivi's Fire should quickly destroy it.

Stats[]

AI script[]

Function Skeleton_Init
   set attacklist = [ Hack ; Hack ; Hack ; Thunder ; Thunder ; Whirl Slash ]


Function Skeleton_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Hack )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Hack )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Hack )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Thunder )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Thunder )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Whirl Slash )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   if ( ( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP) == SV_FunctionEnemy ) && ( selectedattack == Hack ) )
      set selectedattack = Whirl Slash
   Attack( selectedattack )


Tetra Master[]

Tetra Master
Skeleton
#003
Location: Treno, outside the Card Stadium


Gallery[]

Etymology[]

A skeleton is a type of physically manifested undead often found in fantasy, gothic and horror fiction, and mythical art. Most are human skeletons, but they can also be from any creature or race found on Earth or in the fantasy world.

Advertisement