Final Fantasy Wiki
Register
Advertisement

King Leo is a boss from Final Fantasy IX. He is a character in I Want to Be Your Canary, played by Baku, who is fought during a performance onboard the M.S. Prima Vista while it is docked in Alexandria. Alongside him are Benero and Zenero.

The player has the option of using SFX abilities during this battle, but these are just to dazzle the audience and do no damage.

Stats[]

Formations[]

Enemies Frequency AP
????
Can't escape. Characters do not pose on victory. No rewards given.
Zenero, King Leo, Benero 100% 1

AI script[]

Function King_Leo_Init
   set attacklist = [ Taste steel! ; Poly ]


Function King_Leo_Loop
   if ( !endflag && ( SV_FunctionEnemy[HP] <= 10000 ) )
      set endflag = TRUE
      while ( IsAttacking != 0 )
         Wait( 1 )
      RunBattleCode( Disable ATB )
      while ( GetBattleState != 1 )
         Wait( 1 )
      RunBattleCode( End Battle, Victory )
   Wait( 1 )
   loop


Function King_Leo_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Taste steel! )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Poly )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   Attack( selectedattack )


Other appearances[]

Pictlogica Final Fantasy[]

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

Gallery[]

Etymology[]

Leo is Latin for "lion". It exists both as a given name in its own right, and as a shortened form of the male given name "Leonardo".

In the Japanese version King Leo is called King Lear. King Lear is the main character of the eponymous play by William Shakespeare, which the play I Want to Be Your Canary seems to be based on.

Related enemies[]

Advertisement