Final Fantasy Wiki
Register
Advertisement

Corvette is an enemy from Final Fantasy VII, found in the Underwater Reactor. The player should be wary, as it might use either their Gash or Spinning Cut attacks twice in a turn. They can also inflict Fury with their Slap attack, but this can be turned back on it by linking an Added Effect Materia to Mystify in a character's weapon, as it will deal double damage and can possibly confuse the monster.

Corvettes can be morphed into Light Curtains, which is made easier by using the L4 Suicide on it first.

Stats[]

  1. Corvette never uses Bodyblow, unless Manipulated or Berserk status.
  2. Corvette never uses Sawback.

Formations[]

# Formation
766 Corvette A, Corvette B
767 Corvette A, Corvette B (Attack from both sides)

Locations[]

Underwater Reactor
Underwater Tunnel 766, 767 (Attack from both sides)
Underwater Reactor Entrance 766, 767 (Attack from both sides)

AI script[]

AI: Setup {

SelectTar = Choose Random Opponent
SpclChance = 5
Count = Rnd(0..3)

} AI: Main {

If (Count == 0 or 1) Then
{
Choose Random Opponent
Use Gash on Target
If (Rnd(1..SpclChance) == 1) Then
{
Choose Random Opponent
Use Gash on Target
}
Count = Count + 1
} Else If (Count == 2) Then {
Choose Random Opponent
Use Spinning Cut on Target
If ((Target doesn't have Death Status)
AND (Rnd(1..SpclChance) == 1)) Then
{
Use Gash on Target
}
Count = 0
} Else {
If (SelectTar doesn't have Death Status) Then
{
Choose SelectTar
Use Slap on Target
}
Count = 1
}

} AI: Counter - General {

SelectTar = Corvette's Last Attacker (General)
If ((Corvette's HP <= 25% of Corvette's Max HP)
AND (SpclChance == 3)) Then
{
SpclChance = 2
Count = 3
} Else If ((Corvette's HP <= 50% of Corvette's Max HP)
AND (SpclChance == 4)) Then {
SpclChance = 3
Count = 3
} Else If ((Corvette's HP <= 75% of Corvette's Max HP)
AND (SpclChance == 5)) Then {
SpclChance = 4
Count = 3
} Else {
SpclChance = 5
}

}

Other appearances[]

Pictlogica Final Fantasy[]

PFF Corvette

Corvette from Final Fantasy VII appears as an enemy in Pictlogica Final Fantasy.

Gallery[]

Etymology[]

A corvette is a small, maneuverable, lightly armed warship, originally smaller than a frigate (2,000+ tons) and larger than a coastal patrol craft or fast attack craft (500 tons or less), although many recent designs are approaching the size of smaller frigates (3,000 tons). During the Age of Sail, corvettes were smaller than frigates and larger than sloops-of-war, usually with a single gun deck.

Related enemies[]

Advertisement