Final Fantasy Wiki
Register
Advertisement

The Iron Man is an enemy from Final Fantasy VII encountered past the point of no return, on the steps in the area known as Inside the Planet, leading down to the Planet's core.

Stats[]

Formations[]

# Formation
900 Iron Man

Locations[]

Northern Cave
Floating Platforms 900 (event)

Battle[]

The Iron Man can hit the entire party with a decently powerful physical attack. Its Heavy Sword attack may be used twice in one turn. Occasionally, it will boost its power with Adrenaline, which bestows Haste and Barrier, but it primarily uses it as a counter-attack when its HP is below 75% of max, and up to four times per battle.

Iron Man resists many types of elemental magic, but should not be a threat to a party geared up to fight the final boss. The Iron Man can be morphed into an Escort Guard, and is the only extra source of them in the game; however, since it is only encountered after the point of no return, the final bosses will be the only enemies left to face.

Strategy[]

Because of the Iron Man's massive HP, Laser will inflict 9999 damage at the start of the battle. It is weak against Water, making spells like Aqualung and Leviathan effective.

AI script[]

AI: Setup {

TempVar:AdrenalineUses = 4

} AI: Main {

If ((Iron Man has Haste Status) & (Iron Man has Barrier Status)) Then
{
Choose All Opponents
Use Grand Sword on Target
If (1/4 Chance) Then
{
Choose All Opponents
Use Grand Sword on Target
}
} Else {
If (1/4 Chance) Then
{
Choose All Opponents
Use Grand Sword on Target
} Else {
Choose Random Opponent
Use <Heavy Sword> on Target
}
If (1/2 Chance) Then
{
Choose Random Opponent
Use <Heavy Sword> on Target
}
}

} AI: Counter - General {

If ((Iron Man's HP <= 50% of Iron Man's Max HP)
& (TempVar:AdrenalineUses > 0)) Then
{
If ((Iron Man doesn't have Haste Status)
OR (Iron Man doesn't have Barrier Status)) Then
{
Choose Self
Use Adrenaline on Target
TempVar:AdrenalineUses = TempVar:AdrenalineUses - 1
}
} Else If ((Iron Man's HP <= 75% of Iron Man's Max HP)
& (TempVar:AdrenalineUses > 0)) Then {
If ((Iron Man doesn't have Haste Status)
OR (Iron Man doesn't have Barrier Status)) Then
{
Choose Self
Use Adrenaline on Target
TempVar:AdrenalineUses = TempVar:AdrenalineUses - 1
}
}

}

Other appearances[]

Final Fantasy Record Keeper[]

FFRK Iron Man FFVII
Baknamy FFTA2This section about an enemy in Final Fantasy Record Keeper is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.


Gallery[]

The kanji on the sword in the official artwork is 常勝無敗 (jōshō muhai?).

Related enemies[]

Advertisement