The Stilva is a demon enemy from Final Fantasy IX. It is not a particularly difficult enemy to defeat compared to the other monsters in Memoria, but it can still deal decent damage.
The best way to confront this foe is to come equipped with Fire resistance or absorption, as it will absorb both its Firaga and Red Clipper attacks. It can then be dealt with in any manner, as it has barely any status resistances. To make it even easier to defeat, casting Mini severely hampers its physical abilities.
Stats[]
AI script[]
Function Stilva_Init
set attacklist = [ Sting ; Firaga ; Red Clipper ; Red Clipper ]
Function Stilva_ATB
set selectedattack = RandomAttack( attacklist )
if ( selectedattack == Sting )
set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | VENOM) )
elseif ( selectedattack == Firaga )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Red Clipper )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Red Clipper )
set SV_Target = RandomInTeam(SV_PlayerTeam)
Attack( selectedattack )
Other appearances[]
Final Fantasy Brave Exvius[]
