Final Fantasy Wiki
Advertisement

Template:Sideicon Template:FFVII Enemy The Stilva is an enemy in Final Fantasy VII encountered in the caverns of Gaea's Cliff and in the sixth round of the Battle Square after the player acquires the Highwind and Cloud Strife rejoins the party. When fought on the Battle Square its stats are enhanced with double the normal HP and its Attack and Magic Attack are increased by 25%. Stilva is also fought on the sixth round of the PC version Battle Square demo.

It is referred to as "Stillve" in the official artwork.

Formations

# Formation
705 Stilva
709 Stilva (Back Attack)

Locations

Gaea's Cliff
Archway Cave 705, 709 (Back Attack)
Boulder Cave 705, 709 (Back Attack)
Water Level Cave 705, 709 (Back Attack)
Battle Square (with Highwind available)
Group A - Battle 6 705

Battle

Stilva has the Enemy Skills Magic Breath and Trine. It uses his Jump Attack always on the character in the party with the highest current HP. This is the player's second chance to obtain the missable Enemy Skill Trine, but Stilva will never use the skill normally and must be manipulated to learn it. This enemy can be morphed for the rare Holy Torch.

Strategy

It can be easily defeated by making it cast Magic Breath on itself. Magic Breath is powerful and can do upwards of 2,000 damage, so surviving it can be difficult. Guarding allies against either Fire, Ice, or Lightning will protect them from an almost certain KO, as well Big Guard.

AI script

AI: Setup {

Count = Rnd(0..3)
TempVar:MoveSet = Rnd(0..1)

} AI: Main {

If (Count == 0) Then
{
Choose Random Opponent with Highest HP
Use Jump Attack on Target
Count = 1
} Else If (Count == 1) Then {
If (TempVar:MoveSet == 0) Then
{
Choose Random Opponent
Use Big Horn on Target
TempVar:MoveSet = 1
} Else {
Choose Random Opponent
Use <Big Red Clipper> on Target
TempVar:MoveSet = 0
}
Count = 2
} Else If (Count == 2) Then {
Choose Random Opponent
1/2 Chance: Use Big Horn on Target
1/2 Chance: Use <Big Red Clipper> on Target
Count = 3
} Else {
If (Stilva's MP >= 75) Then
{
Choose All Opponents
Use Magic Breath on Target
} Else {
Choose Random Opponent with Highest HP
Use Jump Attack on Target
}
Count = 0
}

}

Gallery

Trivia

Related enemies

Advertisement