Final Fantasy Wiki
Advertisement

The Bad Rap Sample is an enemy from Final Fantasy VII. It appears alongside Hojo in the first battle against him on the Sister Ray at the end of "Mako Cannon Rampage". It is summoned together with Poodler Sample. It may use its Whip attack twice in one turn, while its Evil Poison attack always inflicts Darkness on one character.

The samples cannot be defeated permanently, as Hojo will simply revive them, so it is better to ignore them and concentrate solely on the scientist himself.

Stats[]

Formations[]

# Formation
856 Bad Rap Sample, Poodler Sample, Hojo
857 Bad Rap Sample, Poodler Sample, Hojo
858 Bad Rap Sample, Poodler Sample, Hojo

Locations[]

Sector 8
Cannon Control Panel 856 (event)

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
         }
      }
   } 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
   }
}
AI: Counter - Death
{
   Remove Sleep/Poison/Haste/Slow/Death-sentence/Berserk Statuses from
     Bad Rap Sample
}

Other appearances[]

Final Fantasy Record Keeper[]

FFRK Bad Rap Sample 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