Final Fantasy Wiki
Advertisement

The Type C black mage is a human enemy from Final Fantasy IX. The party fights them in Alexandria Castle.

The Type C is the strongest of the three types of black mage dolls, though they are only capable of second-level magic. Silencing them is an effective strategy, such as with Zidane's Mage Masher and Add Status. Physical attackers can deal more damage with Man Eater equipped.

Stats[]

AI script[]

Function Type_C_Init
   set attacklist = [ Strike ; Fira ; Blizzara ; Thundara ]


Function Type_C_Loop
   if ( !initflag )
      set initflag = 1
      set SV_FunctionEnemy[STOP_ANIM] = 2
      set SV_FunctionEnemy[PLAY_ANIM_ONCE] = 1
   if ( SV_FunctionEnemy[HP] == 0 )
      if ( ( SV_EnemyTeam[MODEL] ==$ SV_FunctionEnemy[MODEL] ) == SV_FunctionEnemy )
         set SV_FunctionEnemy[STOP_ANIM] = 2
         set SV_FunctionEnemy[PLAY_ANIM_ONCE] = 0
   Wait( 1 )
   loop


Function Type_C_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Strike )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Fira )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Blizzara )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   elseif ( selectedattack == Thundara )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   Attack( selectedattack )


Other appearances[]

Pictlogica Final Fantasy[]

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


Final Fantasy Record Keeper[]

FFRK Type C FFIX

Type C from Final Fantasy IX appears as an enemy in Final Fantasy Record Keeper.

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.

Gallery[]

Etymology[]

The word Type followed by a number is a common way to name a weapon or product in a production series, similar in meaning to "Mark". "Type" was used by the Japanese and Chinese militaries beginning in the 1920s, and is still in use by the Chinese military.

Related enemies[]

Advertisement