Final Fantasy Wiki
Final Fantasy Wiki
Advertisement

Tonadu is an enemy from Final Fantasy VII fought on the beaches in the Woodlands Area and Icicle Area, and in the second round of the Battle Square in Part 2 onwards after Gold Saucer reopens. 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%.

Tonadu uses one physical attack, and one Wind attack called Great Gale, which may inflict Darkness to all party members. The party can avoid the area it is found with ease, but if it is fought, the player should not use Water or Earth attacks, as they will not work.

Stats[]

  1. Tonadu never uses Big Sound, unless Manipulated.

Formations[]

# Formation
186 Tonadu
187 Tonadu
233 Tonadu

Locations[]

Woodlands Area
Dirt 186
Beach 187
Icicle Area
Beach 187
North Corel Area
Desert 233
Battle Square (with Highwind available)
Group A - Battle 2 186
Group B - Battle 2 187

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 (Tonadu's HP <= 25% of Tonadu's Max HP) Then
{
SpclChance = 2
} Else If (Tonadu's HP <= 50% of Tonadu's Max HP) Then {
SpclChance = 3
} Else If (Tonadu's HP <= 75% of Tonadu's Max HP) Then {
SpclChance = 4
} Else {
SpclChance = 8
}

}

Gallery[]

Etymology[]

Tonadu's Japanese name is from the French word for tornado, "tornade". This is unrelated to the Diver Nest's attack "Tornade Wave", which is just a mislocalization of "Tornado Wave".

A tornado is a violently rotating column of air that is in contact with both the surface of the earth and a cumulonimbus cloud or, in rare cases, the base of a cumulus cloud.

Related enemies[]

Advertisement