Final Fantasy Wiki
Register
Advertisement

Ark is a boss in Final Fantasy IX, found protecting the Gulug Stone in Oeilvert. It looks like an airship. Ark is the only summon in the game that can be fought against, though whether the eidolon and the boss are the same entity is ambiguous, as the boss does not transform like the eidolon, but it does drop the Pumice Piece, one half of the Pumice stone needed to learn Ark as a summon. It could thus be seen as being only half-complete with only the Pumice Piece being present, rather than the whole Pumice, and thus only has one form.

Stats[]

Battle[]

Ark uses four attacks: Propeller Wind, Boomerang, Whirlwind, and Photon. Propeller Wind inflicts Confuse on the entire player party. Boomerang and Whirlwind are basic attacks that reduce HP. Photon will take one party member down to 1 HP.

Strategy[]

As long as the player has Clear Headed equipped to immunize against Confusion, the fight should not be too hard. Since Oeilvert has an anti-magic field, bringing along magic casters will make the battle more difficult, the exception being Quina, whose attack strength varies.

If Amarant is in the party and the player has Diamond Swords in the inventory, he can keep throwing them; five swords should be enough to kill Ark. Zidane should steal the Holy Lance from Ark, as it is a powerful weapon for Freya, but it can be difficult to get unless he equips Master Thief. Steiner can use Minus Strike if he is brought down to 1 HP. He can also use Charge! if everyone is brought to low health. Freya can use Reis's Wind and Amarant can use Healer and Chakra to heal.

AI script[]

Function Ark_Init
   set attacklist = [ Propeller Wind ; Whirlwind ; Photon ; Boomerang ]


Function Ark_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Propeller Wind )
      set SV_Target = SV_PlayerTeam
   elseif ( selectedattack == Whirlwind )
      set SV_Target = SV_PlayerTeam
   elseif ( selectedattack == Photon )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Boomerang )
      set SV_Target = SV_PlayerTeam
   Attack( selectedattack )


Other appearances[]

Final Fantasy Dimensions II (Free-to-play)[]

Baknamy FFTA2This section about an enemy in Final Fantasy Dimensions II is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.


Final Fantasy Record Keeper[]

FFRK Ark FFIX
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[]

Etymology[]

Whether the eidolon and the boss are the same creature is ambiguous. In the Bible, Noah carried seven pairs of each clean animal species and one pair of each unclean animal species, each pair a male and female, into a giant ship called the Ark. The Ark was built by God's command to survive the deluge He sent to purge the world from the sins committed by mankind.

Advertisement