Final Fantasy Wiki
Register
Advertisement

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 "Clash in the Deep Sea", 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[]

Advertisement