Final Fantasy Wiki
Final Fantasy Wiki
Advertisement

Cuahl is an enemy from Final Fantasy VII. It is fought in the caves of Gaea's Cliff and in the sixth round of the Battle Square after the player acquires the Highwind and Cloud Strife rejoins the party. When fought on the Battle Square its stats are enhanced with double the normal HP and its Attack and Magic Attack are increased by 25%.

Stats[]

Formations[]

# Formation
712 Cuahl A, Cuahl B
713 Cuahl, Headbomber A, Headbomber B
715 Cuahl A, Cuahl B (Back Attack)

Locations[]

Gaea's Cliff
Ice Tunnel 712, 713, 715 (Back Attack)
Healing Spring 712, 713, 715 (Back Attack)
Battle Square (with Highwind available)
Group A - Battle 6 713
Group B - Battle 6 712

Battle[]

FFVII Blaster

Blaster.

Cuahl will not attack the party until the party attacks it. If attacked magically, it counters with the Light Shell attack. If attacked physically, it counters with the Blaster attack.

It has low HP in comparison to other enemies at the point in the game the player finds it and can easily be defeated.

AI script[]

AI: Main {

If (TempVar:PhysCounter == 1) Then
{
If (TempVar:PhysTarget doesn't have Death Status) Then
{
Choose TempVar:PhysTarget
} Else {
Choose Random Opponent with Lowest Def
}
Use Blaster on Target
TempVar:PhysCounter = 0
}
If (TempVar:MagCounter == 1) Then
{
If (TempVar:MagTarget doesn't have Death Status) Then
{
Choose TempVar:MagTarget
} Else {
Choose Random Opponent with Lowest MDf
}
Use <Light Shell> on Target
TempVar:MagCounter = 0
}

} AI: Counter - Physical {

TempVar:PhysTarget = Cuahl's Last Attacker (Physical)
TempVar:PhysCounter = 1

} AI: Counter - Magical {

TempVar:MagTarget = Cuahl's Last Attacker (Magical)
TempVar:MagCounter = 1

}

Other appearances[]

Final Fantasy Brave Exvius[]

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

Etymology[]

The coeurl is a fictional alien race created by science-fiction writer A. E. van Vogt. Coeurls also appear in other fantastical environments, such as in Dungeons & Dragons (as "Displacer Beasts"). Coeurls are generally described to be feline with longer forelimbs and tentacles.

Advertisement