Final Fantasy Wiki
Final Fantasy Wiki
Advertisement

Screamer 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%.

It only has physical attacks and can be defeated easily with Enemy Skills. Screamer always inflicts Sadness via War Cry. It has a 50% chance of using Iron Attack as a counterattack the first time its HP drops below 1/8. It can be morphed into valuable Power Sources.

Stats[]

Formations[]

# Formation
592 Row 1: Screamer A, Twin Brain
Row 2: Screamer B[note 1]
593 Screamer A, Screamer B (Back Attack)
594 Screamer A, Screamer B (Attack from both sides)
  1. Covered by Screamer A

Locations[]

Mt. Nibel (present)
Mountainside Upper 592
Nibel Reactor Entrance 592, 593 (Back Attack), 594 (Attack from both sides)
Battle Square (with Tiny Bronco available)
Group A - Battle 7 592

AI script[]

AI: Main {

If (Count == 0) Then
{
Count = 1
} Else If (Count == 1) Then {
If (At Least One Opponent has Paralyzed Status) Then
{
Choose Random Opponent with Paralyzed Status
} Else If (At Least One Opponent has Sadness Status) Then {
Choose Random Opponent with Sadness Status
} Else {
Choose Random Opponent with Highest HP
}
Use <Ironball> on Target
Count = 2
} Else If (Count == 2) Then {
Count = 3
} Else If (Count == 3) Then {
If (At Least One Opponent has Paralyzed Status) Then
{
Choose Random Opponent with Paralyzed Status
} Else If (At Least One Opponent has Sadness Status) Then {
Choose Random Opponent with Sadness Status
} Else {
Choose Random Opponent with Highest HP
}
Use <Ironball> on Target
If ((At Least One Opponent doesn't have Sadness) & (1/3 Chance)) Then
{
Count = 4
} Else {
Count = 0
}
} Else {
If (At Least One Opponent doesn't have Sadness) Then
{
Choose Random Opponent without Sadness
} Else {
Choose Random Opponent
}
Use War Cry on Target
Count = 0
}

} AI: Counter - General {

If (TempVar:HPDanger == 0) Then
{
If (Screamer's HP <= 1/8th of Screamer's Max HP) Then
{
If (1/2 Chance) Then
{
Choose All Opponents
Use Iron Attack on Target
}
TempVar:HPDanger = 1
}
}

}

Other appearances[]

Final Fantasy Record Keeper[]

FFRK Screamer FFVII
Baknamy FFTA2This 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.


Related enemies[]

Advertisement