Final Fantasy Wiki
Advertisement

The Gnoll is an enemy from Final Fantasy IX. It can be found on the Conde Petie Mountain Path. It often uses Vanish. A vanished target's physical attacks always hit, but physical attacks towards it miss unless the attacker has the Accuracy+ support ability equipped (not possible to have the first time through here). Magic makes the target visible again, though Vanish expires over time. They are susceptible to Quina's LV3 Def-less.

The weapon in the left hand is the Madu (マドゥ, Madu?) (from the Indian weapon), and in its right hand is the Pentagram Katar (ペンタグラムカタール, Pentaguramu Katāru?). These names are given in the enemy's artwork Gnoll FFIX Artwork.

Stats[]

AI script[]

Function Gnoll_Init
   set attacklist = [ Gnoll Attack ; Gnoll Attack ; Blizzara ; Blizzara ; Vanish ]


Function Gnoll_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Gnoll Attack )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Gnoll Attack )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Blizzara )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Blizzara )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Vanish )
      set SV_Target = RandomInTeam( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | VANISH) )
   Attack( selectedattack )


Other appearances[]

Final Fantasy Record Keeper[]

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


Gallery[]

Etymology[]

In the Dungeons & Dragons fantasy role-playing game, gnolls greatly resemble humanoid hyenas. They are usually between seven and eight feet tall, weighing around 250 to 320 pounds, and use armor made of horn, metal, or leather.

Advertisement