Final Fantasy Wiki
m (+locations+formations)
Tag: sourceedit
m (+locations)
Tag: sourceedit
Line 57: Line 57:
 
|style="width:50%"|Sector 7
 
|style="width:50%"|Sector 7
 
|[[#388|388]], [[#389|389]]
 
|[[#388|388]], [[#389|389]]
  +
|-
  +
!colspan="2" class="no-table"|[[Battle Square]] (before Tiny Bronco)
  +
|-
  +
|style="width:50%"|Group A - Battle 2
  +
|[[#389|389]]
  +
|-
  +
|style="width:50%"|Group B - Battle 2
  +
|[[#388|388]]
 
|}
 
|}
   

Revision as of 10:27, 12 February 2016

Template:Sideicon Template:FFVII Enemies Ceasar is an enemy from Final Fantasy VII. They are fought in the sewer below Don Corneo's mansion, and in the second round of the Battle Square before the player obtains the Tiny Bronco. In the Battle Square they have enhanced stats, with double the normal HP, and Attack and Magic Attack increased by 25%.

They only use a physical attack and a weak magical attack, Bubble, and pose no threat to the party. At 25% or less of its Max HP, they will use the two attacks in a row. They are weak to Ice.

They drop useful Tranquilizers, although the chances of a drop are low, so it is better to steal them.

Formations

# Formation
388 Row 1: Ceasar A
Row 2: Ceasar B, Ceasar C
389 Row 1: Sahagin A, Sahagin B
Row 2: Ceasar

Locations

Sewer
Sector 6 388, 389
Sector 7 388, 389
Battle Square (before Tiny Bronco)
Group A - Battle 2 389
Group B - Battle 2 388

AI script

Start of battle

Declare Stage = 0

Turn

If (Stage == 0 AND 1/4 Chance) Then: Use Bodyblow on random opponent

Else If (Stage == 1) Then

1/6 Chance: Use Bubble on random opponent

1/6 Chance: Use Bodyblow on random opponent

2/3 Chance: Do Nothing

Else If (Stage == 2) Then

1/4 Chance: Use Bubble on random opponent

1/4 Chance: Use Bodyblow on random opponent

1/2 Chance: Do Nothing

Else If (Stage == 3) Then

1/2 Chance: Use Bubble on random opponent

1/2 Chance: Use Bodyblow on random opponent

Else

Use Bubble on random opponent

Use Bodyblow on random opponent

Counter - if attacked

If (Self HP > 3/4 * Self Max HP) Then: Stage = 1

Else If (Self HP > 1/2 * Self Max HP Then: Stage = 2

Else If (Self HP > 1/4 * Self Max HP Then: Stage = 3

Else: Stage = 4

Gallery

Template:Gallery

Etymology

Caesar is a title of imperial character. It derives from the cognomen of Julius Caesar, the Roman dictator. The change from being a familial name to a title adopted by the Roman Emperors can be dated to about AD 68/69, the so-called "Year of the Four Emperors".

Related enemies