Final Fantasy Wiki
Advertisement

The Unknown 2 is an enemy from Final Fantasy VII. It gives the most gil, EXP, and AP of the three enemies of its type.

It appears to be a deformed biological experiment being transported in the Sunken Gelnika, and like all enemies in the sunken plane, can be morphed into a stat boost item that can be farmed for min-maxing purposes.

The Unknown monsters fought in Gelnika refer to the various enemies found in the Great Sea Trench in Final Fantasy V, also called Unknown. Both locations are underwater.

Stats[]

Formations[]

# Formation
802 Unknown 2

Locations[]

Sunken Gelnika
Research Room 802
Cargo Room 802

Battle[]

Unknown 2 uses Abnormal Breath either as first attack or as a counter-attack against physical attacks when its HP is between 25% and 50% of HP Max, inflicting Confuse on the party. Once its HP drops below 25%, it will start to counter physical attacks with ? Needle, which always inflicts Paralyzed.

Strategy[]

It is recommended to bring Ribbons, Big Guard and White Wind, as they are good defensive measures to use when fighting this enemy. For offensive purposes, Sleepel and/or Frog Song are useful in inflicting Sleep on it.

Once put to sleep, it is best to use magic-based attacks, such as Laser, Comet or Beta, to avoid waking it up. If any party member is above level 60, they may wish to stay in the front row and use strong attacks before putting the enemy to sleep, such as 2x-Cut or 4x-Cut. All Unknowns are vulnerable to the Gravity element, and thus can have a good portion of their HP removed via any spell from the Gravity Materia; the player can link it with Quadra Magic for multiple castings.

AI script[]

AI: Main {

If (TempVar:OpeningAttack == 0) Then
{
If (At Least One Opponent doesn't have Confusion Status) Then
{
Choose Random Opponent without Confusion Status
} Else {
Choose Random Opponent
}
Use Abnormal Breath on Target
TempVar:OpeningAttack = 1
} Else {
If (At Least One Opponent doesn't have Confusion Status) Then
{
Choose Random Opponent without Confusion Status
} Else {
Choose Random Opponent
}
Use Tentacle on Target
}

} AI: Counter - Physical {

If (Unknown 2's HP <= 25% of Unknown 2's Max HP) Then
{
Choose Unknown 2's Last Attacker (Physical)
Use ? Needle on Target
} Else If (Unknown 2's HP <= 50% of Unknown 2's Max HP) Then {
Choose Unknown 2's Last Attacker (Physical)
Use Abnormal Breath on Target
}

}

Gallery[]

Related enemies[]

Advertisement