Final Fantasy Wiki
mNo edit summary
No edit summary
(35 intermediate revisions by 14 users not shown)
Line 1: Line 1:
  +
{{sideicon|prime=FFVII}}
{{FFVII Enemies|
 
  +
{{DISPLAYTITLE:Captain (''Final Fantasy VII'')}}
name = Captain
 
  +
{{infobox enemy
| japan = 隊長
 
  +
| release = FFVII
  +
|name = Captain
 
| japanese = 隊長
 
| romaji = Taichō
 
| romaji = Taichō
| image = [[Image:Captain_FF7.jpg|200px]]
+
| image = Captain FF7.png
  +
|location = [[Submarine (Final Fantasy VII)|Submarine #2]]; [[Submarine (Final Fantasy VII)|Submarine #1]]
| Location = [[Junon Underwater Reactor]] (Huge Materia Quest)
 
  +
|formations = true
  +
|aiscript = true
  +
}}
 
'''Captain''' is an enemy from ''[[Final Fantasy VII]]'', donning the red bandanna found on officers of [[Shinra Electric Power Company|Shinra's]] army. It only has one physical attack which it can use twice in one turn. [[Aqua Breath|Aqualung]] and similar attacks can defeat them easily. A rare armor piece, the [[Final Fantasy VII armor#Shinra Alpha|Shinra Alpha]], should be [[Steal#Final Fantasy VII|stolen]] from it before killing it.
  +
  +
There are only two opportunities to face this enemy in the game. The second opportunity can only occur if the player failed the submarine minigame during the [[Junon Underwater Reactor|Junon Huge Materia]] sidequest, which is usually considered difficult without intentionally losing. Furthermore, both of these encounters can be avoided in the same way when the player makes the choice on whether to take the submarine crew on the bridge hostage.
  +
  +
==Stats==
  +
{{infobox enemy stats FFVII
 
| name = Captain
  +
| location = [[Submarine (Final Fantasy VII)|Submarine #2]]; [[Submarine (Final Fantasy VII)|Submarine #1]]
 
| level = 34
 
| level = 34
| HP = 2000
+
| hp = 2000
| MP = 90
+
| mp = 90
| Attack = 84
+
| attack = 84
| Def = 66
+
| magic atk = 35
| Magic = 34
+
| defense = 33
| MDef = 80
+
| magic def = 40
| Speed = 63
+
| dexterity = 63
| Evade = 1
+
| defense% = 1
| AP Awarded = 84
+
| luck = 0
| EXP = 850
+
| exp = 850
| Gil = 1050
+
| ap = 84
| Morph = Nothing
+
| gil = 1050
  +
| drop 1 = [[Final Fantasy VII items#S-mine|S-mine]]
| Steal = Shinra Alpha
 
| Drop = S-mine
+
| drop 1 rate = 8
  +
| steal 2 = [[Final Fantasy VII armor#Shinra Alpha|Shinra Alpha]]
| Attacks = Machine Gun, Hand Grenade
 
| Enemy Skill = N/A
+
| steal 2 rate = 8
  +
| abilities = ''[[Final Fantasy VII enemy abilities#Machine Gun|Machine Gun]]'', [[Final Fantasy VII enemy abilities#Hand Grenade|Hand Grenade]]*
| Weak Against = Nothing
 
| Resistant to = Nothing
+
| manipulate 1 = Machine Gun
 
| manipulate 2 = Hand Grenade
| Immune to = Nothing
 
  +
| info = -*Captain never uses Hand Grenade, unless Manipulated.
| Absorbs = Nothing
 
| Status = Nothing
 
| Other Information =
 
 
}}
 
}}
  +
'''Captain''' is an enemy from ''[[Final Fantasy VII]]'', donning the red bandanna found on officers of [[Shinra Electric Power Company|Shinra's]] army. It only has physical attacks and is not a serious threat. However, a rare armor piece, the '''Shinra Alpha''', can and should be stolen from it before killing it.
 
  +
==Formations==
  +
{|class="FFVII article-table" style="width:380px"
  +
|-class="a"
  +
!style="width:10%"|#
  +
!style="width:90%"|Formation
  +
|-
  +
!class="b"|{{LA|Final Fantasy VII enemy formations#786|786}}
  +
|Row 1: Submarine Crew A, Submarine Crew B<br/>Row 2: Captain
  +
|-
  +
!class="b"|{{LA|Final Fantasy VII enemy formations#787|787}}
  +
|Captain A, Captain B
  +
|}
  +
  +
==Locations==
  +
{|class="article-table" style="width:380px;text-align:left"
  +
|-
  +
!colspan="2" class="no-table"|[[Submarine (Final Fantasy VII)|Submarine #2]]
  +
|-
  +
|style="width:50%"|Bridge
  +
|[[#786|786]] (event)
  +
|-
  +
!colspan="2" class="no-table"|[[Submarine (Final Fantasy VII)|Submarine #1]]
  +
|-
  +
|style="width:50%"|Bridge
  +
|[[#786|786]] (event)
  +
|}
  +
  +
==AI script==
  +
AI: Setup
  +
{
  +
:TempVar:TurnsTilSpecial = 3
  +
}
  +
AI: Main
  +
{
  +
:If ((TempVar:Setup == 0) AND (Battle is Captain Special Battle)) Then
  +
:{
  +
::Print Message [Captain "Let me show you how it's done."]
  +
::RunCmd 0x24/0x00
  +
::TempVar:Setup = 1
  +
:}
  +
:If (Stage == 0) Then
  +
:{
  +
::If (TempVar:TurnsTilSpecial == 0) Then
  +
::{
  +
:::Choose Random Opponent
  +
:::Use <Machine Gun> on Target
  +
:::Choose Random Opponent
  +
:::Use <Machine Gun> on Target
  +
:::TempVar:TurnsTilSpecial = 3
  +
::} Else {
  +
:::Choose Random Opponent with Lowest HP
  +
:::Use <Machine Gun> on Target
  +
:::TempVar:TurnsTilSpecial = TempVar:TurnsTilSpecial - 1
  +
::}
  +
:} Else {
  +
::If (2nd Opponent doesn't have Death Status) Then
  +
::{
  +
:::Choose 2nd Opponent
  +
:::Use <Machine Gun> on Target
  +
::}
  +
::If (1st Opponent doesn't have Death Status) Then
  +
::{
  +
:::Choose 1st Opponent
  +
:::Use <Machine Gun> on Target
  +
::}
  +
::If (3rd Opponent doesn't have Death Status) Then
  +
::{
  +
:::Choose 3rd Opponent
  +
:::Use <Machine Gun> on Target
  +
::}
  +
:}
  +
}
  +
AI: Counter - General
  +
{
  +
:If (Captain's HP <= 75% of Captain's Max HP) Then
  +
:{
  +
::Stage = 1
  +
:} Else {
  +
::Stage = 0
  +
:}
  +
}
  +
AI: Counter - Death
  +
{
  +
:If (Battle is Captain Special Battle) Then
  +
:{
  +
::Print Message [Captain "Ugh... they got me."]
  +
::RunCmd 0x24/0x00
  +
:}
  +
}
  +
  +
==Etymology==
  +
{{Etym|Captain}}
   
 
==Related enemies==
 
==Related enemies==
 
*[[Attack Squad]]
 
*[[Attack Squad]]
 
*[[Grenade Combatant (Final Fantasy VII)|Grenade Combatant]]
 
*[[Grenade Combatant (Final Fantasy VII)|Grenade Combatant]]
*[[Marine]]
+
*[[Marine (Final Fantasy VII)|Marine]]
*[[MP (Final Fantasy VII)|MP]]
+
*[[MP (enemy)|MP]]
 
*[[Submarine Crew]]
 
*[[Submarine Crew]]
 
*[[Underwater MP]]
 
*[[Underwater MP]]
[[Category:Final Fantasy VII Enemies]]
+
[[Category:Enemies in Final Fantasy VII]]

Revision as of 15:48, 19 June 2020

Template:Sideicon

Captain is an enemy from Final Fantasy VII, donning the red bandanna found on officers of Shinra's army. It only has one physical attack which it can use twice in one turn. Aqualung and similar attacks can defeat them easily. A rare armor piece, the Shinra Alpha, should be stolen from it before killing it.

There are only two opportunities to face this enemy in the game. The second opportunity can only occur if the player failed the submarine minigame during the Junon Huge Materia sidequest, which is usually considered difficult without intentionally losing. Furthermore, both of these encounters can be avoided in the same way when the player makes the choice on whether to take the submarine crew on the bridge hostage.

Stats

Formations

# Formation
786 Row 1: Submarine Crew A, Submarine Crew B
Row 2: Captain
787 Captain A, Captain B

Locations

Submarine #2
Bridge 786 (event)
Submarine #1
Bridge 786 (event)

AI script

AI: Setup {

TempVar:TurnsTilSpecial = 3

} AI: Main {

If ((TempVar:Setup == 0) AND (Battle is Captain Special Battle)) Then
{
Print Message [Captain "Let me show you how it's done."]
RunCmd 0x24/0x00
TempVar:Setup = 1
}
If (Stage == 0) Then
{
If (TempVar:TurnsTilSpecial == 0) Then
{
Choose Random Opponent
Use <Machine Gun> on Target
Choose Random Opponent
Use <Machine Gun> on Target
TempVar:TurnsTilSpecial = 3
} Else {
Choose Random Opponent with Lowest HP
Use <Machine Gun> on Target
TempVar:TurnsTilSpecial = TempVar:TurnsTilSpecial - 1
}
} Else {
If (2nd Opponent doesn't have Death Status) Then
{
Choose 2nd Opponent
Use <Machine Gun> on Target
}
If (1st Opponent doesn't have Death Status) Then
{
Choose 1st Opponent
Use <Machine Gun> on Target
}
If (3rd Opponent doesn't have Death Status) Then
{
Choose 3rd Opponent
Use <Machine Gun> on Target
}
}

} AI: Counter - General {

If (Captain's HP <= 75% of Captain's Max HP) Then
{
Stage = 1
} Else {
Stage = 0
}

} AI: Counter - Death {

If (Battle is Captain Special Battle) Then
{
Print Message [Captain "Ugh... they got me."]
RunCmd 0x24/0x00
}

}

Etymology

Captain and chief officer are overlapping terms, formal or informal, for the commander of a military unit, the commander of a ship, airplane, spacecraft, or other vessel, or the commander of a port, fire department or police department, election precinct, etc. Captain is a military rank in armies, navies, coast guards, etc., typically at the level of an officer commanding a company of infantry, a ship, or a battery of artillery, or similar distinct unit.

Related enemies