Final Fantasy Wiki
Advertisement

Stroper is a stone-type enemy from Final Fantasy IX. The party can fight it in the Iifa Tree.

Stats[]

Battle[]

Stroper's Sweep attack is strong and hits the whole party. It can inflict the party with Silence and Gradual Petrify. Quina can eat it to learn Lv5 Death. Use of a Soft makes it "Too soft to live" and instantly kills it. Quina's LV3 Def-less works on it.

Strategy[]

If no Softs are available the party may steal a Soft from it to defeat it. Otherwise, Fira and other Fire-elemental attacks are good. The player should keep the party's HP up above half, as Stroper's Sweep attack deals heavy damage to everyone. Attacking it physically will cause it to counter with Gradual Petrify.

AI script[]

Function Stroper_ATB
   set playerteamcount = #SV_PlayerTeam
   set target = ( 1 << ( GetRandom % playerteamcount ) )
   if ( playerteamcount == 1 )
      set SV_Target = 1
      Attack( Slap )
   elseif ( playerteamcount < 4 )
      if ( ( target == 2 ) || ( target == 4 ) )
         set SV_Target = target
         Attack( Slap )
   elseif ( ( target == 4 ) || ( target == 8 ) )
      set SV_Target = target
      Attack( Slap )
   set SV_Target = SV_PlayerTeam
   Attack( Sweep )


Function Stroper_Counter
   if ( ( GetAttackCommandId == Skill ) && ( GetAttackId == What's That?! ) )
      return
   if ( !( GetRandom % 3 ) )
      set SV_Target = GetAttacker
      if ( IsCommandPhysical( GetAttackCommandId ) )
         if ( ( SV_FunctionEnemy[MP] >= 0 ) && #SV_Target && !( #Matching(SV_Target[STATUS_CURRENT], GRADUAL_PETRIFY) ) )
            Attack( Gradual Petrify )
      elseif ( IsCommandMagical( GetAttackCommandId ) )
         if ( SV_FunctionEnemy[MP] >= 8 )
            Attack( Silence )


Other appearances[]

Final Fantasy Brave Exvius[]

Baknamy FFTA2This section about an enemy in Final Fantasy Brave Exvius is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.

Tetra Master[]

Tetra Master
Stroper
#034
Location: Black Mage N°123 (disc 4, inside Black Mage Village inn), Daguerreo, Disc 4 - Near Black Mage Village Item Shop - Black Mage No. 24


Etymology[]

The storoper, or stone roper, is a tentacled monster from Dungeons & Dragons.

Advertisement