The Zemzelett is a flying enemy from Final Fantasy IX. The party can find it in the Dead Forest outside the Black Mage Village. It sometimes counters physical attacks with Psychokinesis, so it is best to attack with magic. It is not immune to Silence, which can give an advantage. It is susceptible to Quina's LV4 Holy.
Stats[]
AI script[]
Function Zemzelett_Init
set attacklist = [ Aero ; Aero ; Rainbow Wind ; Rainbow Wind ; White Wind ]
Function Zemzelett_ATB
set selectedattack = RandomAttack( attacklist )
if ( selectedattack == Aero )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Aero )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Rainbow Wind )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Rainbow Wind )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == White Wind )
set SV_Target = SV_FunctionEnemy
Attack( selectedattack )
Function Zemzelett_Counter
if ( ( GetAttackCommandId == Skill ) && ( GetAttackId == What's That?! ) )
return
if ( IsCommandPhysical( GetAttackCommandId ) && !( GetRandom % 3 ) && ( SV_FunctionEnemy[MP] >= 0 ) )
set SV_Target = GetAttacker
Attack( Psychokinesis )
Tetra Master[]
Tetra Master |
---|
#033 Location: Near Black Mage Village Item Shop - Black Mage No. 24 (Disc 4) |
Gallery[]
Etymology[]
Zemzelett may share a vague association with the Slavic word zimzelen, which means "evergreen".