Final Fantasy Wiki
Advertisement

Grenade is a flying enemy from Final Fantasy IX found on Mount Gulug. Its Cannon halves the opponent's HP. It is weak against Ice- and Wind-elemental attacks. If Quina is in the party, they can learn the Blue Magic spell Mustard Bomb by eating the Grenade. The Grenade is susceptible to LV3 Def-less and LV4 Holy.

Stats[]

AI script[]

Function Grenade_Init
   set attacklist = [ Cannon ; Cannon ; Firaga ; Flame ]


Function Grenade_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Cannon )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Cannon )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Firaga )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Flame )
      set SV_Target = SV_PlayerTeam
   Attack( selectedattack )


Other appearances[]

Final Fantasy Record Keeper[]

FFRK Grenade FFIX

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

Gallery[]

Etymology[]

A grenade is a small bomb typically thrown by hand.

Related enemies[]

Advertisement