Final Fantasy Wiki
Register
Advertisement

The Wraith is an enemy from Final Fantasy IX found on Mount Gulug. Wraiths come in pairs, with one carrying a blue flame and the other a red flame.

Stats[]

Blue Fire

Red Fire

Battle[]

Devil's Candle

Devil's Candle.

The blue-flamed Wraith will cast Ice spells, their Devil's Candle attack freezes the target, and can be eaten to learn Frost. The red-flamed Wraith will use Fire spells, overheat their target with Devil's Flame, and can be eaten to learn Mustard Bomb. Being undead, curative spells hurt them, and Life outright kills them; however, Eiko is absent and Dagger's commands commonly fail at this point, so the player may not want to use her. An easy way to eat the Wraiths is to use a Phoenix Down on them first, reducing them to 1 HP. The blue-flamed Wraith is susceptible to Quina's LV3 Def-less and LV4 Holy. Equipping Body Temp is recommended.

AI script[]

Blue[]

Function Wraith_Init
   set attacklist = [ Devil’s Candle ; Devil’s Candle ; Devil’s Candle ; Blizzaga ; Blizzaga ; Blizzaga ; Doom ]


Function Wraith_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Devil’s Candle )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | FREEZE) )
   elseif ( selectedattack == Devil’s Candle )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | FREEZE) )
   elseif ( selectedattack == Devil’s Candle )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | FREEZE) )
   elseif ( selectedattack == Blizzaga )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Blizzaga )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Blizzaga )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Doom )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | DOOM) )
   Attack( selectedattack )


Red[]

Function Wraith_Init
   set attacklist = [ Devil’s Candle ; Devil’s Candle ; Devil’s Candle ; Firaga ; Firaga ; Firaga ; Doom ]


Function Wraith_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Devil’s Candle )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | HEAT) )
   elseif ( selectedattack == Devil’s Candle )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | HEAT) )
   elseif ( selectedattack == Devil’s Candle )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | HEAT) )
   elseif ( selectedattack == Blizzaga )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Blizzaga )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Blizzaga )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Doom )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | DOOM) )
   Attack( selectedattack )


Tetra Master[]

Tetra Master
Wraith
#042
Location: Black Mage N°56 (Black Mage Village cemetery)


Other appearances[]

Pictlogica Final Fantasy[]

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 Wraith Blue FFIX

Both the red and blue variants of the Wraith from Final Fantasy IX appear as enemies in Final Fantasy Record Keeper.

Gallery[]

Etymology[]

Wraith is a Scottish dialectal word for "ghost," and/or "spirit".

Advertisement