Final Fantasy Wiki
Advertisement

Template:Sideicon Template:FFVII Enemies Behemoth is an enemy from Final Fantasy VII. It possesses two physical attacks, the Enemy Skill ????, and Flare. It can be powerful, but unlike most other varieties of Behemoth it does not counter the party's attacks. Physical attacks work well here, as do strong spells such as Shadow Flare, Comet, Comet2, and Break. It is not a difficult enemy to defeat at the stage of the game it is fought. If magical attacks is used on a Behemoth it will sometimes counter with Flare. His Behemoth Horn attack may it use twice in one turn. About his Claw attack, may it use twice in one turn, or may it use Behemoth Horn directly after Claw in a single combo in place of using ????.

Stardust is a useful item dropped by Behemoths, which casts Comet2 on all enemies.

AI Script

AI: Setup {

Count = Rnd(0..4)
SpclChance = 8

} AI: 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)
}

} AI: 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
}

} AI: Counter - Magical {

If (Behemoth's MP >= 100) Then
{
Choose Behemoth's Last Attacker (Magical)
Use Flare on Target
}

}

Gallery

Template: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