The Clipper is an enemy from Final Fantasy IX found on the Mist Continent in the Lachenta Wetlands.
Stats[]
AI script[]
Function Clipper_Init
set attacklist = [ Crush ; Water ; Bubbles ]
Function Clipper_ATB
set selectedattack = RandomAttack( attacklist )
if ( selectedattack == Crush )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Water )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Bubbles )
set SV_Target = SV_PlayerTeam
Attack( selectedattack )
Other appearances[]
Pictlogica Final Fantasy[]
This 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.