Bad Rap is an enemy from Final Fantasy VII fought in the Sunken Gelnika. They appear in groups in the room to the left of the save point, and can be morphed into the stat boost item Luck Source.
Stats[]
Formations[]
# | Formation |
---|---|
797 | Row 1: Poodler Row 2: Bad Rap A, Bad Rap B |
798 | Row 1: Bad Rap A, Bad Rap B Row 2: Bad Rap C, Bad Rap D |
799 | Bad Rap A, Bad Rap B, Poodler (Attack from both sides) |
Locations[]
Sunken Gelnika | |
---|---|
Hallway | 797, 798, 799 (Attack from both sides) |
Battle[]
While they have decently high HP for the time that the party can first encounter them, Bad Raps are of no big threat. Their Whip attack may be used twice in one turn. They will use Big Fang on the character with the highest current HP and their Evil Poison attack always inflicts Darkness on one character. The Ink item can be stolen from them, and is the only means of inflicting Darkness onto enemies, though this is pointless to do as it will not hinder the enemies' ability to hit the party.
Bad Raps are the only source of Luck Sources in the game.
Strategy[]
It is advised to attack them using multi-targeting spells, such as Beta, Aqualung or Magic Breath, to defeat them quickly.
The fastest way to farm Luck Sources for min-maxing purposes is to bring Yuffie equipped with Conformer, Morph and Mega All. One can also equip the Counter Materia in a linked slot with Morph, and give her Cover, to boost the frequency of morphing.
AI script[]
AI: Setup {
- SpclChance = 16
} AI: Main {
- If (Count == 0 or 1) Then
- {
- Choose Random Opponent
- Use <Whip> on Target
- If (Rnd(1..SpclChance) == 1) Then
- {
- Choose Random Opponent
- Use <Whip> on Target
- }
- Count = Count + 1
- } Else If (Count == 2) Then {
- If ((At Least One Opponent doesn't have Darkness Status)
- AND (Rnd(1..SpclChance) == 1)) Then
- {
- Choose Random Opponent without Darkness Status
- Use Evil Poison on Target
- } Else {
- Choose Random Opponent
- Use <Whip> on Target
- If (Rnd(1..SpclChance) == 1) Then
- {
- Choose Random Opponent
- Use <Whip> on Target
- Count = 3
- } Else {
- Count = 0
- }
- }
- If ((At Least One Opponent doesn't have Darkness Status)
- } Else {
- Choose Random Opponent with Highest HP
- Use Big Fang on Target
- Count = 1
- }
} AI: Counter - General {
- If (Bad Rap's HP <= 50% of Bad Rap's Max HP) Then
- {
- SpclChance = 2
- } Else If (Bad Rap's HP <= 75% of Bad Rap's Max HP) Then {
- SpclChance = 3
- } Else {
- SpclChance = 4
- }
}
Etymology[]
The Japanese name for this enemy is likely derived from "Evil Wrap". "Wrap" would refer to its nature as a squid-like creature and the wrapping of its tentacles.
For the English translation, The synonym "bad" is used as a substitute for "evil" thereby making it a pun on the English phrase, "bad rap".