Final Fantasy Wiki
m (Reformatting {{sideicon}} with categoric ancestors)
m (Bot: Automated text replacement (-{{-}} +{{clear}}))
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{sideicon|prime=FFIX}}
 
{{sideicon|prime=FFIX}}
  +
{{DISPLAYTITLE:Iron Man (''Final Fantasy IX'')}}
 
{{infobox enemy
 
{{infobox enemy
 
| release = FFIX
 
| release = FFIX
Line 7: Line 8:
 
| image = IronMan-ffix.png
 
| image = IronMan-ffix.png
 
|location = [[Memoria (Final Fantasy IX)|Memoria]]
 
|location = [[Memoria (Final Fantasy IX)|Memoria]]
  +
|aiscript=true
 
}}
 
}}
The '''Iron Man''' is a demon enemy from ''[[Final Fantasy IX]]''. It can be found in [[Memoria (Final Fantasy IX)|Memoria]]. It casts [[Temper|Might]] on itself, increasing its physical Attack power, and [[Protect (ability)|Protect]], increasing its Defense. Its Cleave hits the entire party. Helm Divide will take a party member's HP down to 1.
+
The '''Iron Man''' is a [[Final Fantasy IX enemy types|demon type]] enemy from ''[[Final Fantasy IX]]'' found in [[Memoria (Final Fantasy IX)|Memoria]]. It casts [[Temper|Might]] on itself, increasing its physical Attack power, and [[Protect (ability)|Protect]], increasing its Defense. Its Cleave hits the entire party. Helm Divide will take a party member's HP down to 1.
   
  +
The player can protect the party against his attacks by casting Vanish. The player can Vanish the entire party with [[Eiko Carol/Gameplay|Eiko's]] [[Carbuncle (summon)#Final Fantasy IX|Carbuncle]] when she equips a [[Diamond (Final Fantasy IX)|Diamond]] as an [[Add-on (Final Fantasy IX)|add-on]].
The Iron Man is also notable for being one of the few enemies in the game to be able to be hit by [[Adelbert Steiner|Steiner's]] glitched [[Thunder Blade (ability)#Final Fantasy IX|Thunder Slash]] ability.
 
  +
 
The Iron Man is one of the few enemies to be able to be hit by [[Adelbert Steiner|Steiner's]] glitched [[Thunder Blade (ability)#Final Fantasy IX|Thunder Slash]] ability.
   
 
==Stats==
 
==Stats==
Line 40: Line 44:
 
| trance = Immune
 
| trance = Immune
 
| defend = Immune
 
| defend = Immune
| drop 1 = [[List of Final Fantasy IX items#Phoenix Down|Phoenix Down]]
+
| drop 1 = [[Final Fantasy IX items#Phoenix Down|Phoenix Down]]
| drop 2 = [[List of Final Fantasy IX jewels#Sapphire|Sapphire]]
+
| drop 2 = [[Final Fantasy IX jewels#Sapphire|Sapphire]]
| drop 3 = [[List of Final Fantasy IX items#Phoenix Down|Phoenix Down]]
+
| drop 3 = [[Final Fantasy IX items#Phoenix Down|Phoenix Down]]
| drop 4 = [[List of Final Fantasy IX items#Ether|Ether]]
+
| drop 4 = [[Final Fantasy IX items#Ether|Ether]]
| steal 1 = [[List of Final Fantasy IX items#Phoenix Down|Phoenix Down]]
+
| steal 1 = [[Final Fantasy IX items#Phoenix Down|Phoenix Down]]
| steal 2 = [[List of Final Fantasy IX items#Phoenix Down|Phoenix Down]]
+
| steal 2 = [[Final Fantasy IX items#Phoenix Down|Phoenix Down]]
| steal 3 = [[List of Final Fantasy IX items#Phoenix Down|Phoenix Down]]
+
| steal 3 = [[Final Fantasy IX items#Phoenix Down|Phoenix Down]]
| steal 4 = [[List of Final Fantasy IX items#Phoenix Down|Phoenix Down]]
+
| steal 4 = [[Final Fantasy IX items#Phoenix Down|Phoenix Down]]
 
| card = Abadon
 
| card = Abadon
| abilities = [[List of Final Fantasy IX enemy abilities#Fist|Fist]], [[List of Final Fantasy IX enemy abilities#Protect|Protect]], [[List of Final Fantasy IX enemy abilities#Helm Divide|Helm Divide]], [[List of Final Fantasy IX enemy abilities#Cleave|Cleave]], [[List of Final Fantasy IX enemy abilities#Might|Might]], [[List of Final Fantasy IX enemy abilities#Vanish|Vanish]]
+
| abilities = [[Final Fantasy IX enemy abilities#Fist|Fist]], [[Final Fantasy IX enemy abilities#Protect|Protect]], [[Final Fantasy IX enemy abilities#Helm Divide|Helm Divide]], [[Final Fantasy IX enemy abilities#Cleave|Cleave]], [[Final Fantasy IX enemy abilities#Might|Might]], [[Final Fantasy IX enemy abilities#Vanish|Vanish]]
 
| ap = 4
 
| ap = 4
 
}}
 
}}
   
== AI Script ==
+
== AI script ==
{{FFIX AI|code=
+
{{AI FFIX|code=
 
Function Iron_Man_Init
 
Function Iron_Man_Init
 
:set attacklist = [ Fist ; Protect ; Helm Divide ; Cleave ; Might ; Vanish ; Helm Divide ; Fist ]
 
:set attacklist = [ Fist ; Protect ; Helm Divide ; Cleave ; Might ; Vanish ; Helm Divide ; Fist ]
Line 102: Line 106:
   
 
== [[Tetra Master (minigame)|Tetra Master]] ==
 
== [[Tetra Master (minigame)|Tetra Master]] ==
{{FFIX Tetra Master
+
{{Card FFIX
 
|name = Iron Man
 
|name = Iron Man
 
|image = Card053.png
 
|image = Card053.png
Line 109: Line 113:
 
|align = left
 
|align = left
 
}}
 
}}
{{-|left}}
+
{{clear}}
   
 
== Gallery ==
 
== Gallery ==
Line 117: Line 121:
 
FFIX Helm Divide.png|Helm Divide.
 
FFIX Helm Divide.png|Helm Divide.
 
</gallery>
 
</gallery>
[[Category:Final Fantasy IX enemies]]
+
[[Category:Enemies in Final Fantasy IX]]

Revision as of 21:18, 8 January 2020

Template:Sideicon

The Iron Man is a demon type enemy from Final Fantasy IX found in Memoria. It casts Might on itself, increasing its physical Attack power, and Protect, increasing its Defense. Its Cleave hits the entire party. Helm Divide will take a party member's HP down to 1.

The player can protect the party against his attacks by casting Vanish. The player can Vanish the entire party with Eiko's Carbuncle when she equips a Diamond as an add-on.

The Iron Man is one of the few enemies to be able to be hit by Steiner's glitched Thunder Slash ability.

Stats

AI script

Function Iron_Man_Init
   set attacklist = [ Fist ; Protect ; Helm Divide ; Cleave ; Might ; Vanish ; Helm Divide ; Fist ]


Function Iron_Man_Loop
   if ( !initflag )
      set initflag = TRUE
      set strength = SV_FunctionEnemy[STRENGTH]
      set laststrength = SV_FunctionEnemy[STRENGTH]
   Wait( 1 )
   loop


Function Iron_Man_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Fist )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Protect )
      set SV_Target = NotMatching(SV_FunctionEnemy[STATUS_CURRENT], PROTECT)
   elseif ( selectedattack == Helm Divide )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP) & ~( SV_PlayerTeam[HP] ==$ 1 ) )
   elseif ( selectedattack == Cleave )
      set SV_Target = SV_PlayerTeam
   elseif ( selectedattack == Might )
      set SV_Target = RandomInTeam( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP) )
   elseif ( selectedattack == Vanish )
      set SV_Target = ( SV_FunctionEnemy[HP] <$ 10 ) & NotMatching(SV_FunctionEnemy[STATUS_CURRENT], VANISH)
   elseif ( selectedattack == Helm Divide )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP) & ~( SV_PlayerTeam[HP] ==$ 1 ) )
   elseif ( selectedattack == Fist )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP) )
   Attack( selectedattack )


Function Iron_Man_CounterEx
   set gainedstrength = FALSE
   set strength = SV_FunctionEnemy[STRENGTH]
   if ( laststrength < strength )
      set gainedstrength = TRUE
   set laststrength = strength
   if ( ( GetAttackCommandId != Enemy Command ) || ( GetAttackId != Might ) )
      return
   if ( gainedstrength )
      BattleDialog( "Gained more Attack Pwr!" )


Tetra Master

Tetra Master
Iron Man
#053
Location: Treno, Card Stadium, Chocograph treasure "Dusk Plains".


Gallery