Battery Cap is an enemy from Final Fantasy VII fought in the forests in the Nibel Area, and in the sixth round of the Battle Square during the time Tiny Bronco is available. When fought in the Battle Square its stats are enhanced with double the regular HP and its Attack and Magic Attack are increased by 25%.
Stats[]
Formations[]
# | Formation |
---|---|
145 | Row 1: Battery Cap A, Battery Cap B, Battery Cap C, Battery Cap D Row 2: Valron[note 1] |
146 | Row 1: Battery Cap A Row 2: Battery Cap B[note 2], Battery Cap C[note 2] Row 3: Battery Cap D[note 3], Battery Cap E[note 4], Battery Cap F[note 5] |
Locations[]
Nibel Area | |
---|---|
Forest | 145, 146 |
Battle Square (with Tiny Bronco available) | |
Group A - Battle 6 | 146 |
Group B - Battle 6 | 145 |
Battle[]
The Battery Cap's greatest danger is its Four Laser attack, which is different from the Search Crown's version, as it inflicts more magic-based damage. Its other attack, Seed Shot, deals minimal damage and always inflicts Darkness on one character. The Battery Cap can be dealt with easily using L4 Suicide or just physical attacks on their own, or, if necessary, spells like Trine, Beta and Aqualung and Magic Materia with All.
AI script[]
AI: Main {
- If (1/2 Chance) Then
- {
- If (At Least One Opponent has Poison Status) Then
- {
- Choose Random Opponent with Poison Status
- } Else {
- Choose Random Opponent
- }
- Use Seed Shot on Target
- } Else {
- Choose Random Opponent
- Use Four Laser on Target
- }
}