Final Fantasy Wiki
No edit summary
No edit summary
Line 21: Line 21:
 
| Morph = [[Magic Source]]
 
| Morph = [[Magic Source]]
 
| Steal = [[List of Final Fantasy VII Armor#Bolt Armlet|Bolt Armlet]]
 
| Steal = [[List of Final Fantasy VII Armor#Bolt Armlet|Bolt Armlet]]
| Drop = [[Holy Torch]]
+
| Drop = [[Holy Torch]] (4.69%)
 
| Attacks = [[Thundara (Ability)|Bolt2]], Creepy Touch, Poison Fang, [[Slap]]
 
| Attacks = [[Thundara (Ability)|Bolt2]], Creepy Touch, Poison Fang, [[Slap]]
 
| Enemy Skill = N/A
 
| Enemy Skill = N/A

Revision as of 18:02, 3 September 2014

Template:Sideicon Template:FFVII Enemies The Unknown 3 is an enemy from Final Fantasy VII and appears to be a deformed biological experiment being transported in the Gelnika.

Unknown 3 will Counter all attacks with Creepy Touch, which always inflicts the Sadness status. This is not necessarily a bad thing, as the amount of damage it can inflict with its attacks are high, and Sadness makes the characters take less damage from enemy attacks. Unknown 3's main attacks consists of Poison Fang, which deals upwards to 3000 damage and always inflict Poison to a party member, Slap, which deals high physical damage, and Bolt2, which is its weakest attack and is negligible. This last three attacks only it use on party members without poison status.

There is a bug with Unknown 3 because it checks for Fire's MP Cost rather than Bolt 2's, and does not successfully lock out using spells when it's out of MP in any case.

Wearing an accessory that prevents Poison will automatically make Poison Fang miss, so it is advised to equip a Ribbon or Star Pendant. An easy way of defeating this enemy is to put it to Sleep through Frog Song or Sleepel, then using the Enemy Skill L4 Suicide to reduce its HP quickly.

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 is the best means of gathering Magic Sources late in the game, by morphing it.

Unknown 3 is an enemy in the Battle Arena at the Gold Saucer. Note that Unknown 3's HP in the Battle Arena is 30,000 rather than the usual 15,000. An efficient way or morphing this version of Unknown 3 is to use L4 Suicide three times (which may inflict a total of 29,997 damage) prior to using the Morph command.

AI Script

AI: Main {

If (At Least One Opponent doesn't have Poison Status) Then
{
Choose Random Opponent without Poison Status
If (Unknown 3's MP >= 4) Then
{
TempVar:Chance = 7
} Else {
TempVar:Chance = 6
}
TempVar:Random == Rnd(1..TempVar:Chance)
If (TempVar:Random == 0 or 1 or 2 or 3) Then
{
Use Poison Fang on Target
} Else If (TempVar:Random == 4) Then {
Use Slap on Target
} Else {
Use Bolt2 on Target
}
}

} AI: Counter - General {

Choose Unknown 3's Last Attacker (General)
If (Unknown 3's HP <= 50% of Unknown 3's Max HP) Then
{
Use Creepy Touch on Target
} Else If (Target doesn't have Poison Status) Then {
Use Creepy Touch on Target
}

}

Gallery

Template:Gallery

Related Enemies