Final Fantasy Wiki
No edit summary
No edit summary
Line 18: Line 18:
 
| Gil = 420
 
| Gil = 420
 
| Morph = Nothing
 
| Morph = Nothing
| Steal = 8inch Cannon
+
| Steal = [[List of Final Fantasy VII Items#8inch|Cannon 8inch Cannon]]
| Drop = S-mine
+
| Drop = [[List of Final Fantasy VII Items#S-mine|S-mine]]
 
| Attacks = ''Machine Gun'', ''Smoke Bullet'', Grenade
 
| Attacks = ''Machine Gun'', ''Smoke Bullet'', Grenade
 
| Enemy Skill = N/A
 
| Enemy Skill = N/A
Line 26: Line 26:
 
| Other Information =
 
| Other Information =
 
}}
 
}}
'''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 [[Twist Headband|Headband]] will prevent the effects of [[Sleep (Status)|Sleep]], which is the biggest threat of the enemy, as the party can still attack using magic to bypass the [[Blind (Status)|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.
+
'''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 [[Twist Headband|Headband]] will prevent the effects of [[Sleep (Status)|Sleep]], which is the biggest threat of the enemy, as the party can still attack using magic to bypass the [[Blind (Status)|Darkness]] status, both status ailments is originated from his Smoke Bullet attack which always inflicts these status ailments mentioned. 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 Script==

Revision as of 18:43, 20 August 2014

Template:SideiconTemplate: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, both status ailments is originated from his Smoke Bullet attack which always inflicts these status ailments mentioned. 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