Final Fantasy Wiki
Advertisement

Template:Sideicon Template:FFVII Enemies Vice is an enemy in Final Fantasy VII. They are encountered in the Sector 5 Slums at anytime once you leave the Sector 5 Church. Vice will steal items from you and escape, however, if they are killed before they escape, the item will be returned to you. If they escape, the item is lost forever, so it is advised to kill them quickly, perhaps via magic.

Although Vice has five attacks, it will only ever use three of them under normal circumstances; Vice will never use the move Seize, and it may only use Hit if under Berserk or Manipulate. It will use Steal and Grind equally, and will use Escape with an equal chance once an item has been stolen from the player.

Beyond stealing items, however, Vice is not a dangerous foe, and can be useful because the player can steal Speed Drinks from them, which is the only way to cast Haste until Gongaga several hours of gameplay later.

AI Script

Start of battle

Declare SelectedTarget = random opponent

Declare Count = 0

Turn

If (SelectedTarget is defeated) Then: SelectedTarget = random opponent

If (Count == 0) Then

2/3 Chance: Do Nothing

1/6 Chance: Count = 1

1/6 Chance: Count = 2

Else If (Count == 1) Then

Use Grind on SelectedTarget

2/3 Chance: Count = 3

1/3 Chance: Count = 4

Else If (Count == 2) Then

Use Steal on SelectedTarget

2/3 Chance: Count = 3

1/3 Chance: Count = 4

Else If (Count == 3 AND 1/2 Chance) Then: Count = 4

Else If (Count == 4) Then

Use Escape

Remove Self

Counter - if attacked

SelectedTarget = last attacker

Related enemies

Advertisement