Final Fantasy Wiki
Advertisement

Vice is an enemy in Final Fantasy VII, encountered in the Sector 5 Slums after leaving the Church in the Slums in "The Woman at the Church".

Stats[]

Formations[]

# Formation
378 Vice A, Vice B
379 Vice (Back Attack)

Locations[]

Sector 5 Slums
Street West 378, 379 (Back Attack)
Street East 378, 379 (Back Attack)

Battle[]

Vice will steal items from the party and escape (but not items that cannot be sold or thrown, and if no valid items are available, then nothing will be stolen). If they are killed before they escape, the item will be returned. If they escape, the item is lost forever.

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 Manipulate or Berserk. It will use Steal and Grind equally, and will use Escape once an item has been stolen from the player.

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

Strategy[]

It is advised to kill them quickly, perhaps via magic, to prevent them from stealing from the party.

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

Gallery[]

Etymology[]

Vice is a practice, behaviour, or habit generally considered immoral, sinful, criminal, rude, taboo, depraved, or degrading in the associated society.

Related enemies[]

Advertisement