Final Fantasy Wiki
Register
Advertisement

The Yeti is an enemy from Final Fantasy IX. The party can find it in the Daines-horse Basin on the Mist Continent.

The party can also encounter a friendly Yeti as part of a sidequest. The player can give it two Ore to receive 20 AP. The friendly Yeti can be found in the large forest near Madain Sari, or the plains between the Gizamaluke's Grotto and Burmecia (when the Mist has dissipated).

Stats[]

Normal

Friendly

AI script[]

Function Yeti_Init
   set attacklist = [ Bite ; Bite ; Bite ; Bite ; Blizzara ; Blind Tail ; Blind Tail ; Blind Tail ]


Function Yeti_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Bite )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Bite )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Bite )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Bite )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Blizzara )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Blind Tail )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | DARKNESS) )
   elseif ( selectedattack == Blind Tail )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | DARKNESS) )
   elseif ( selectedattack == Blind Tail )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | DARKNESS) )
   Attack( selectedattack )


Tetra Master[]

Tetra Master
Yeti
#011
Location: Treno, Gate area


Gallery[]

Etymology[]

The Yeti or Abominable Snowman is an ape-like cryptid taller than an average human that is said to inhabit the Himalayan region of Nepal and Tibet.

Advertisement