Final Fantasy Wiki
Advertisement

Maximum Kimaira is an enemy from Final Fantasy VII found at the end of Part 2 in Midgar, immediately before fighting Hojo. It morphs into a stat boost item.

Stats[]

Formations[]

# Formation
852 Maximum Kimaira
972 Maximum Kimaira
974 Maximum Kimaira
975 Maximum Kimaira

Locations[]

Sector 8
Cannon Infrastructure 852
Battle Square
Special Battle - Battle 7 972

Battle[]

FFVII Northern Cross

Northern Cross.

Maximum Kimaira may prove a threat to low-level players as it uses the powerful Freeze attack. It may use Claw twice in one turn, while Northern Cross always inflicts Poison on one character.

Kimairas can be morphed into Guard Sources.

Maximum Kimaira's AI script contains a programming error so it counters magic abilities by casting Freeze on the last character to use a physical attack upon the enemy. While it was programmed this way, it is likely it was intended to counter the character who used the magic attack.

Strategy[]

The player can inflict it with Sleep and Poison with Bad Breath or Hades. Protection against Ice is useful, such as by elemental armor, or Elemental paired with Shiva/Ice Materia in armor.

AI script[]

AI: Setup {

Count = Rnd(0..3)
SpclChance = 5
TempVar:FreezeUses = 3

} AI: Main {

TempVar:ClawAttack = 0
If (Count == 0 or 1) Then
{
TempVar:ClawAttack = 1
Count = Count + 1
} Else If (Count == 2) Then {
If ((At Least One Opponent doesn't have Poison Status)
& (Maximum Kimaira's MP >= 30)) Then
{
Choose Random Opponent without Poison
Use Northern Cross on Target
} Else {
TempVar:ClawAttack = 1
}
If (Rnd(1..SpclChance) == 1) Then
{
Count = 3
} Else {
Count = 0
}
} Else {
If ((Maximum Kimaira's MP >= 82) & (Rnd(1..SpclChance) == 1)
& (TempVar:FreezeUses > 0)) Then
{
Choose Random Opponent
Use Freeze on Target
TempVar:FreezeUses = TempVar:FreezeUses - 1
} Else {
TempVar:ClawAttack = 1
}
Count = 0
}
If (TempVar:ClawAttack == 1) Then
{
If (At Least One Opponent doesn't have Poison Status) Then
{
Choose Random Opponent without Poison
} Else {
Choose Random Opponent
}
Use <Claw> on Target
If (Rnd(1..SpclChance) == 1) Then
{
If (At Least One Opponent doesn't have Poison Status) Then
{
Choose Random Opponent without Poison
} Else {
Choose Random Opponent
}
Use <Claw> on Target
}
}

} AI: Counter - General {

If (Maximum Kimaira's HP <= 25% of Maximum Kimaira's Max HP) Then
{
SpclChance = 2
} Else If (Maximum Kimaira's HP <= 50% of Maximum Kimaira's Max HP) Then {
SpclChance = 4
} Else If (Maximum Kimaira's HP <= 75% of Maximum Kimaira's Max HP) Then {
SpclChance = 6
} Else {
SpclChance = 8
}

} AI: Counter - Physical {

If (Rnd(1..SpclChance) == 1) Then
{
Choose Maximum Kimaira's Last Attacker (Physical)
Use <Claw> on Target
}

} AI: Counter - Magical {

If ((Maximum Kimaira's MP >= 82) & (Rnd(1..SpclChance) == 1)
& (TempVar:FreezeUses > 0)) Then
{
Choose Maximum Kimaira's Last Attacker (Physical)
Use Freeze on Target
TempVar:FreezeUses = TempVar:FreezeUses - 1
}

}

Other appearances[]

Final Fantasy Record Keeper[]

FFRK Maximum Kimaira FFVII

In this game, its English name is given as the Ultimate Chimera, with the attacks Rake and Freeze.

Baknamy FFTA2This section about an enemy in Final Fantasy Record Keeper is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.


Etymology[]

The chimera is a fire-breathing monster, one of the offspring of Typhon and Echidna. It is commonly represented with a lion's head, a goat's body, and a serpent's tail in Greek mythology. In modern usage, the term chimera is often taken to mean any sort of hybrid between two or more species.

Related enemies[]

Advertisement