Final Fantasy Wiki
Register
Advertisement

The Basilisk is an enemy from Final Fantasy IX found in Burmecia.

Stats[]

Battle[]

The Basilisk's attacks can induce the Petrify status. Despite this, its own strength is its own biggest weakness, and Quina has a weapon that can inflict Petrification on the Basilisk, the Needle Fork. Like most lizard enemies, it is also weak to Ice, so Vivi should cast Blizzara if Zidane managed to steal an Ice Staff from Gizamaluke. LV3 Def-less works on it, but is unnecessary.

AI script[]

Function Basilisk_Init
   set attacklist = [ Tongue ; Tongue ; Slow ; Gradual Petrify ; Gradual Petrify ]


Function Basilisk_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Tongue )
         set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | GRADUAL_PETRIFY ) )
   elseif ( selectedattack == Tongue )
         set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | GRADUAL_PETRIFY ) )
   elseif ( selectedattack == Slow )
         set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | GRADUAL_PETRIFY ) )
   elseif ( selectedattack == Gradual Petrify )
         set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | GRADUAL_PETRIFY ) )
   elseif ( selectedattack == Gradual Petrify )
         set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | GRADUAL_PETRIFY ) )
   Attack( selectedattack )


Other appearances[]

Pictlogica Final Fantasy[]

PFF Basilisk FFIX
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.


Final Fantasy Record Keeper[]

FFRK Basilisk FFIX

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

Gallery[]

Etymology[]

The Basilisk is a fictional beast that appeared in medieval bestiaries, it is said that a single gaze to their eyes would kill or petrify the observer. It was supposed to appear when a chicken's egg was hatched by a snake or a frog (hence their reptilian appearance).

Advertisement