The Cerberus is a beast type enemy from Final Fantasy IX found in Ipsen's Castle. Its Flame attack is a dangerous move that inflicts a random amount of damage on all party members. Afflicting the Cerberus with a negative status effect is a good way to open the battle, since its Evade score is rather low. Despite its namesake, it only has one head, albeit with two mouths.
Stats
Edit
AI Script
Edit
set attacklist = [ Strike ; Strike ; Strike ; Firaga ; Flame ; Flame ]
Function Cerberus_ATB
set selectedattack = RandomAttack( attacklist )
if ( selectedattack == Strike )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Strike )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Strike )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Firaga )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Flame )
set SV_Target = SV_PlayerTeam
elseif ( selectedattack == Flame )
set SV_Target = SV_PlayerTeam
Attack( selectedattack )
Tetra Master
Edit
Tetra Master |
---|
![]() #022 Location: Lindblum, Business District |
Other appearances
Edit
Pictlogica Final Fantasy
Edit

Final Fantasy Record Keeper
Edit

Gallery
Edit
Etymology
Edit
Cerberus is a three-headed dog that guards the underworld's gates in Greek mythology.