Scrutin Eye is an enemy in Final Fantasy VII fought on the Cargo Ship and in the sixth round of the Battle Square before the player obtains the Tiny Bronco. When fought in the Battle Square its stats are enhanced with double the normal HP and its Attack and Magic Attack are increased by 25%.
It knows a few powerful spells and can be a danger, but the party should also have Level 2 spells or Matra Magic by this point and can use them to defeat the Scrutin Eye. Ethers can be obtained from them, making them valuable enemies to fight.
Stats
Edit
Formations
Edit
# | Formation |
---|---|
484 | Row 1: Scrutin Eye A, Scrutin Eye B Row 2: Scrutin Eye C, Scrutin Eye D |
487 | Row 1: Scrutin Eye B, Scrutin Eye C Row 2: Scrutin Eye A, Scrutin Eye D (Back Attack) |
Locations
Edit
Cargo Ship (after regrouping) | |
---|---|
Cargo Room | 484, 487 (Back Attack) |
Engine Room | 484, 487 (Back Attack) |
Battle Square (before Tiny Bronco) | |
Group B - Battle 6 | 484 |
AI script
Edit
AI: Main {
- If (Scrutin Eye is in Front Row) Then
- {
- 1/4 Chance:
- {
- Choose Random Opponent
- If (Scrutin Eye's MP >= 22) Then
- {
- Use Fire2 on Target
- } Else {
- Use <Drilldrive> on Target
- }
- }
- 1/4 Chance:
- {
- Choose Random Opponent
- If (Scrutin Eye's MP >= 22) Then
- {
- Use Ice2 on Target
- } Else {
- Use <Drilldrive> on Target
- }
- }
- 1/2 Chance:
- {
- Choose Random Opponent
- Use <Drilldrive> on Target
- }
- } Else {
- 3/8 Chance:
- {
- Choose Random Opponent
- If (Scrutin Eye's MP >= 22) Then
- {
- Use Fire2 on Target
- } Else {
- Use <Drilldrive> on Target
- }
- }
- 3/8 Chance:
- {
- Choose Random Opponent
- If (Scrutin Eye's MP >= 22) Then
- {
- Use Ice2 on Target
- } Else {
- Use <Drilldrive> on Target
- }
- }
- 1/4 Chance:
- {
- Choose Random Opponent
- Use <Drilldrive> on Target
- }
- }
}
Gallery
Edit
Etymology
Edit
"Scrutin Eye" is a pun on "Scrutiny" and "Eye".
Related enemies
Edit
Community content is available under CC-BY-SA
unless otherwise noted.