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.
Stilva has two Enemy Skills the player can learn when facing it on the Gaea's Cliff, making it a worthwhile encounter to seek out, as the player can't learn enemy skills on the Battle Square, and Gaea's Cliff is an unrevisitable location.
It is referred to as "Stillve" in the official artwork.
Stats[]
- ↑ Stilva never uses Trine, unless Manipulated.
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 uses Jump Attack on the party member with the highest current HP, and the powerful and potentially devastating Magic Breath attack that hits all party members for strong tri-elemental damage (Fire, Ice and Lightning). Stilva has the Enemy Skills Magic Breath and Trine for the player to learn. 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[]
Stilva 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. L4 Suicide also works against it, and leaves it open for being morphed. Using Magic Hammer on it makes it unable to use Magic Breath, and replenishes the caster.
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
- }
}
Other appearances[]
Final Fantasy Brave Exvius[]
Mobius Final Fantasy[]
Other media[]
An enemy called Stilva appears in Final Fantasy IX which uses a similar model, albeit with greater detail.