Final Fantasy Wiki
Final Fantasy Wiki
Advertisement

The Cave Imp is an enemy from Final Fantasy IX. It can be found in the Ice Cavern. As its name would suggest, the Sleeping Juice attack puts a member of the player party to Sleep.

Stats[]

Formations[]

Enemies Frequency AP
????
None
Flan x2 0% 2
Flan x3 30% 2
Flan x4 0% 0
Flan, Cave Imp, Flan 40% 2
Cave Imp x2 30% 1
????
None
Wyerd 50% 1
Wyerd x2 50% 2
????
None
Flan x2 0% 2
Flan x3 30% 2
Flan x4 0% 2
Flan, Cave Imp, Flan 40% 2
Cave Imp x2 30% 1
????
None
Flan x2 0% 2
Flan x3 25% 2
Flan x4 40% 2
Flan, Cave Imp, Flan 35% 2
Cave Imp x2 0% 0
????
None
Flan x2 0% 2
Flan x3 25% 2
Flan x4 45% 2
Flan, Cave Imp, Flan 30% 2
Cave Imp x2 0% 2

AI script[]

Function Cave_Imp_Init
   set attacklist = [ Rusty Knife ; Rusty Knife ; Blizzard ; Sleeping Juice ; Sleeping Juice ; Sleeping Juice ]


Function Cave_Imp_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Rusty Knife )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Rusty Knife )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Blizzard )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Sleeping Juice )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Sleeping Juice )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Sleeping Juice )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   Attack( selectedattack )


Gallery[]

Etymology[]

An imp is "a small, mischievous devil or sprite".

Advertisement