Advertisement

    Hard Attacker is an enemy from Final Fantasy VII fought in the Underwater Reactor. It only has physical attacks and is little threat. A couple of castings of Trine is more than enough to deal with them, and they are susceptible to L4 Suicide as well. It is advised to avoid using any Fire- or Water-elemental attacks, as the enemy halves damage done by them. They often attack in pairs.

    Stats

    Formations

    # Formation
    773 Row 1: Hard Attacker A
    Row 2: Hard Attacker B
    774 Row 1: Hard Attacker
    Row 2: Senior Grunt A, Senior Grunt B

    Locations

    Underwater Reactor
    Walkway 773, 774
    Corridor 773, 774
    Core 773

    AI script

    AI: Main {

    If (1/2 Chance) Then
    {
    If (At Least One Opponent is in Front Row) Then
    {
    Choose Random Opponent in Front Row
    } Else {
    Choose Random Opponent
    }
    Use <Bodyblow> on Target
    } Else {
    Choose Random Opponent
    Use Oil on Target
    }

    }

    Advertisement
    Community content is available under CC-BY-SA unless otherwise noted.