Final Fantasy Wiki
Register
m (updates {{Gallery}} to <gallery>)
Tag: apiedit
m (Bot: Automated text replacement (-{{-}} +{{clear}}))
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Sideicon|FFIX}}
+
{{sideicon|prime=FFIX}}
  +
{{DISPLAYTITLE:Ogre (''Final Fantasy IX'')}}
{{FFIX Enemy
 
  +
{{infobox enemy
| name = Ogre
 
  +
| release = FFIX
  +
|name = Ogre
 
| image = File:Ogre-FFIX.jpg
 
| image = File:Ogre-FFIX.jpg
 
| japanese =オーガ
 
| japanese =オーガ
 
| romaji = Ōga
 
| romaji = Ōga
  +
|location = [[Desert Palace]], Triquai Plains; [[Oeilvert]]
  +
|aiscript=true
  +
}}
 
The '''Ogre''' is an enemy from ''[[Final Fantasy IX]]''. It can be found in [[Oeilvert]] and on the Triquai Plains on the [[Outer Continent]]. It is not a terribly difficult enemy when it is encountered, though it is advised to defeat it quickly to avoid its Trouble Knife attack, which can prove to be problematic if it appears in groups with other monsters. Physical attacks work well against it, as it is not very strong.
 
{{See|Ogre (enemy)}}
  +
==Stats==
  +
{{infobox enemy stats FFIX
 
| name = Ogre
 
| 1 prev = Antlion (Final Fantasy IX)
 
| 1 prev = Antlion (Final Fantasy IX)
 
| 1 bestiary = 111
 
| 1 bestiary = 111
Line 27: Line 37:
 
| 1 trance = Immune
 
| 1 trance = Immune
 
| 1 defend = Immune
 
| 1 defend = Immune
| 1 drop 2 = [[List of Final Fantasy IX items#Hi-Potion|Hi-Potion]]
+
| 1 drop 2 = [[Final Fantasy IX items#Hi-Potion|Hi-Potion]]
| 1 drop 3 = [[List of Final Fantasy IX items#Phoenix Down|Phoenix Down]]
+
| 1 drop 3 = [[Final Fantasy IX items#Phoenix Down|Phoenix Down]]
| 1 drop 4 = [[List of Final Fantasy IX items#Hi-Potion|Hi-Potion]]
+
| 1 drop 4 = [[Final Fantasy IX items#Hi-Potion|Hi-Potion]]
| 1 steal 1 = [[List of Final Fantasy IX items#Annoyntment|Annoyntment]]
+
| 1 steal 1 = [[Final Fantasy IX items#Annoyntment|Annoyntment]]
| 1 steal 3 = [[List of Final Fantasy IX items#Phoenix Pinion|Phoenix Pinion]]
+
| 1 steal 3 = [[Final Fantasy IX items#Phoenix Pinion|Phoenix Pinion]]
| 1 steal 4 = [[List of Final Fantasy IX items#Ether|Ether]]
+
| 1 steal 4 = [[Final Fantasy IX items#Ether|Ether]]
 
| 1 card = Ogre
 
| 1 card = Ogre
 
| 1 blue magic = Matra Magic
 
| 1 blue magic = Matra Magic
| 1 abilities = [[List of Final Fantasy IX enemy abilities#Knife|Knife]], [[List of Final Fantasy IX enemy abilities#Flame|Flame]], [[List of Final Fantasy IX enemy abilities#Trouble Knife|Trouble Knife]]
+
| 1 abilities = [[Final Fantasy IX enemy abilities#Knife|Knife]], [[Final Fantasy IX enemy abilities#Flame|Flame]], [[Final Fantasy IX enemy abilities#Trouble Knife|Trouble Knife]]
 
| 2 prev = Catoblepas (Final Fantasy IX)
 
| 2 prev = Catoblepas (Final Fantasy IX)
 
| 2 bestiary = 116
 
| 2 bestiary = 116
Line 58: Line 68:
 
| 2 trance = Immune
 
| 2 trance = Immune
 
| 2 defend = Immune
 
| 2 defend = Immune
| 2 drop 2 = [[List of Final Fantasy IX items#Hi-Potion|Hi-Potion]]
+
| 2 drop 2 = [[Final Fantasy IX items#Hi-Potion|Hi-Potion]]
| 2 drop 3 = [[List of Final Fantasy IX items#Phoenix Down|Phoenix Down]]
+
| 2 drop 3 = [[Final Fantasy IX items#Phoenix Down|Phoenix Down]]
| 2 steal 1 = [[List of Final Fantasy IX items#Annoyntment|Annoyntment]]
+
| 2 steal 1 = [[Final Fantasy IX items#Annoyntment|Annoyntment]]
| 2 steal 3 = [[List of Final Fantasy IX items#Phoenix Pinion|Phoenix Pinion]]
+
| 2 steal 3 = [[Final Fantasy IX items#Phoenix Pinion|Phoenix Pinion]]
| 2 steal 4 = [[List of Final Fantasy IX items#Ether|Ether]]
+
| 2 steal 4 = [[Final Fantasy IX items#Ether|Ether]]
 
| 2 card = Ogre
 
| 2 card = Ogre
 
| 2 blue magic = Matra Magic
 
| 2 blue magic = Matra Magic
| 2 abilities = [[List of Final Fantasy IX enemy abilities#Knife|Knife]], [[List of Fi2nal Fantasy IX enemy abilities#Flame|Flame]], [[List of Final Fantasy IX enemy abilities#Trouble Knife|Trouble Knife]]
+
| 2 abilities = [[Final Fantasy IX enemy abilities#Knife|Knife]], [[List of Fi2nal Fantasy IX enemy abilities#Flame|Flame]], [[Final Fantasy IX enemy abilities#Trouble Knife|Trouble Knife]]
 
| ap = 2 - 3
 
| ap = 2 - 3
 
}}
 
}}
{{See Also|Ogre (enemy)}}
 
The '''Ogre''' is an enemy from ''[[Final Fantasy IX]]''. It can be found in [[Oeilvert]] and on the Triquai Plains on the [[Outer Continent]]. It is not a terribly difficult enemy when it is encountered, though it is advised to defeat it quickly to avoid its Trouble Knife attack, which can prove to be problematic if it appears in groups with other monsters. Physical attacks work well against it, as it is not very strong.
 
   
  +
==AI script==
==[[Tetra Master (minigame)|Tetra Master]]==
 
{{FFIX Tetra Master
+
{{AI FFIX|code=
  +
Function Ogre_Init
  +
:set troubleknifecounter = ( GetRandom % 4 ) + 1
  +
  +
  +
Function Ogre_Loop
  +
:if ( SV_FunctionEnemy[HP] == 0 )
  +
::if ( ( SV_EnemyTeam[MODEL] ==$ SV_FunctionEnemy[MODEL] ) == SV_FunctionEnemy )
  +
:::set SV_FunctionEnemy[STOP_ANIM] = 2
  +
:::set SV_FunctionEnemy[PLAY_ANIM_ONCE] = 0
  +
:Wait( 1 )
  +
:loop
  +
  +
  +
Function Ogre_ATB
  +
:if ( attackstep == 0 )
  +
::set troubleknifecounter--
  +
::if ( troubleknifecounter <= 0 )
  +
:::set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY │ DEATH │ JUMP │ TROUBLE) )
  +
:::Attack( Trouble Knife )
  +
:::set troubleknifecounter = 255
  +
:::set attackstep = 1
  +
::set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY │ DEATH │ JUMP) & Matching(SV_PlayerTeam[STATUS_CURRENT], TROUBLE) )
  +
::if ( !( #SV_Target ) )
  +
:::set SV_Target = RandomInTeam(SV_PlayerTeam)
  +
::Attack( Knife )
  +
:elseif ( attackstep == 1 )
  +
::set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY │ DEATH │ JUMP) & Matching(SV_PlayerTeam[STATUS_CURRENT], TROUBLE) )
  +
::if ( !( #SV_Target ) )
  +
:::set SV_Target = SV_PlayerTeam
  +
:::Attack( Flame )
  +
:::set attackstep = 2
  +
::Attack( Knife )
  +
:else
  +
::if ( !( GetRandom & 7 ) )
  +
:::set SV_Target = SV_PlayerTeam
  +
:::Attack( Flame )
  +
::set SV_Target = RandomInTeam(SV_PlayerTeam)
  +
::Attack( Knife )
  +
}}
  +
 
== [[Tetra Master (minigame)|Tetra Master]] ==
  +
{{Card FFIX
 
|name = Ogre
 
|name = Ogre
 
|image = Card039.png
 
|image = Card039.png
Line 79: Line 129:
 
|align = left
 
|align = left
 
}}
 
}}
{{-|left}}
+
{{clear}}
   
==Gallery==
+
== Gallery ==
 
<gallery>
 
<gallery>
 
FFIXOgreArt.png|Artwork.
 
FFIXOgreArt.png|Artwork.
Line 87: Line 137:
 
</gallery>
 
</gallery>
   
==Etymology==
+
== Etymology ==
 
{{Etym|Ogre}}
 
{{Etym|Ogre}}
  +
   
 
[[de:Jausepriester]]
 
[[de:Jausepriester]]
[[Category:Final Fantasy IX Enemies]]
+
[[Category:Enemies in Final Fantasy IX]]
 
[[Category:Final Fantasy IX Edible Enemies]]
 
[[Category:Final Fantasy IX Edible Enemies]]

Revision as of 21:18, 8 January 2020

Template:Sideicon

The Ogre is an enemy from Final Fantasy IX. It can be found in Oeilvert and on the Triquai Plains on the Outer Continent. It is not a terribly difficult enemy when it is encountered, though it is advised to defeat it quickly to avoid its Trouble Knife attack, which can prove to be problematic if it appears in groups with other monsters. Physical attacks work well against it, as it is not very strong.

Stats

#111

#116

AI script

Function Ogre_Init
   set troubleknifecounter = ( GetRandom % 4 ) + 1


Function Ogre_Loop
   if ( SV_FunctionEnemy[HP] == 0 )
      if ( ( SV_EnemyTeam[MODEL] ==$ SV_FunctionEnemy[MODEL] ) == SV_FunctionEnemy )
         set SV_FunctionEnemy[STOP_ANIM] = 2
         set SV_FunctionEnemy[PLAY_ANIM_ONCE] = 0
   Wait( 1 )
   loop


Function Ogre_ATB
   if ( attackstep == 0 )
      set troubleknifecounter--
      if ( troubleknifecounter <= 0 )
         set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | TROUBLE) )
         Attack( Trouble Knife )
         set troubleknifecounter = 255
         set attackstep = 1
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP) & Matching(SV_PlayerTeam[STATUS_CURRENT], TROUBLE) )
      if ( !( #SV_Target ) )
         set SV_Target = RandomInTeam(SV_PlayerTeam)
      Attack( Knife )
   elseif ( attackstep == 1 )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP) & Matching(SV_PlayerTeam[STATUS_CURRENT], TROUBLE) )
      if ( !( #SV_Target ) )
         set SV_Target = SV_PlayerTeam
         Attack( Flame )
         set attackstep = 2
      Attack( Knife )
   else
      if ( !( GetRandom & 7 ) )
         set SV_Target = SV_PlayerTeam
         Attack( Flame )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
      Attack( Knife )


Tetra Master

Tetra Master
Ogre
#039
Location: Black Mage Village


Gallery

Etymology

An ogre is a mythical creature found in West European folklore. Ogres are typically depicted as large, mean-spirited, humanoid monsters that prefer to feed on human beings.