Final Fantasy Wiki
Register
Advertisement

Behemoth is an enemy from Final Fantasy VII. It is is a large purple monster met late into the game during "Mako Cannon Rampage" in the Sector 8 of Midgar that always attacks alone. It has the E.Skill ???? the player can learn.

Stats[]

Formations[]

# Formation
824 Behemoth
968 Behemoth
969 Behemoth
970 Behemoth
971 Behemoth

Locations[]

Sector 8
Underground Upper 824
Underground Lower 824
Battle Square
Special Battle - Battle 6 968

Battle[]

Behemoth possesses two physical attacks, the Enemy Skill ????, and Flare. It can be powerful, but is not a difficult enemy to defeat at the stage of the game it is fought.

Behemoth counters magical attacks with Flare. Its Behemoth Horn attack may be used twice in one turn. Its Claw attack may also be used twice in one turn, or it may use Behemoth Horn directly after Claw in a single combo in place of using ????.

If the player wants learn ???? from a Behemoth quickly, then its current HP must be between 3500 to 5251 HP, and then the player just must wait until it uses ????. The player must not attack with magic, because after Behemoth uses Flare four times, it won't have any MP left. The player can start the battle with Laser or Demi2 to leave it at the correct HP for using ????, but must beware its Flare counter.

Stardust is a useful item Behemoths can drop, which casts Comet2 on all enemies.

Behemoth has two items to steal: Phoenix Down and War Gong. Due to the way steals are calculated, the optimal character level to steal a War Gong is 54 (25%). War Gongs cannot be stolen by characters with a Sneak Glove equipped.

Strategy[]

Physical attacks work well as do strong spells, such as Shadow Flare, Comet, Comet2, Demi3, and Break.

AI script[]

Setup

Count = Rnd(0..4)

SpclChance = 8

Main
If (Count == 0 or 1) Then

Choose Random Opponent

Use Claw on Target

If (Rnd(1..SpclChance) == 1) Then

Choose Random Opponent

Use Claw on Target

If (Rnd(1..SpclChance) == 1) Then

Count = 4

Else

Count = Count + 1

Else If (Count == 2 or 3) Then

Choose Random Opponent

Use Behemoth Horn on Target

If (Rnd(1..SpclChance) == 1) Then

Choose Random Opponent

Use Behemoth Horn on Target

If (Rnd(1..SpclChance) == 1) Then

Count = 4

Else

Count = Count + 1

Else
If ((Behemoth's MP >= 3) AND (Rnd(1..SpclChance) == 1)) Then

Choose Random Opponent

Use ???? on Target

Else

Choose Random Opponent

Use Claw on Target

If (Rnd(1..SpclChance) == 1) Then

Choose Random Opponent

Use Behemoth Horn on Target

Count = Rnd(0..2)

Counter - General
If (Behemoth's HP <= 50% of Behemoth's Max HP) Then

SpclChance = 3

Else If (Behemoth's HP <= 75% of Behemoth's Max HP) Then

SpclChance = 4

Else

SpclChance = 8

Counter - Magical
If (Behemoth's MP >= 100) Then

Choose Behemoth's Last Attacker (Magical)

Use Flare on Target

Gallery[]

Etymology[]

Behemoth is a beast mentioned in Job 40:15–24. In addition to mythological creatures, it is likened to dinosaurs, especially sauropods, as well as elephants, hippos, rhinos, and bison. Metaphorically, the term behemoth denotes "an extremely large or powerful entity".

Related enemies[]

Advertisement