Final Fantasy Wiki
Advertisement

The Python is an enemy from Final Fantasy IX. It can be found on the Mist Continent overworld areas near to Evil Forest and Dali. As a reptile, it is weak to Ice.

Stats[]

Formations[]

Enemies Frequency AP
????
None
Python x2 0% 2
Python x3 40% 2
Python, Carve Spider, Python 0% 2
Carve Spider 30% 1
Carve Spider x2 30% 1
????
None
Python x2 0% 2
Python x3 25% 2
Python, Carve Spider, Python 0% 2
Carve Spider 20% 1
Carve Spider x2 20% 1
Carve Spider, Python 35% 1
????
None
Python 15% 1
Python x2 20% 1
Python x3 20% 2
Python, Goblin, Python 0% 2
Goblin 0% 2
Goblin x2 45% 1
????
None
Python 0% 2
Python x2 20% 1
Python x3 20% 2
Python, Goblin, Python 0% 2
Goblin 0% 2
Goblin x2 30% 1
Goblin, Python 30% 1
????
None
Python 0% 2
Python x2 25% 1
Python x3 25% 2
Python, Goblin, Python 0% 2
Goblin 0% 2
Goblin x2 50% 1

AI script[]

Function Python_Init
   set attacklist = [ Rapid Fire ; Rapid Fire ; Rapid Fire ; Thunder ]


Function Python_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Rapid Fire )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Rapid Fire )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Rapid Fire )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Thunder )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   Attack( selectedattack )


Gallery[]

Etymology[]

Pythons are non-venomous snakes that reside in Africa, Asia, and Australia. Although pythons have teeth, they kill their prey by constriction, squeezing that causes asphyxiation. Several species of pythons are among the largest snakes in the world, including the reticulated python that holds the record for the world's longest snake at 10 meters.

Advertisement