Final Fantasy Wiki
m (Changing .table class to .article-table)
m (Bot: Changing template: See Also)
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{sideicon|prime=FFVII}}
 
{{sideicon|prime=FFVII}}
  +
{{DISPLAYTITLE:Grenade (''Final Fantasy VII'' enemy)}}
 
{{infobox enemy
 
{{infobox enemy
 
| release = FFVII
 
| release = FFVII
Line 5: Line 6:
 
| japanese = グレネード
 
| japanese = グレネード
 
| romaji = Gurenēdo
 
| romaji = Gurenēdo
| image = [[File:Grenade FF7.png|200px]]
+
| image = Grenade FF7.png
 
|location = [[North Crater]]
 
|location = [[North Crater]]
 
|formations = true
 
|formations = true
Line 13: Line 14:
   
 
The simplest way of fighting Grenades is to inflict [[Sleep (status)|Sleep]] on them via [[Frog Song]] or [[Sleep (ability)|Sleepel]], then use [[L4 Suicide]] and then attack to defeat them, as Sleep is to avoid the Grenade from countering with [[Self-Destruct|Bomb Blast]].
 
The simplest way of fighting Grenades is to inflict [[Sleep (status)|Sleep]] on them via [[Frog Song]] or [[Sleep (ability)|Sleepel]], then use [[L4 Suicide]] and then attack to defeat them, as Sleep is to avoid the Grenade from countering with [[Self-Destruct|Bomb Blast]].
  +
{{See|Grenade (enemy)}}
 
 
==Stats==
 
==Stats==
 
{{infobox enemy stats FFVII
 
{{infobox enemy stats FFVII
Line 40: Line 41:
 
| berserk = Immune
 
| berserk = Immune
 
| paralyzed = Immune
 
| paralyzed = Immune
| drop 1 = [[List of Final Fantasy VII items#Right arm|Right arm]]
+
| drop 1 = [[Final Fantasy VII items#Right arm|Right arm]]
 
| drop 1 rate = 8
 
| drop 1 rate = 8
| steal 2 = [[List of Final Fantasy VII items#Right arm|Right arm]]
+
| steal 2 = [[Final Fantasy VII items#Right arm|Right arm]]
 
| steal 2 rate = 8
 
| steal 2 rate = 8
| morph = [[List of Final Fantasy VII items#Right arm|Right arm]]
+
| morph = [[Final Fantasy VII items#Right arm|Right arm]]
| abilities = ''[[List of Final Fantasy VII enemy abilities#Bodyblow|Bodyblow]]'', ''[[List of Final Fantasy VII enemy abilities#Bodyblow|Bodyblow]]'', ''[[List of Final Fantasy VII enemy abilities#Bodyblow|Bodyblow]]'', [[List of Final Fantasy VII enemy abilities#Gush|Gush]], [[List of Final Fantasy VII enemy abilities#Eruption|Eruption]], [[List of Final Fantasy VII enemy abilities#Bomb Blast|Bomb Blast]]
+
| abilities = ''[[Final Fantasy VII enemy abilities#Bodyblow|Bodyblow]]'', ''[[Final Fantasy VII enemy abilities#Bodyblow|Bodyblow]]'', ''[[Final Fantasy VII enemy abilities#Bodyblow|Bodyblow]]'', [[Final Fantasy VII enemy abilities#Gush|Gush]], [[Final Fantasy VII enemy abilities#Eruption|Eruption]], [[Final Fantasy VII enemy abilities#Bomb Blast|Bomb Blast]]
 
}}
 
}}
   
Line 54: Line 55:
 
!style="width:90%"|Formation
 
!style="width:90%"|Formation
 
|-
 
|-
!class="b"|{{LA|List of Final Fantasy VII enemy formations#720|720}}
+
!class="b"|{{LA|Final Fantasy VII enemy formations#720|720}}
 
|Grenade
 
|Grenade
 
|-
 
|-
!class="b"|{{LA|List of Final Fantasy VII enemy formations#722|722}}
+
!class="b"|{{LA|Final Fantasy VII enemy formations#722|722}}
 
|Row 1: Grenade A<br/>Row 2: Grenade B
 
|Row 1: Grenade A<br/>Row 2: Grenade B
 
|-
 
|-
!class="b"|{{LA|List of Final Fantasy VII enemy formations#723|723}}
+
!class="b"|{{LA|Final Fantasy VII enemy formations#723|723}}
 
|Grenade (Attack from both sides)
 
|Grenade (Attack from both sides)
 
|}
 
|}
Line 133: Line 134:
   
 
[[it:Granata (Final Fantasy VII)]]
 
[[it:Granata (Final Fantasy VII)]]
[[Category:Final Fantasy VII enemies]]
+
[[Category:Enemies in Final Fantasy VII]]

Revision as of 18:24, 3 January 2020

Template:Sideicon

The Grenade is an enemy from Final Fantasy VII found on the Whirlwind Maze. As with its cousin, Bomb, it grows and explodes as it takes damage. Thus, the party should defeat it in as few hits as possible. His Gush attack is only used in his second form. Grenade never uses Eruption.

The simplest way of fighting Grenades is to inflict Sleep on them via Frog Song or Sleepel, then use L4 Suicide and then attack to defeat them, as Sleep is to avoid the Grenade from countering with Bomb Blast.

Stats

Formations

# Formation
720 Grenade
722 Row 1: Grenade A
Row 2: Grenade B
723 Grenade (Attack from both sides)

Locations

North Crater
Descent 720, 722, 723 (Side Attack)

AI script

AI: Main
{
   If (Stage == 0) Then
   {
      If (1/2 Chance) Then
      {
         Choose Random Opponent
         Use <Bodyblow> (1st Form Version) on Target
      }
   } Else If (Stage == 1) Then {
      Choose Random Opponent
      1/4 Chance: Nothing
      1/4 Chance: Use Gush on Target
      1/2 Chance: Use <Bodyblow> (2nd Form Version) on Target
   } Else {
      Choose Random Opponent
      If (1/2 Chance) Then
      {
         Use <Bodyblow> (3rd Form Version) on Target
      } Else {
         Use Bomb Blast on Target
         Remove Self
      }
   }
}

AI: Counter - General
{
   If (Grenade's HP <= 25% of Grenade's Max HP) Then
   {
      Choose Random Opponent
      Use Bomb Blast on Target
      Remove Self
   } Else If ((Grenade's HP <= 50% of Grenade's Max HP)
                AND (Stage < 2)) Then {
      Grenade's [4098] = Grenade's [4098] + 8
      Stage = 2
   } Else If ((Grenade's HP <= 75% of Grenade's Max HP)
                AND (Stage < 1)) Then {
      Grenade's [4098] = Grenade's [4098] + 8
      Stage = 1
   }
}

Gallery

Etymology

A grenade is a small bomb typically thrown by hand.

Related enemies