Final Fantasy Wiki
Register
(Adding categories)
(Undo revision 3265279 by 70.185.191.213 (talk))
Line 134: Line 134:
 
[[Category:Enemies in Final Fantasy IX]]
 
[[Category:Enemies in Final Fantasy IX]]
 
[[Category:Final Fantasy IX Edible Enemies]]
 
[[Category:Final Fantasy IX Edible Enemies]]
[[Category:Lindsay lohan]]
 
[[Category:Fergie]]
 
[[Category:Frank welker]]
 
[[Category:Legendary for]]
 
[[Category:Lady bug]]
 
[[Category:Final Fantasy]]
 
[[Category:Mediamass]]
 
[[Category:Christina vee]]
 

Revision as of 15:03, 16 March 2020

Template:Sideicon

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 on the Outer Continent. The player can give it two Ores to receive 20 AP.

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