Final Fantasy Wiki
Advertisement

Template:Sideicon Template:Enemy Zuu is an enemy from Final Fantasy VII. It is fought on Mt. Nibel, on the beach near Bone Village, and in the final round of the Battle Square during the time Tiny Bronco is available. When fought in the Battle Square its stats are enhanced with double the regular HP and its Attack and Magic Attack are increased by 25%.

Stats

Template:FFVII Enemy Stats

Formations

# Formation
586 Out of reach: Zuu
591 Zuu

Locations

Mt. Nibel (present)
Bridge 586
Mountainside Upper 591
Nibel Reactor Entrance 591, 591
Battle Square (with Tiny Bronco available)
Group A - Battle 8 591
Group B - Battle 8 591

Battle

It can be an irritating enemy to fight in the bridge area of Mt. Nibel as it is considered a long-range enemy there. Its Claw attack can be used twice in one turn. Its Great Gale may inflict Darkness to all party members. It drops Bird Wings, one of the party's few sources of Wind-elemental attacks in the game. Zuu itself is weak to Wind.

AI script

AI: Setup {

Count = Rnd(0..3)
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
}
Count = Count + 1
} Else If (Count == 2) 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 = 3
} Else {
Count = 0
}
} Else {
Choose All Opponents
Use Great Gale on Target
Count = 0
}

} AI: Counter - General {

If (Zuu's HP <= 25% of Zuu's Max HP) Then
{
SpclChance = 2
If (TempVar:Fury == 0) Then
{
Print Message [Zuu feels Fury.]
TempVar:Fury = 1
Count = 3
}
} Else If (Zuu's HP <= 50% of Zuu's Max HP) Then {
SpclChance = 3
If (TempVar:Fury == 0) Then
{
Print Message [Zuu feels Fury.]
TempVar:Fury = 1
Count = 3
}
} Else If (Zuu's HP <= 75% of Zuu's Max HP) Then {
SpclChance = 4
} Else {
SpclChance = 8
}

}

Etymology

Zu means "fire" in the Sumerian language. Anzû, before misread as Zû, is a lesser divinity or monster in several Mesopotamian religions. He was conceived by the pure waters of the Apsu and the wide Earth, or as son of Siris. Anzû was seen as a massive bird who can breathe fire and water, although Anzû is alternately seen as a lion-headed eagle (like a reverse griffin).

Related enemies

Advertisement