Final Fantasy Wiki
Advertisement

Template:Sideicon Template:FFVII Enemies Vargid Police is an enemy in Final Fantasy VII. It appears in the Shinra Building after Jenova escapes, and in the fourth round of the Battle Square before the player obtains the Tiny Bronco. When fought in the Battle Square its stats are enhanced with double the normal HP and its Attack and Magic Attack are increased by 25%.

Battle

Vargid Police, Zenene, and Brain Pod begin to show up in place of the usual enemies after Jenova's escape. The Vargid Police have a weak Needle attack which inflicts just 1 damage to a target and which may paralyze it. Also it use an self-killing Suicide attack with 3/16th of Target's HP damage that may KO a character if their HP is too low. If the Vargid Police uses Suicide, they will not drop a Phoenix Down or any EXP, AP and gil from them.

AI Script

AI: Main {

If ([2020] == 2) Then
{
If (1/4 Chance) Then
{
Choose All Opponents
Use Suicide on Target
Remove Self
} Else {
If ((At Least One Ally with same Formation ID has Death Status)
OR (Vargid Police's HP <= 25% of Vargid Police's Max HP)) Then
{
Choose All Opponents
Use Suicide on Target
Remove Self
} Else {
Choose Random Opponent
Use Needle on Target
}
}
} Else {
If ((At Least One Ally with same Formation ID has Death Status)
OR (Vargid Police's HP <= 25% of Vargid Police's Max HP)) Then
{
Choose All Opponents
Use Suicide on Target
Remove Self
} Else {
Choose Random Opponent
Use Needle on Target
}
}

}

Gallery

Template:Gallery

Related Enemies

Advertisement