Final Fantasy Wiki
Advertisement

Template:Sideicon Template:FFVII Enemies Template:See Also 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%.

Battle

Cuahl will not attack the party until the party attacks it. If attacked magically, it gains the Light Shell attack. If attacked physically it gains 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

}

Gallery

Template:Gallery

Advertisement