Final Fantasy Wiki
m (AI Script)
m (Bot: Automated text replacement (-Sewer (Final Fantasy VII location) +Sewer System (Final Fantasy VII)))
(40 intermediate revisions by 16 users not shown)
Line 1: Line 1:
{{FFVII Enemies
+
{{sideicon|prime=FFVII|PFF}}
  +
{{infobox enemy
  +
| release = FFVII
  +
|name = Ceasar
 
| japanese = シェザーシザー
  +
| romaji = Shezā Shizā
  +
| lit = Schezar Scissor
 
| image = [[File:Ceasar FF7.png|200px]]
  +
|location = [[Sewer System (Final Fantasy VII)|Sewer]]; [[Battle Square]]
  +
|formations = true
  +
|aiscript = true
  +
|remake = Scissorclaw
 
}}
  +
'''Ceasar''' is an enemy from ''[[Final Fantasy VII]]''. They are fought in the [[Sewer System (Final Fantasy VII)|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%.
  +
  +
==Stats==
  +
{{infobox enemy stats FFVII
 
| name = Ceasar
 
| name = Ceasar
  +
| location = [[Sewer System (Final Fantasy VII)|Sewer]]; [[Battle Square]]
| image = [[Image:Ceasar_FF7.png|200px]]
 
  +
| battle square = true
| Location = [[Midgar]] - Slum Sewers
 
 
| level = 8
 
| level = 8
| HP = 120
+
| hp = 120
| MP = 0
+
| mp = 0
| Attack = 22
+
| attack = 14
| Def = 32
+
| magic atk = 6
| Magic = 33
+
| defense = 54
| MDef = 18
+
| magic def = 16
| Speed = 47
+
| dexterity = 47
| Evade = 5
+
| defense% = 3
| AP Awarded = 2
+
| luck = 10
| EXP = 23
+
| exp = 23
| Gil = 55
+
| ap = 2
| Ice = Weak
+
| gil = 55
  +
| ice = Weak
| japan = シェザーシザー
 
| romaji = Shezā Shizā
+
| punch = Auto-hit
| Morph = Potion
+
| drop 1 = [[Final Fantasy VII items#Potion|Potion]]
  +
| drop 1 rate = 8
| Steal = Tranquilizer
 
  +
| drop 2 = [[Final Fantasy VII items#Tranquilizer|Tranquilizer]]
| Drop = [[Potion (Item)|Potion]], Tranquilizer
 
  +
| drop 2 rate = 2
| Attacks = ''Bodyblow'', Bubble
 
  +
| steal 3 = [[Final Fantasy VII items#Tranquilizer|Tranquilizer]]
| Enemy Skill = N/A
 
| Status = Nothing
+
| steal 3 rate = 8
  +
| morph = [[Final Fantasy VII items#Potion|Potion]]
| Other Information = -Ceasar cannot evade [[Punch (Attribute)|Punch]] attacks.
 
  +
| abilities = ''[[Final Fantasy VII enemy abilities#Bodyblow|Bodyblow]]'', [[Final Fantasy VII enemy abilities#Bubble|Bubble]]
  +
| manipulate 1 = Bodyblow
  +
| manipulate 2 = Bubble
 
}}
 
}}
'''Ceaser''' is an enemy from ''[[Final Fantasy VII]]''. They only use physical attacks and a weak magical attack, Bubble, and pose no threat to the party. They drop useful [[List of Final Fantasy VII Items#Tranquilizer|Tranquilizers]].
 
   
==AI Script==
+
==Formations==
  +
{|class="FFVII article-table" style="width:380px"
AI: Main
 
  +
|-class="a"
{
 
  +
!style="width:10%"|#
:If (Stage == 0) Then
 
  +
!style="width:90%"|Formation
:{
 
  +
|-
::Choose Random Opponent
 
  +
!class="b"|{{LA|Final Fantasy VII enemy formations#388|388}}
::1/4 Chance: Use <Bodyblow> on Target
 
  +
|Row 1: Ceasar A<br/>Row 2: Ceasar B, Ceasar C
::3/4 Chance: Nothing
 
  +
|-
:} Else If (Stage == 1) Then {
 
  +
!class="b"|{{LA|Final Fantasy VII enemy formations#389|389}}
::Choose Random Opponent
 
  +
|Row 1: Sahagin A, Sahagin B<br/>Row 2: Ceasar
::1/6 Chance: Use Bubble on Target
 
 
|}
::1/6 Chance: Use <Bodyblow> on Target
 
::1/3 Chance: Nothing
 
:} Else If (Stage == 2) Then {
 
::Choose Random Opponent
 
::1/4 Chance: Use Bubble on Target
 
::1/4 Chance: Use <Bodyblow> on Target
 
::1/2 Chance: Nothing
 
:} Else If (Stage == 3) Then {
 
::Choose Random Opponent
 
::1/2 Chance: Use Bubble on Target
 
::1/2 Chance: Use <Bodyblow> on Target
 
:} Else {
 
::Choose Random Opponent
 
::Use Bubble on Target
 
::Choose Random Opponent
 
::Use <Bodyblow> on Target
 
:}
 
}
 
AI: Counter - General
 
{
 
:If (Ceasar's HP <= 25% of Ceasar's Max HP) Then
 
:{
 
::Stage = 4
 
:} Else If (Ceasar's HP <= 50% of Ceasar's Max HP) Then {
 
::Stage = 3
 
:} Else If (Ceasar's HP <= 75% of Ceasar's Max HP) Then {
 
::Stage = 2
 
:} Else {
 
::Stage = 1
 
:}
 
}
 
   
==Related Enemies==
+
==Locations==
  +
{|class="article-table" style="width:380px;text-align:left"
*[[Castanets]]
 
  +
|-
  +
!colspan="2" class="no-table"|[[Sewer System (Final Fantasy VII)|Sewer]]
  +
|-
  +
|style="width:50%"|Sector 6
  +
|[[#388|388]], [[#389|389]]
  +
|-
  +
|style="width:50%"|Sector 7
  +
|[[#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]]
 
|}
   
==Gallery==
+
==Battle==
  +
Ceasars only use a physical attack and a weak magical attack, [[Bubble (ability)|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 (element)|Ice]].
{{Gallery
 
  +
|File:Bubble.png|Bubble
 
  +
They [[Item drop|drop]] [[Final Fantasy VII items#Tranquilizer|Tranquilizers]], although the chances of a drop are low, so it is better to [[Steal#Final Fantasy VII|steal]] them.
  +
  +
==AI script==
  +
{{AI
  +
|primary=Start of battle
  +
|secondary=Declare Stage = 0
 
}}
 
}}
  +
[[Category:Final Fantasy VII Enemies]]
 
  +
{{AI
  +
|primary=Turn
  +
|secondary=
  +
'''If (Stage == 0 AND 1/4 Chance) Then''': Use <span class="ability">''Bodyblow''</span> on random opponent
  +
{{AI
 
|primary=Else If (Stage == 1) Then
  +
|secondary=
  +
'''1/6 Chance''': Use <span class="ability">Bubble</span> on random opponent
  +
  +
'''1/6 Chance''': Use <span class="ability">''Bodyblow''</span> on random opponent
  +
 
'''2/3 Chance''': Do Nothing
 
}}
  +
{{AI
 
|primary=Else If (Stage == 2) Then
  +
|secondary=
  +
'''1/4 Chance''': Use <span class="ability">Bubble</span> on random opponent
  +
  +
'''1/4 Chance''': Use <span class="ability">''Bodyblow''</span> on random opponent
  +
 
'''1/2 Chance''': Do Nothing
  +
}}
  +
{{AI
 
|primary=Else If (Stage == 3) Then
  +
|secondary=
  +
'''1/2 Chance''': Use <span class="ability">Bubble</span> on random opponent
  +
  +
'''1/2 Chance''': Use <span class="ability">''Bodyblow''</span> on random opponent
  +
}}
  +
{{AI
  +
|primary=Else
  +
|secondary=
  +
Use <span class="ability">Bubble</span> on random opponent
  +
  +
Use <span class="ability">''Bodyblow''</span> on random opponent
  +
}}
  +
}}
  +
  +
{{AI
  +
|primary=Counter - if attacked
  +
|secondary=
  +
'''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
  +
}}
  +
  +
==Other appearances==
  +
===''[[Pictlogica Final Fantasy]]''===
  +
  +
{{Enemy section|Pictlogica Final Fantasy}}
  +
 
==Gallery==
  +
<gallery>
 
Bubble.png|Bubble.
  +
</gallery>
  +
  +
==Etymology==
  +
{{Etym|Caesar}}
  +
  +
==Related enemies==
 
*[[Castanets]]
 
[[Category:Enemies in Final Fantasy VII]]

Revision as of 21:36, 8 June 2020

Template:Sideicon

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%.

Stats

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

Battle

Ceasars 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 Tranquilizers, although the chances of a drop are low, so it is better to steal them.

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

Other appearances

Pictlogica Final Fantasy

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

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