Final Fantasy Wiki
Advertisement

The Myconid is a flying enemy from Final Fantasy IX found in the Dead Forest and the Iifa Tree. Its Spore attack inflicts Darkness. It is susceptible to Quina's LV4 Holy and LV5 Death Blue Magic.

Stats[]

AI script[]

Function Myconid_Init
   set attacklist = [ Saw ; Blizzara ]


Function Myconid_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Saw )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Blizzara )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   if ( !sporeflag && notfirstattackflag && ( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP) == SV_FunctionEnemy ) )
      set sporeflag = TRUE
      set SV_Target = SV_PlayerTeam
      Attack( Spore )
   set notfirstattackflag = TRUE
   Attack( selectedattack )


Gallery[]

Etymology[]

The myco prefix in biology refers to anything related to fungi, for example the study of fungi is mycology. Nid, nidae, id, or idae refers, in zoology, to the class or family to which a species belongs. In this case myconid can mean of the fungi class.

Its name is most likely a reference to the race of half-human/half-fungus creatures found in Dungeons & Dragons, also called Myconids.

Advertisement