Final Fantasy Wiki
Advertisement

The Crawler is an insect enemy from Final Fantasy IX. It can be found in Gargan Roo, and it can be used to easily level characters, due to the high amount of EXP rewarded.

Stats[]

AI script[]

Function Crawler_Init
   set attacklist = [ Claws ; Claws ; Stomach ; Stomach ; Drain ]


Function Crawler_ATB
   if ( SV_FunctionEnemy[HP] != SV_FunctionEnemy[MAX_HP] )
      set draintarget = RandomInTeam(SV_PlayerTeam)
   else
      set draintarget = 0
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Claws )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Claws )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Stomach )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Stomach )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Drain )
      set SV_Target = draintarget
   Attack( selectedattack )


Tetra Master[]

Tetra Master
Crawler
#015
Location: Alexandria


Gallery[]

Etymology[]

Crawler is a recurring enemy in the Final Fantasy series since its first installment. The Crawler is one of the many enemies in the original Final Fantasy that were based on monsters from the Dungeons & Dragons series. Crawler is based on the Carrion Crawler, a monster that in Dungeons & Dragons was capable of paralyzing its prey.

Advertisement