Final Fantasy Wiki
Final Fantasy Wiki
Advertisement

The Hedgehog Pie is an enemy from Final Fantasy IX. It can be found on the overworld areas of the Mist Continent, on the lowlands near Lindblum's Dragon's Gate, and near to Cleyra and the Alexandrian lowlands. They use physical attacks the party and are not a threat.

When Zidane's party reaches the Desert Palace, there is a short intermission where the player temporarily plays as Regent Cid. He has to tiptoe past a Hedgehog Pie without letting it catch him moving, whereafter he must solve a puzzle to reach a key. Queen Hilda also once threatens to turn Cid into a Hedgehog Pie.

Stats[]

AI script[]

Function Hedgehog_Pie_Init
   set attacklist = [ Ram ; Fat Press ]


Function Hedgehog_Pie_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Ram )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Fat Press )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   Attack( selectedattack )


Function Hedgehog_Pie_Counter
   if ( ( GetAttackCommandId == Skill ) && ( GetAttackId == What's That?! ) )
      return
   if ( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP) != SV_FunctionEnemy )
      return
   if ( GetAttackCommandId != Attack )
      return
   if ( SV_FunctionEnemy[HP] < SV_FunctionEnemy[MAX_HP] / 4 )
      set SV_Target = GetAttacker
      Attack( Pumpkin Head )


Tetra Master[]

Tetra Master
Hedgehog Pie
#027
Location: Lindblum, "Card Boy" in Theater District


Gallery[]

Advertisement