Final Fantasy Wiki
Register
Advertisement

Eligor is a rare enemy in Final Fantasy VII, fought in the Train Graveyard of Midgar, and in the third 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%.

Stats[]

Formations[]

# Formation
400 Eligor
411 Eligor

Locations[]

Train Graveyard (after defeating Aps)
North 400
Battle Square (before Tiny Bronco)
Group A - Battle 3 400
Group B - Battle 3 411

Battle[]

It carries the Striking Staff, the best weapon for Aeris until Junon. The player should take advantage of the new Steal Materia received in the sewers to nab it.

Eligor is one of the more formidable enemies fought at the point of the game it is first encountered. It resists Gravity. It only uses Sword Attack, which does decent damage when it has above 50% of its max HP. It can use Sleepel, which may inflict Sleep on a single character, and Silence, which may prevent one party member from casting magic. It will use Mono Laser against each party member in the same turn when it has below 50% of its max HP, and will stay in this attack mode. Thus, this attack in the Battle Square is used three times on the same character.

AI script[]

Start of battle

Declare Attack_Physical

Declare OpeningAttack = 0

Declare Stage = 0

Turn

Attack_Physical = 0

If (OpeningAttack == 0) Then
1/3 Chance
If (Self MP >= 24) Then

Use Silence on random opponent without Silence

Else

Attack_Physical = 1

1/3 Chance
If (Self MP >= 8) Then

Use Sleepel on random opponent without Sleep

Else

Attack_Physical = 1

1/3 Chance

Do Nothing

OpeningAttack = 1

Else If (Stage == 0) Then
1/3 Chance
If (any opponent is on the back row) Then

Use Mono Laser on random opponent on the back row

Else

Use Mono Laser on random opponent

1/3 Chance

Attack_Physical = 1

1/6 Chance
If (any opponent does not have Silence) Then
If (Self MP >= 24) Then

Use Silence on random opponent without Silence

Else

Attack_Physical = 1

Else If (any opponent does not have Sleep) Then
If (Self MP >= 8) Then

Use Sleepel on random opponent without Sleep

Else

Attack_Physical = 1

Else

Attack_Physical = 1

1/6 Chance
If (any opponent does not have Sleep) Then
If (Self MP >= 8) Then

Use Sleepel on random opponent without Sleep

Else

Attack_Physical = 1

Else If (any opponent does not have Silence) Then
If (Self MP >= 24) Then

Use Silence on random opponent without Silence

Else

Attack_Physical = 1

Else

Attack_Physical = 1

Else
3/5 Chance

Attack_Physical = 1

1/5 Chance
If (any opponent does not have Silence) Then
If (Self MP >= 24) Then

Use Silence on random opponent without Silence

Else

Attack_Physical = 1

Else If (any opponent does not have Sleep) Then
If (Self MP >= 8) Then

Use Sleepel on random opponent without Sleep

Else

Attack_Physical = 1

Else

Attack_Physical = 1

1/5 Chance
If (any opponent does not have Sleep) Then
If (Self MP >= 8) Then

Use Sleepel on random opponent without Sleep

Else

Attack_Physical = 1

Else If (any opponent does not have Silence) Then
If (Self MP >= 24) Then

Use Silence on random opponent without Silence

Else

Attack_Physical = 1

Else

Attack_Physical = 1

If (Attack_Physical == 1) Then
If (Stage == 0) Then
If (any opponent is on the front row) Then

Use Sword Attack on random opponent on the front row

Else

Use Sword Attack on random opponent

Else
If (2nd opponent is alive) Then

Use Mono Laser on 2nd opponent

If (1st opponent is alive) Then

Use Mono Laser on 1st opponent

If (3rd opponent is alive) Then

Use Mono Laser on 3rd opponent

Counter - if attacked
If (Self HP > 1/2 * Self Max HP) Then

Stage = 0

Else

Stage = 1

Other appearances[]

Mobius Final Fantasy[]

MFF Eligor 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[]

Eligor is a Great Duke of Hell in the Ars Goetia, ruling 60 legions of demons. He discovers hidden things and knows the future of wars and how soldiers should meet. He also attracts the favor of lords, knights and other important persons. He is depicted in the form of a goodly knight carrying a lance, an ensign and a sceptre.

He is depicted as a ghostly specter, sometimes riding a semi-skeletal (sometimes winged) horse, or the Steed of Abigor - which matches his appearance in Final Fantasy VII.

Advertisement