Final Fantasy Wiki
Register
Advertisement

The Ladybug, known as the Ladybird in the English PAL release, is an aerial insect enemy from Final Fantasy IX. It can be found on the Eunorus Plains on the Mist Continent.

A friendly Ladybug can be found in the Magdalene Forests and the grassland terrain on the Donna Plains on the Outer Continent, near Conde Petie and the Black Mage Village. The player can give it two Ores to receive 20 AP.

The Ladybug is not strong or a difficult enemy to defeat. Quina's LV3 Def-less works on it.

Stats[]

Normal

Friendly

AI script[]

Function Ladybug_Init
   set attacklist = [ Spear ; Fire ; Spear ; Spear ]


Function Ladybug_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Spear )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Fire )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Spear )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Spear )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   Attack( selectedattack )


Gallery[]

Advertisement