Final Fantasy Wiki
m (Fenrir9 moved page Eligor to Eligor (Final Fantasy VII) without leaving a redirect)
mNo edit summary
Line 33: Line 33:
 
It carries the [[List of Final Fantasy VII Weapons#Striking Staff|Striking Staff]], the best weapon for [[Aerith Gainsborough|Aeris]] until [[Junon]]. The player should take advantage of the new [[Steal]] [[Command Materia|Materia]] received in the sewers to steal it.
 
It carries the [[List of Final Fantasy VII Weapons#Striking Staff|Striking Staff]], the best weapon for [[Aerith Gainsborough|Aeris]] until [[Junon]]. The player should take advantage of the new [[Steal]] [[Command Materia|Materia]] received in the sewers to steal it.
   
In battle, the Eligor is one of the more formidable enemies fought at the point of the game they are first encountered. It can use [[Sleep (Ability)|Sleepel]] to put party members to [[Sleep (Status)|sleep]], and [[Silence (Status)|Silence]] them to stop them from casting magic. It also has fairly high [[HP]] and no [[element (Term)|element]]al weaknesses.
+
In battle, the Eligor is one of the more formidable enemies fought at the point of the game they are first encountered. It can use [[Sleep (Ability)|Sleepel]] to put party members to [[Sleep (Status)|sleep]], and [[Silence (Status)|Silence]] them to stop them from casting magic. It also has fairly high [[HP]] and no [[lement (Term)|elemental]] weaknesses.
   
 
==AI Script==
 
==AI Script==
Line 285: Line 285:
 
}}
 
}}
 
}}
 
}}
 
   
 
==Gallery==
 
==Gallery==

Revision as of 08:15, 4 August 2014

Template:Sideicon Template:FFVII Enemies Eligor is a rare enemy from Final Fantasy VII. It is 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%.

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 steal it.

In battle, the Eligor is one of the more formidable enemies fought at the point of the game they are first encountered. It can use Sleepel to put party members to sleep, and Silence them to stop them from casting magic. It also has fairly high HP and no elemental weaknesses.

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 Sleep 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

Gallery

Template:Gallery

Etymology

Eligor, in demonology, is a Great Duke of Hell, ruling sixty legions of demons. He discovers hidden things and knows the future of wars and how soldiers should meet. He also attracts the favors of lords, knights, and other important persons.

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.