Final Fantasy Wiki
mNo edit summary
m (Renaming categories in accordance with Forum:Category overhaul and categories for redirects)
(35 intermediate revisions by 16 users not shown)
Line 1: Line 1:
{{FFVII Enemies
+
{{sideicon|prime=FFVII}}
  +
{{infobox enemy
  +
| release = FFVII
  +
|name = Vice
  +
| japanese = ヴァイス
  +
| romaji = Vaisu
 
| image = [[File:Vice FF7.png|200px]]
 
|location = [[Sector 5|Sector 5 Slums]]
  +
|formations = true
  +
|aiscript = true
  +
}}
  +
{{See Also|Vice}}
  +
  +
'''Vice''' is an enemy in ''[[Final Fantasy VII]]'' encountered in the Sector 5 Slums after leaving the [[Sector 5 Church]].
  +
  +
==Stats==
  +
{{infobox enemy stats FFVII
 
| name = Vice
 
| name = Vice
  +
| location = [[Sector 5|Sector 5 Slums]]
| image = [[Image:Vice_FF7.png|200px]]
 
| Location = [[Midgar]] - [[Sector 5|Sector 5 Slum]]
 
 
| level = 7
 
| level = 7
| HP = 68
+
| hp = 68
| MP = 0
+
| mp = 0
| Attack = 14
+
| attack = 14
| Def = 14
+
| magic atk = 0
| Magic = 0
+
| defense = 7
| MDef = 0
+
| magic def = 0
| Speed = 62
+
| dexterity = 62
| Evade = 16
+
| defense% = 16
| AP Awarded = 3
+
| luck = 6
| EXP = 24
+
| exp = 24
| Gil = 80
+
| ap = 3
| japan = ヴァイス
+
| gil = 80
| romaji = Vaisu
+
| frog = Immune
| Morph = [[Potion (Item)|Potion]]
+
| drop 1 = [[Final Fantasy VII items#Potion|Potion]]
| Steal = Speed Drink
+
| drop 1 rate = 8
  +
| steal 2 = [[Final Fantasy VII items#Speed Drink|Speed Drink]]
| Drop = Potion
 
  +
| steal 2 rate = 32
| Attacks = ''Hit'', ''Escape'', Steal, Grind, Seize
 
  +
| morph = [[Final Fantasy VII items#Potion|Potion]]
| Enemy Skill = N/A
 
  +
| abilities = ''[[Final Fantasy VII enemy abilities#Hit|Hit]]''*, [[Final Fantasy VII enemy abilities#Steal|Steal]], [[Final Fantasy VII enemy abilities#Grind|Grind]], [[Final Fantasy VII enemy abilities#Seize|Seize]]**, ''[[Final Fantasy VII enemy abilities#Escape|Escape]]''
| Status = [[Toad (Status)|Frog]]
 
  +
| manipulate 1 = Hit
| Other Information = Vice never uses Seize.
 
  +
| info = -*Vice never uses Hit, unless Manipulated or [[Final Fantasy VII statuses#Berserk|Berserk]] status.<br>-**Vice never uses Seize.
 
}}
 
}}
'''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.
 
   
  +
==Formations==
Although Vice has five attacks, it will only ever use four of them because, despite it having the ability it will never use the move '''Seize'''. It will use '''Hit''', '''Steal''', and '''Grind''' equally and will use '''Escape''' with an equal chance once an item has been stolen from the player.
 
  +
{|class="FFVII article-table" style="width:380px"
  +
|-class="a"
  +
!style="width:10%"|#
  +
!style="width:90%"|Formation
  +
|-
  +
!class="b"|{{LA|Final Fantasy VII enemy formations#378|378}}
  +
|Vice A, Vice B
  +
|-
  +
!class="b"|{{LA|Final Fantasy VII enemy formations#379|379}}
  +
|Vice (Back Attack)
  +
|}
   
  +
==Locations==
Beyond stealing items, however, Vice is not a dangerous foe.
 
  +
{|class="article-table" style="width:380px;text-align:left"
  +
|-
  +
!colspan="2" class="no-table"|[[Sector 5|Sector 5 Slums]]
  +
|-
  +
|style="width:50%"|Street West
  +
|[[#378|378]], [[#379|379]] (Back Attack)
  +
|-
  +
|style="width:50%"|Street East
  +
|[[#378|378]], [[#379|379]] (Back Attack)
  +
|}
  +
  +
==Battle==
  +
Vice will steal items from the party and escape (but not items that cannot be sold or [[Throw (ability)|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 [[Control (status)|Manipulate]] or [[Berserk (status)|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#Final Fantasy VII|steal]] [[Final Fantasy VII items#Speed Drink|Speed Drink]]s from them, the only way to cast [[Haste (ability)#Final Fantasy VII|Haste]] until [[Gongaga]].
  +
  +
===Strategy===
  +
It is advised to kill them quickly, perhaps via [[Magic Materia (Final Fantasy VII)|magic]], to prevent them from stealing from the party.
  +
  +
==AI script==
  +
{{AI
  +
|primary=Start of battle
  +
|secondary=
  +
Declare SelectedTarget = random opponent
  +
  +
Declare Count = 0
  +
}}
  +
{{AI
  +
|primary=Turn
  +
|secondary=
  +
'''If (SelectedTarget is defeated) Then''': SelectedTarget = random opponent
  +
  +
{{AI
  +
|primary=If (Count == 0) Then
  +
|secondary=
  +
'''2/3 Chance''': Do Nothing
  +
  +
'''1/6 Chance''': Count = 1
  +
  +
'''1/6 Chance''': Count = 2
  +
}}
  +
{{AI
  +
|primary=Else If (Count == 1) Then
  +
|secondary=
  +
Use <span class="ability">Grind</span> on SelectedTarget
  +
  +
'''2/3 Chance''': Count = 3
  +
  +
'''1/3 Chance''': Count = 4
  +
}}
  +
{{AI
  +
|primary=Else If (Count == 2) Then
  +
|secondary=
  +
Use <span class="ability">Steal</span> on SelectedTarget
  +
  +
'''2/3 Chance''': Count = 3
  +
  +
'''1/3 Chance''': Count = 4
  +
}}
  +
'''Else If (Count == 3 AND 1/2 Chance) Then''': Count = 4
  +
{{AI
  +
|primary=Else If (Count == 4) Then
  +
|secondary=
  +
Use <span class="ability">''Escape''</span>
  +
  +
Remove Self
  +
}}
  +
}}
  +
{{AI
  +
|primary=Counter - if attacked
  +
|secondary=SelectedTarget = last attacker
  +
}}
  +
  +
==Gallery==
  +
<gallery>
  +
Bandit-ffvii-artwork.jpg|Concept art.
  +
</gallery>
  +
  +
==Etymology==
  +
{{Etym|Vice}}
   
 
==Related enemies==
 
==Related enemies==
*[[Bandit (Final Fantasy VII)|Bandit]]
 
 
*[[Prowler]]
 
*[[Prowler]]
[[Category:Final Fantasy VII Enemies]]
+
*[[Bandit (Final Fantasy VII)|Bandit]]
  +
 
[[Category:Enemies in Final Fantasy VII]]

Revision as of 20:32, 13 January 2019

Template:Sideicon

Template:See Also

Vice is an enemy in Final Fantasy VII encountered in the Sector 5 Slums after leaving the Sector 5 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