Final Fantasy Wiki
Advertisement

Template:Sideicon Template:FFVII Enemy The Gi Spector is an enemy from Final Fantasy VII. It is a ghost of the Gi Tribe and appears in the Cave of the Gi and in the fifth round of the Battle Square during the time Tiny Bronco is available. When fought in the Battle Square its stats are enhanced with double the regular HP and its Attack and Magic Attack are increased by 25%.

Formations

# Formation
547 Gi Spector
552 Gi Spector A, Gi Spector B (Attack from both sides)
553 Gi Spector A, Gi Spector B
554 Row 1: Gi Spector A
Row 2: Gi Spector B, Gi Spector C

Locations

Cave of the Gi
Spider Room 547, 552 (Attack from both sides)
Rock Switch Room 553 (event), 554 (event)
Battle Square (with Tiny Bronco available)
Group A - Battle 5 553
Group B - Battle 5 554

Battle

Gi Spector always targets the character with the lowest current HP that has not been afflicted with Death-sentence. As it is weak against Holy and Fire, it is recommended to use these elemental attacks against it. Summoning Ifrit is a good idea, as the Gi Spector may attack in trios. Offensively, it has no truly dangerous attacks to speak of; although Death Sentence can kill a character after enough time passes, the battle should not last long enough for it to work.

There is a 50% chance that the Gi Spector will counter any attack with Death Sentence, but it always targets the character with the lowest HP that is not afflicted with the status, so should the player wish to learn it, they should ensure that the character with the lowest HP is equipped with the Enemy Skill Materia. If at least one opponent doesn't have Death-sentence, and the target's HP has less 50% of target's Max HP, then Gi Specter maybe uses Hell Spear which may inflicts paralyze.

Gi Spectors drop Smoke Bombs, which allow one to flee a battle.

AI script

AI: Main {

If (Count < 3) Then
{
If (At Least One Opponent doesn't have Death-sentence) Then
{
Choose Random Opponent without Death-sentence with Lowest HP
Use Skewer on Target
}
Count = Count + 1
} Else {
If (At Least One Opponent doesn't have Death-sentence Status) Then
{
Choose Random Opponent without Death-sentence with Lowest HP
If ((Target's HP <= 50% of Target's Max HP) AND (1/2 Chance)) Then
{
Use Hell Spear on Target
} Else {
Use Skewer on Target
}
}
Count = 0
}

} AI: Counter - General {

If ((At Least One Opponent doesn't have Death-sentence Status)
AND (1/2 Chance)) Then
{
Choose Random Opponent without Death-sentence with Lowest HP
If (Target's HP <= 3 * [Target's Max HP / 4]) Then
{
Use Death Sentence on Target
}
} Else {
Choose Gi Spector's Last Attacker (General)
Use Skewer on Target
}

}

Gallery

Trivia

  • The BradyGames guide gives two sets of the stats for the Gi Spector; the first claims the Gi Spector has one attack and has a note about learning the Death Sentence enemy skill, and the second claims he has all three attacks, but does not mention the enemy skill.
Advertisement