Final Fantasy Wiki
Advertisement

Template:Sideicon Template:FFVII Enemy Grenade Combatant is an enemy with the appearance of an ordinary Shinra infantryman. It has two attacks, Machine Gun and Hand Grenade. They are more powerful than previous Shinra infantrymen encountered as they throw grenades at the character with the lowest current HP, but are still not strong enemies. Grenade Combatant can use Hand Grenade up to four times before running out.

They can also be fought during the return to Midgar at the end of the game, but at this point they are harmless.

Formations

# Formation
415 Grenade Combatant A, Grenade Combatant B
416 Grenade Combatant A, Grenade Combatant B
417 Row 1: Grenade Combatant A, Grenade Combatant B
Row 2: Grenade Combatant C
418 Grenade Combatant A, Grenade Combatant B (Attack from both sides)

Locations

Sector 0
Shinra Building Entrance 416, 417
Shinra Building
1f. 416, 417, 415 (event)
2f. 416, 417
3f. 416, 417, 418 (Attack from both sides)
Elevator 416 (event), 417 (event)

AI script

Start of battle

Declare Stage = 0

Declare TurnsUntilGrenade = 3

Declare GrenadeAmmo = 4

Turn
If (Stage == 0) Then
If (TurnsUntilGrenade == 0) Then
If (GrenadeAmmo > 0) Then

Use Hand Grenade on random opponent with lowest HP

GrenadeAmmo = GrenadeAmmo - 1

TurnsUntilGrenade = 3

Else

Use Machine Gun on random opponent with lowest HP

Else

Use Machine Gun on random opponent

TurnsUntilGrenade = TurnsUntilGrenade - 1

Else
If (GrenadeAmmo > 0) Then

Use Hand Grenade on random opponent with lowest HP

GrenadeAmmo = GrenadeAmmo - 1

Else

Use Machine Gun on random opponent

Counter - if attacked
If (Self HP > 3/4 * Self Max HP) Then

Stage = 0

Else

Stage = 1

Other appearances

Pictlogica Final Fantasy

Template:Sideicon

PFF Grenade Combatant

Grenade Combatant from Final Fantasy VII appears in Pictlogica Final Fantasy as an enemy.

Final Fantasy Record Keeper

Template:Sideicon

FFRK Grenade Combatant FFVII

Grenade Combatant from Final Fantasy VII appears as an enemy in Final Fantasy Record Keeper.

Gallery

Related enemies

Advertisement