Final Fantasy Wiki
Advertisement

Template:Sideicon

The Ghirofelgo is an enemy in Final Fantasy VII. It takes the appearance of a robust man with blond hair swinging on a pendulum and is fought in the Shinra Mansion in Nibelheim and in the final 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%.

Stats

Formations

# Formation
558 Ghirofelgo, Chain
559 Ghirofelgo, Chain (Back Attack)

Locations

Shinra Mansion
Foyer 558
1f. 558
2f. West 558, 559 (Back Attack)
2f. East 558, 559 (Back Attack)
Hidden Steps 558
Battle Square (with Tiny Bronco available)
Group A - Battle 8 558
Group B - Battle 8 558

Battle

While on the pendulum, Ghirofelgo is capable of attacking the whole party at once for decent damage. Every time he is attacked there is 1/8 chance that he will fall off and be unable to attack for his next three turns, after which he will climb back up the pendulum. He can be defeated instantly by using the Enemy Skill Laser or the spell Demi2.

AI script

AI: Setup {

TempVar:FallenTurns = 2
TempVar:SwingTurns = 3

} AI: Main {

If (Ghirofelgo's IdleAnim == Swinging) Then
{
If ((1/8 Chance) OR (TempVar:SwingTurns == 0)) Then
{
Choose Random Opponent
Use <Guillotine> on Target
TempVar:SwingTurns = 3
} Else {
TempVar:SwingTurns = TempVar:SwingTurns - 1
}
} Else {
If ((1/3 Chance) OR (TempVar:FallenTurns == 0)) Then
{
Choose Self
Use <Catch Chain> on Target
Ghirofelgo's IdleAnim = Swinging
} Else {
Choose Self
Use <Fail to catch> on Target
TempVar:FallenTurns = TempVar:FallenTurns - 1
}
}

} AI: Counter - General {

If (Ghirofelgo's IdleAnim == Swinging) Then
{
Ghirofelgo's HurtAnim = Flinch (Swinging)
If (1/8 Chance) Then
{
Choose Self
Use <> on Target
Ghirofelgo's IdleAnim = Fallen
TempVar:FallenTurns = 2
}
} Else {
Ghirofelgo's HurtAnim = Flinch (Fallen)
}

}

Other appearances

Final Fantasy Brave Exvius

Baknamy FFTA2This section about an enemy in Final Fantasy Brave Exvius is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.

Mobius Final Fantasy

MFF Ghirofelgo FFVII
Impresario-ffvi-iosThis section in Mobius Final Fantasy is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.


Gallery

Etymology

The enemy's name is likely a compound of three English words: "guillotine" (ギロチン, girochin?), "fell" (フェル, feru?), and "ghost" (ゴースト, gōsuto?).

Trivia

  • The chain Ghirofelgo swings from remains after battle once it has been defeated.
Advertisement