The Twin Brain is an enemy from Final Fantasy VII fought on Mt. Nibel and in the seventh 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 |
---|---|
588 | Row 1: Twin Brain A, Twin Brain B Row 2: Sonic Speed |
589 | Row 1: Twin Brain A Row 2: Twin Brain B, Twin Brain C |
592 | Row 1: Screamer A, Twin Brain Row 2: Screamer B[note 1] |
597 | Row 1: Twin Brain A, Twin Brain B Row 2: Twin Brain C |
598 | Row 1: Twin Brain A, Twin Brain B Row 2: Kyuvilduns A, Kyuvilduns B, Kyuvilduns C |
- ↑ Covered by Screamer A
Locations[]
Mt. Nibel (flashback) | |
---|---|
Mountainside Upper | 588, 589 |
Nibel Reactor Entrance | 588, 589, 588, 589 |
North Mako Cave | 597, 598 |
South Mako Cave | 597, 598 |
Mt. Nibel (present) | |
Mountainside Upper | 588, 589, 592 |
Nibel Reactor Entrance | 588, 589, 592, 588, 589, 592 |
North Mako Cave | 597, 598 |
South Mako Cave | 597, 598 |
Cave Infrastructure | 597, 598 |
Battle Square (with Tiny Bronco available) | |
Group A - Battle 7 | 589, 592 |
Battle[]
The Twin Brain's heavy Magic Defense means they resist most low-level spells. Their Stare Down ability always inflicts Paralyze on one character and can put the player in a difficult position. The Twin Brain is a good source of Turbo Ethers early in the game (obtained when morphed), gives large amounts of EXP, AP, and gil when in a group, and has a ready supply of Ethers for stealing. They can be defeated easily with Aqualung.
AI script[]
AI: Main {
- If (TempVar:OpeningAttack == 0) Then
- {
- If ((At Least One Opponent doesn't have Paralyzed Status)
- & (1/2 Chance)) Then
- {
- Choose Random Opponent without Paralyzed Status
- } Else {
- Choose Random Opponent
- }
- Use Stare Down on Target
- TempVar:OpeningAttack = 1
- If ((At Least One Opponent doesn't have Paralyzed Status)
- } Else {
- If (At Least One Opponent has Paralyzed Status) Then
- {
- Choose Random Opponent with Paralyzed Status
- } Else {
- Choose Random Opponent with Highest HP
- }
- Use Absorb on Target
- }
}
Other appearances[]
Final Fantasy Record Keeper[]
This section about an enemy in Final Fantasy Record Keeper is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.