Final Fantasy Wiki
mNo edit summary
m (Bot: Changing template: Enemy-stub)
(35 intermediate revisions by 16 users not shown)
Line 1: Line 1:
  +
{{sideicon|prime=FFIX|PFF|FFRK}}
{{FFIX Enemies
 
  +
{{DISPLAYTITLE:Basilisk (''Final Fantasy IX'')}}
  +
{{infobox enemy
  +
| release = FFIX
 
|name = Basilisk
 
|name = Basilisk
|image = [[Image:Basilisk-FFIX.JPG]]
+
| image = Basilisk-FFIX.JPG
 
| japanese = バジリスク
|Location = [[Burmecia]]
 
 
| romaji = Bajirisuku
|level = 6
 
 
|location = [[Burmecia]]
|HP = 346
 
|MP = 267
 
|Speed = 22
 
|Battle Power = 14
 
|Defense = 12
 
|Magic Power = 9
 
|Magic Defense = 8
 
|Evade = 2
 
|MBlock = 3
 
|Spirit = 12
 
|japan = バジリスク
 
|romaji = Bajirisuku
 
|Exp = 167
 
|AP = 1 - 2
 
|Gil = 233
 
|Steal = Soft, Hi-Potion
 
|Win = Potion, Soft, Hi-Potion
 
|Card = Lizard Man
 
|Weak Against = Ice
 
|Resistant to = N/A
 
|Immune to = N/A
 
|Absorbs = N/A
 
|Protected Against = [[Invisible (Status)|Vanish]]
 
|Attack = Tongue, [[Slow (Spell)|Slow]], Gradual Petrify
 
|Eat = Pumpkin Head
 
|Class = Beast
 
|Other Information =
 
 
}}
 
}}
  +
The '''Basilisk''' is an enemy from ''[[Final Fantasy IX]]''. It can be found in [[Burmecia]].
The '''Basilisk''' is an enemy from ''[[Final Fantasy IX]]''. It can be found in [[Burmecia]]. Its attacks can induce the [[Petrify]] status. Despite this, its own strength is its own biggest weakness, and [[Quina Quen|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 Orunitia|Vivi]] should cast [[Blizzara]] if [[Zidane Tribal|Zidane]] managed to [[Steal]] an [[List of Final Fantasy IX Weapons|Ice Staff]] from [[Gizamaluke]].
 
  +
{{-}}
 
==Gallery==
+
==Stats==
  +
{{infobox enemy stats FFIX
  +
| name = Basilisk
  +
| location = [[Burmecia]]
  +
| prev = Nymph (Final Fantasy IX)
  +
| bestiary = 55
  +
| next = Magic Vice
 
| level = 6
 
| hp = 346
 
| mp = 267
  +
| attack power = 14
 
| speed = 22
  +
| strength = 9
  +
| magic = 9
 
| spirit = 12
  +
| defense = 10
 
| evade = 2
  +
| magic defense = 8
  +
| magic evade = 3
 
| exp = 167
 
| gil = 233
  +
| beast = true
  +
| ice = Weak
  +
| virus = Immune
  +
| auto-life = Immune
  +
| trance = Immune
  +
| defend = Immune
  +
| vanish = Immune
  +
| drop 1 = [[Final Fantasy IX items#Potion|Potion]]
  +
| drop 2 = [[Final Fantasy IX items#Soft|Soft]]
  +
| drop 3 = [[Final Fantasy IX items#Hi-Potion|Hi-Potion]]
  +
| drop 4 = [[Final Fantasy IX items#Soft|Soft]]
  +
| steal 1 = [[Final Fantasy IX items#Soft|Soft]]
  +
| steal 2 = [[Final Fantasy IX items#Hi-Potion|Hi-Potion]]
 
| card = Lizard Man
 
| blue magic = Pumpkin Head
  +
| abilities = [[Final Fantasy IX enemy abilities#Tongue|Tongue]], [[Final Fantasy IX enemy abilities#Slow|Slow]], [[Final Fantasy IX enemy abilities#Gradual Petrify|Gradual Petrify]]
 
| ap = 1 - 2
  +
}}
  +
  +
== Battle ==
 
Its attacks can induce the [[Petrify (status)|Petrify]] status. Despite this, its own strength is its own biggest weakness, and [[Quina Quen/Gameplay|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 Ornitier/Gameplay|Vivi]] should cast [[Blizzara (Final Fantasy IX)|Blizzara]] if [[Zidane Tribal/Gameplay|Zidane]] managed to [[Steal#Final Fantasy IX|steal]] an [[Final Fantasy IX weapons#Ice Staff|Ice Staff]] from [[Gizamaluke]].
  +
  +
== AI script ==
  +
{{AI FFIX|code=
  +
Function Basilisk_Init
  +
:set attacklist = [ Tongue ; Tongue ; Slow ; Gradual Petrify ; Gradual Petrify ]
  +
  +
  +
Function Basilisk_ATB
  +
:set selectedattack = <abbr title="Picking a random attack is actually not as simple as a single call. If SV_Target is set to 0 (no target) or if the enemy doesn't have enough MP, another random attack is picked.">RandomAttack</abbr>( 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]]'' ===
  +
[[File:PFF Basilisk FFIX.png|right]]
  +
{{Enemy section|Pictlogica Final Fantasy}}
 
{{clear}}
  +
  +
=== ''[[Final Fantasy Record Keeper]]'' ===
  +
[[File:FFRK Basilisk FFIX.png|right|70px]]
  +
Basilisk from ''Final Fantasy IX'' appears as an enemy in ''Final Fantasy Record Keeper''.
  +
{{clear}}
  +
  +
== Gallery ==
 
<gallery>
 
<gallery>
  +
Basilisk FFIX Art.jpg|Concept artwork
File:FFIX Gradual Petrify.png|Gradual Petrify
 
File:FFIX Tongue.png|Tongue
+
FFIX Gradual Petrify.png|Gradual Petrify
 
</gallery>
 
</gallery>
  +
[[Category:Final Fantasy IX Enemies]]
 
  +
== Etymology ==
  +
{{Etym|Basilisk}}
  +
[[Category:Enemies in Final Fantasy IX]]
 
[[Category:Final Fantasy IX Edible Enemies]]

Revision as of 16:46, 13 January 2020

Template:Sideicon

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

Stats

Battle

Its 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.

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).