Final Fantasy Wiki
mNo edit summary
mNo edit summary
Line 29: Line 29:
   
 
It appears to be a deformed biological experiment being transported in the [[Sunken Gelnika]].
 
It appears to be a deformed biological experiment being transported in the [[Sunken Gelnika]].
  +
  +
==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
  +
:}
  +
}
   
 
==Related enemies==
 
==Related enemies==

Revision as of 01:14, 25 January 2012

Template:FFVII Enemies 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 is highly recommended to bring Ribbons to this fight to avoid the Confusion effect of its Abnormal Breath, and to stay in the back row to avoid taking too much damage from its powerful physical attack. Once its HP drops below 50%, it will start to counter physical attacks with ? Needle, which inflicts Paralysis. Big Guard and White Wind are good defensive measures to use when fighting this enemy, while for offensive purposes, Sleepel and/or Frog Song are useful in inflicting Sleep. Once put to sleep, it is best to use magic based attacks such as Comet or Beta to attack to avoid waking it up. If the party 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 that Magic Materia.

It appears to be a deformed biological experiment being transported in the Sunken Gelnika.

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
}

}

Related enemies

Gallery

Template:Gallery