The Type A black mage is a human enemy from Final Fantasy IX. The party can find them in Gizamaluke's Grotto and the suburbs of Burmecia.
Stats
Battle
The Type A is the weakest of the three black mage enemy types, but its magic is still relatively strong against the party at the point they are fought. It is vulnerable to Silence, which can be inflicted if the Add Status ability is used with the Mage Masher, or Soul Blade with the Butterfly Sword. Add Status only works with daggers and not with thief swords, and Soul Blade only works with thief swords and not daggers. As Type A is humanoid, Man Eater from the Coral Ring will double the damage from the character's physical attack.
AI script
Function Type_A_Init
set attacklist = [ Strike ; Fire ; Blizzard ; Thunder ]
Function Type_A_ATB
set selectedattack = RandomAttack( attacklist )
if ( selectedattack == Strike )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Fire )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Blizzard )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Thunder )
set SV_Target = RandomInTeam(SV_PlayerTeam)
Attack( selectedattack )
Other appearances
Pictlogica Final Fantasy

Final Fantasy Record Keeper

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.


