Wikia

Final Fantasy Wiki

WatchlistRandom pageRecent changes

Ultimate Weapon (Final Fantasy VII)

Talk11
12,732 pages on
this wiki
Final Fantasy VII Boss
Ultimate Weapon
アルテマウェポン (Arutema Wepon)?
Weapon ultima ff7.png
Ultimate-weapon-ffvii-flying.png
Statistics
Level HP MP
61 100,000 400
Attack Magic Defense
100 170 120
M. Defense Dexterity Evade
100 120 3
EXP AP Gil
35,000 3,500 25,000
Elemental affinities
Fire Ice Lightning Water
- - - *
Earth Wind Gravity Poison Holy
* - Immune - -
Location
Storyline
Mideel

In the skies above:
Junon Area (The Lake)
Mideel
Mt. Nibel
North Corel
Gongaga
Fort Condor
Midgar
North Crater
Cosmo Area (Last Battle)
Steal Curse Ring (1st Battle), Reflect Ring (any ground battle), Circlet (any aerial battle)
Item Drop Ultima Weapon (Last battle only)
Morph Cannot Morph
Abilities Land: Claw, Quake2, Ultima Beam
Air: Thunderball, Ultima Beam
Final: Thunderball, Ultima Beam, Shadow Flare
Enemy Skill Shadow Flare (final battle only)
Status immunity Death, Slow Numb, Berserk, Stop, Petrify, Paralyze, Sleep, Confusion, Frog, Death Sentence, Poison, Silence, Small, Manipulate
Manipulate Couldn't manipulate.
Other information

-Abilities which names are not shown when used are highlighted in italics.
-The party cannot escape.
-*During air battles, Ultimate Weapon is immune to Water and Earth and is Long Range. During Land battles, Ultimate Weapon has no affinity to Water and Earth.

See also: Ultima Weapon (Creature).

The Ultimate Weapon of Final Fantasy VII is one of the five Weapons created by the Planet as a defense mechanism and released from their slumber in the Northern Cave.

Ultimate Weapon is optional other than the Mideel battle, but is worth fighting for the prizes it holds.

Contents

Storyline Battle in MideelEdit

Ultimate is the second Weapon encountered after the storyline sequence featuring the Sapphire Weapon. He attacks the village of Mideel while Cloud is recovering in the village clinic and Cid's party is forced to fight it. After only a couple of rounds, Ultimate Weapon will flee and fly away. If the party is fast, they can steal a Curse Ring from it before it flees.

Optional BossEdit

The Ultimate Weapon on the World Map.
TenzaZangetsuAdded by TenzaZangetsu

Finding Ultimate WeaponEdit

After Diamond Weapon's defeat, and with the party in control of the Highwind, Ultimate Weapon can be found above the water-filled crater near Junon. After the initial battle, it will fly away and the party is forced to chase it across the globe with the airship. Depending on where the player fights it, the battle will either be a ground battle or an aerial battle. Repeatedly ramming into it with the Highwind will eventually cause it to fly straight toward a particular location and stop - it usually takes around four hits to get it to settle a location. Ultimate Weapon can only be defeated in Cosmo Canyon - he will flee from every other battle. It is possible to steal a new item from him every time he is encountered: Reflect Ring in the ground battles, and Circlet in the aerial battles.
The following locations result in a ground battle:

The following locations result in an aerial battle:

When Ultimate Weapon escapes his HP does not recover, and when it finally reaches 20,000 he will head to Cosmo Canyon. This is where it can be defeated; if the player has reduced its HP to anything lower than 20,000 in the previous battle it will automatically be restored to 20,000 for the last fight. Exploiting this, it is possible to make Ultimate Weapon head straight for Cosmo Canyon after the first battle, if the party hits it with Knights of the Round.

BattleEdit

Ultima Beam is Ultimate Weapon's strongest attack apart from the Shadow Flare it uses as a final attack. The Ultima Beam is the only offensive attack in the game that is of the Hidden element; by placing a mastered Elemental Materia in a character's armor, and linking it with certain non-elemental Materia, one can absorb the damage. Ultimate's other attacks include Bolt Ball, which, despite its name, is a Fire-elemental attack. During aerial battles Ultimate Weapon can only be attacked via long range weapons, so the player can equip the Long Range Materia to anyone who is not wielding a ranged weapon. If they do not have a long ranged weapon or a Long Range Materia they can use magic, summons and Limit Breaks.

DefeatEdit

Upon death, Ultimate Weapon will cast Shadow Flare on the character that dealt the killing blow, making this boss one of the few sources of the Shadow Flare enemy skill. Shadow Flare is fairly strong and if the character dies when it hits, the enemy skill will not be learned. However, if the spell is reflected it can be learned without taking any damage.

When defeated, Ultimate Weapon crashes to the ground creating a large crater that allows the party access to the Ancient Forest without the aid of a chocobo.

Following defeat, Cloud Strife receives his strongest sword, the Ultima Weapon, and the party is able to encounter Ruby Weapon in the sands surrounding the Gold Saucer.

AI ScriptEdit

AI: Setup {

Turn off Death Handling for Ultimate Weapon
GlobalVar:UltimateWeaponHP = Ultimate Weapon's HP
If (Ultimate Weapon's HP <= 20000) Then
{
GlobalVar:UWFinalBattle = 1
}
TempVar:LastHP = Ultimate Weapon's HP

} AI: Main {

GlobalVar:UltimateWeaponHP = Ultimate Weapon's HP
If (Ultimate Weapon's HP <= 20000) Then
{
GlobalVar:UWFinalBattle = 1
}
Count = Count + 1
If (Count == 1) Then
{
Choose All Opponents
Use Quake2 on Target
} Else If (Count == 2) Then {
Choose Random Opponent
Use <Claw> on Target
} Else If (Count == 3) Then {
Choose All Opponents
Use Ultima Beam on Target
} Else {
Choose Self
Use <(Report)> on Target
RunCmd 0x22/0x0F
}

} AI: Counter - General {

TempVar:DmgCounter = TempVar:DmgCount +
(TempVar:LastHP - Ultimate Weapon's HP)
TempVar:LastHP = Ultimate Weapon's HP
If ((Ultimate Weapon's HP < 20000) OR (TempVar:DmgCounter > 20000)) Then
{
GlobalVar:UltimateWeaponHP = Ultimate Weapon's HP
If (Ultimate Weapon's HP <= 20000) Then
{
GlobalVar:UWFinalBattle = 1
}
Choose Self
Use <(Report)> on Target
RunCmd 0x22/0x0F
}

} AI: Counter - Death {

Ultimate Weapon's HP = 20000
GlobalVar:UltimateWeaponHP = Ultimate Weapon's HP
If (Ultimate Weapon's HP <= 20000) Then
{
GlobalVar:UWFinalBattle = 1
}
Choose Self
Use <(Report)> on Target
RunCmd 0x22/0x0F

} AI: Counter - 13 {

Remove Self

}

AI: Setup {

Ultimate Weapon's HP = GlobalVar:UltimateWeaponHP
Turn off Death Handling for Ultimate Weapon
TempVar:TurnsLeft = Rnd(3..5)
TempVar:LastHP = Ultimate Weapon's HP

} AI: Main {

GlobalVar:UltimateWeaponHP = Ultimate Weapon's HP
If (Ultimate Weapon's HP <= 20000) Then
{
GlobalVar:UWFinalBattle = 1
}
TempVar:TurnsLeft = TempVar:TurnsLeft - 1
If (TempVar:TurnsLeft == 0) Then
{
Choose Self
Use <(Report)> on Target
RunCmd 0x22/0x0F
} Else If (TempVar:TurnsLeft == 1) Then {
Choose All Opponents
Use Quake2 on Target
} Else If (TempVar:TurnsLeft == 2) Then {
Choose Random Opponent
Use <Claw> on Target
} Else If (TempVar:TurnsLeft == 3) Then {
Choose All Opponents
Use Ultima Beam on Target
} Else {
Choose Random Opponent
Use <Claw> on Target
}

} AI: Counter - General {

TempVar:DmgCounter = TempVar:DmgCount +
(TempVar:LastHP - Ultimate Weapon's HP)
TempVar:LastHP = Ultimate Weapon's HP
If ((Ultimate Weapon's HP < 20000) OR (TempVar:DmgCounter > 20000)) Then
{
GlobalVar:UltimateWeaponHP = Ultimate Weapon's HP
If (Ultimate Weapon's HP <= 20000) Then
{
GlobalVar:UWFinalBattle = 1
}
Choose Self
Use <(Report)> on Target
RunCmd 0x22/0x0F
}

} AI: Counter - Death {

Ultimate Weapon's HP = 20000
GlobalVar:UltimateWeaponHP = Ultimate Weapon's HP
If (Ultimate Weapon's HP <= 20000) Then
{
GlobalVar:UWFinalBattle = 1
}
Choose Self
Use <(Report)> on Target
RunCmd 0x22/0x0F

} AI: Counter - 13 {

Remove Self

}

AI: Setup {

Ultimate Weapon's HP = GlobalVar:UltimateWeaponHP
Turn off Death Handling for Ultimate Weapon
TempVar:TurnsLeft = Rnd(3..5)
TempVar:LastHP = Ultimate Weapon's HP

} AI: Main {

GlobalVar:UltimateWeaponHP = Ultimate Weapon's HP
If (Ultimate Weapon's HP <= 20000) Then
{
GlobalVar:UWFinalBattle = 1
}
TempVar:TurnsLeft = TempVar:TurnsLeft - 1
If (TempVar:TurnsLeft == 0) Then
{
Choose Self
Use <(Report)> on Target
RunCmd 0x22/0x0F
} Else If (TempVar:TurnsLeft == 1) Then {
Choose Random Opponent
Use <Thunderball> on Target
} Else If (TempVar:TurnsLeft == 2) Then {
Choose All Opponents
Use Ultima Beam on Target
} Else If (TempVar:TurnsLeft == 3) Then {
Choose Random Opponent
Use <Thunderball> on Target
} Else {
Choose All Opponents
Use Ultima Beam on Target
}

} AI: Counter - General {

TempVar:DmgCounter = TempVar:DmgCount +
(TempVar:LastHP - Ultimate Weapon's HP)
TempVar:LastHP = Ultimate Weapon's HP
If ((Ultimate Weapon's HP < 20000) OR (TempVar:DmgCounter > 20000)) Then
{
GlobalVar:UltimateWeaponHP = Ultimate Weapon's HP
If (Ultimate Weapon's HP <= 20000) Then
{
GlobalVar:UWFinalBattle = 1
}
Choose Self
Use <(Report)> on Target
RunCmd 0x22/0x0F
}

} AI: Counter - Death {

Ultimate Weapon's HP = 20000
GlobalVar:UltimateWeaponHP = Ultimate Weapon's HP
If (Ultimate Weapon's HP <= 20000) Then
{
GlobalVar:UWFinalBattle = 1
}
Choose Self
Use <(Report)> on Target
RunCmd 0x22/0x0F

} AI: Counter - 13 {

Remove Self

}

AI: Setup {

Ultimate Weapon's HP = GlobalVar:UltimateWeaponHP

} AI: Main {

GlobalVar:UltimateWeaponHP = Ultimate Weapon's HP
If (Ultimate Weapon's HP <= 20000) Then
{
GlobalVar:UWFinalBattle = 1
}
If (1/2 Chance) Then
{
Choose Random Opponent
Use <Thunderball> on Target
} Else {
Choose All Opponents
Use Ultima Beam on Target
}

} AI: Counter - Death {

Choose Ultimate Weapon's Last Attacker (General)
Use Shadow Flare on Target
GlobalVar:UWDead = 1

}

Other appearancesEdit

Theatrhythm Final FantasyEdit

Theatrhythm Ultimate Weapon.png

Ultimate Weapon appears as a superboss in this game.

GalleryEdit

 
UltimateWeapon-ffvii-field.png
View file detailsUltimate Weapon in the field.
 
UltimateWeapon-ffvii-wm.png
View file detailsUltimate Weapon on the World Map.
 
FFVII Thunderball.png
View file detailsBolt Ball.
 
FFVII Ultima Beam.png
View file detailsUltima Beam.
 
UltimateWeapon-ffvii-fmv-nc.png
View file detailsUltimate Weapon in an FMV.

TriviaEdit

  • Ultimate Weapon's size in the game is inconsistent: when it is first seen in the FMV the Weapons escape the crater, Ultimate Weapon is shown as enormous, much bigger than the party's airship. However, when it is encountered later, Ultimate Weapon is smaller.
Advertisement | Your ad here

Latest Photos

Add a Photo
50,538photos on this wiki
See more >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki