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

Final Fantasy Record Keeper

Type C from Final Fantasy IX appears as an enemy in Final Fantasy Record Keeper.
Final Fantasy Brave Exvius
The Type C, localized as Black Mage Type C, appears as an enemy during the "Alexandria Castle" and "Escape from Alexandria Castle" events.
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.

