Final Fantasy Wiki
Tag: sourceedit
m (enemy templates split)
Tag: sourceedit
Line 1: Line 1:
 
{{sideicon|FFVII}}
 
{{sideicon|FFVII}}
{{FFVII Enemy
+
{{Enemy
| name = Tonadu
+
| release = FFVII
  +
|name = Tonadu
 
| japanese = トーンアドゥ
 
| japanese = トーンアドゥ
 
| romaji = Tōn'adu
 
| romaji = Tōn'adu
 
| lit = [[#Etymology|Tornade]]
 
| lit = [[#Etymology|Tornade]]
 
| image = [[File:Tonadu-FF7.png|200px]]
 
| image = [[File:Tonadu-FF7.png|200px]]
  +
|location = World Map - [[Temple of the Ancients|Woodlands Area]] (beaches)<br/>[[Battle Square]] (after acquiring ''Highwind'')
  +
|formations = true
  +
|aiscript = true
  +
}}
 
'''Tonadu''' is an enemy from ''[[Final Fantasy VII]]'' fought on the [[beach]]es near [[Temple of the Ancients]] and in the second round of the [[Battle Square]] on disc 2 onwards after [[Gold Saucer (Final Fantasy VII)|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%.
  +
  +
==Stats==
  +
{{FFVII Enemy Stats
  +
| name = Tonadu
 
| location = World Map - [[Temple of the Ancients|Woodlands Area]] (beaches)<br/>[[Battle Square]] (after acquiring ''Highwind'')
 
| location = World Map - [[Temple of the Ancients|Woodlands Area]] (beaches)<br/>[[Battle Square]] (after acquiring ''Highwind'')
 
| level = 30
 
| level = 30
Line 36: Line 46:
 
| info = -*Tonadu never uses Big Sound, unless Manipulated.
 
| info = -*Tonadu never uses Big Sound, unless Manipulated.
 
}}
 
}}
'''Tonadu''' is an enemy from ''[[Final Fantasy VII]]'' fought on the [[beach]]es near [[Temple of the Ancients]] and in the second round of the [[Battle Square]] on disc 2 onwards after [[Gold Saucer (Final Fantasy VII)|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%.
 
   
 
==Formations==
 
==Formations==
Line 152: Line 161:
 
==Related enemies==
 
==Related enemies==
 
*[[Zuu (Final Fantasy VII)|Zuu]]
 
*[[Zuu (Final Fantasy VII)|Zuu]]
 
 
[[Category:Final Fantasy VII enemies]]
 
[[Category:Final Fantasy VII enemies]]

Revision as of 14:50, 25 June 2017

Template:Sideicon Template:Enemy Tonadu is an enemy from Final Fantasy VII fought on the beaches near Temple of the Ancients and in the second round of the Battle Square on disc 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%.

Stats

Template:FFVII Enemy Stats

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

Battle

Tonadu uses one physical attack, and one Wind attack called Great Gale which may inflict Darkness in all party members. The party can also 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 do nothing.

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