Final Fantasy Wiki
m (AI Script)
mNo edit summary
Line 23: Line 23:
 
| Enemy Skill = N/A
 
| Enemy Skill = N/A
 
| Status = Nothing
 
| Status = Nothing
  +
| Manipulate = Machine Gun<br/>Smoke Bullet<br/>Grenade
 
| Other Information =
 
| Other Information =
 
}}
 
}}

Revision as of 23:15, 7 May 2012

Template:FFVII Enemies Attack Squad is an enemy from Final Fantasy VII. Like the rest of the Shinra troops, it is only a minor threat. It attacks on a handful of occasions, but has low HP and its only dangerous attack is to put a party member to sleep. Wearing a Headband will prevent the effects of Sleep, which is the biggest threat of the enemy, as the party can still attack using magic to bypass the Darkness status. When fighting them in Wutai, it is advised to use items such as Molotovs, Right Arms, or magic items if the character is inflicted with Darkness.

AI Script

AI: Main {

Choose Random Opponent
1/3 Chance: Use <Machine Gun> on Target
1/3 Chance: Use Grenade on Target
1/3 Chance: Use <Smoke Bullet> on Target

} AI: Counter - General {

If (Attack Squad's HP <= 2 * [Attack Squad's Max HP / 3]) Then
{
If (TempVar:Counter == 0) Then
{
Choose Attack Squad's Last Attacker (General)
Use <Smoke Bullet> on Target
TempVar:Counter = 1
}
} Else {
TempVar:Counter = 0
}

}


Related enemies