Hecteyes is an undead demon enemy from Final Fantasy IX. It can be found in Terra, as well as various locations in the endgame.
Its eyes will still blink even when inflicted with Freeze status. It is susceptible to Quina's LV3 Def-less. It is easily defeated with Life.
Stats[]
AI script[]
Function Hecteyes_Init
set attacklist = [ Absorb ; Absorb ; Roulette ; Hypnotize ]
Function Hecteyes_ATB
set selectedattack = RandomAttack( attacklist )
if ( selectedattack == Absorb )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Absorb )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Roulette )
set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP) | NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP) )
elseif ( selectedattack == Hypnotize )
set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | SLEEP) )
Attack( selectedattack )
Tetra Master[]
Tetra Master |
---|
![]() #038 Location: Summit Station (disc 2), Black Mage N°44 (disc 4, near Black Mage Village item shop "Black Mage No. 44") |
Other appearances[]
Pictlogica Final Fantasy[]

Final Fantasy Record Keeper[]

Gallery[]
Etymology[]
"Hecto" or "Hecta" is a prefix used in the metric system to denote a factor of one hundred. "Hecteyes" refers to the creature's numerous eyes.