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[]
Final Fantasy Record Keeper[]
Basilisk from Final Fantasy IX appears as an enemy in Final Fantasy Record Keeper.
Gallery[]
Etymology[]
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).
The