Final Fantasy Wiki
Advertisement

The Abomination is an enemy from Final Fantasy IX. It can be found in Fossil Roo as well as on the overworld in the evening/night areas of Alexandrian lowlands at Zamo Basin.

Stats[]

Battle[]

Silent Slap

Silent Slap.

The Abomination is a decently powerful enemy with its Fira spell (which can be disabled with Silence), and can be a nuisance due to inflicting Silence with its Silent Slap attack.

This is the second enemy Quina can learn the Blue Magic spell Night from, the first being the Nymph in the Mist Continent. The Abomination is susceptible to LV3 Def-less.

Strategy[]

Equipping Loudmouth to prevent Silence is useful and having Insomniac as well helps avoid the Abomination's Sleep spell. Once Quina has access to the Night spell, they can render these enemies harmless as they are not immune to the Sleep status themselves.

AI script[]

Function Abomination_Init
   set attacklist = [ Silent Slap ; Silent Slap ; Silent Slap ; Fira ; Fira ; Sleep ]


Function Abomination_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Silent Slap )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Silent Slap )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Silent Slap )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Fira )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Fira )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Sleep )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | SLEEP) )
   Attack( selectedattack )


Tetra Master[]

Tetra Master
Abomination
#032
Location: Near Black Mage Village Item Shop - Black Mage No. 24 (Disc 4)


Other appearances[]

Pictlogica Final Fantasy[]

PFF Abomination

Abomination appears as an enemy in Pictlogica Final Fantasy.

Advertisement