The Axolotl is a Water-based enemy from Final Fantasy IX found in the Qu's Marsh in the Lachenta Wetlands on the Mist Continent. Quina can eat the Axolotl for one of their first Blue Magic spells: Aqua Breath. Axolotls can be dangerous when first fought due to their use of the Aqua Breath and Water, both of which can deal heavy damage. Thunder spells against them to deal the most damage, and it may be a good idea keeping one or two characters on standby to heal up if needed. LV3 Def-less works against them.
Stats[]
AI script[]
Function Axolotl_Init
set attacklist = [ Tail ; Water ; Tail ]
Function Axolotl_Loop
if ( !initflag )
set initflag = TRUE
set livingfoes = NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP)
if ( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP) == SV_FunctionEnemy )
if ( livingfoes != SV_FunctionEnemy )
set SV_FunctionEnemy[PREVENT_ATTACK] = 1
set SV_FunctionEnemy[ATB] = SV_FunctionEnemy[MAX_ATB]
set livingfoes = NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP)
Wait( 1 )
loop
Function Axolotl_ATB
set selectedattack = RandomAttack( attacklist )
if ( selectedattack == Tail )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Water )
set SV_Target = RandomInTeam(SV_PlayerTeam)
elseif ( selectedattack == Tail )
set SV_Target = RandomInTeam(SV_PlayerTeam)
if ( ( NotMatching(SV_EnemyTeam[STATUS_CURRENT], PETRIFY | VENOM | DEATH | STOP) == SV_FunctionEnemy ) && ( SV_FunctionEnemy[MP] >= 14 ) )
set SV_Target = SV_PlayerTeam
Attack( Aqua Breath )
Attack( selectedattack )
Gallery[]
Etymology[]
axolotl also known as a Mexican salamander (Ambystoma mexicanum) or a Mexican walking fish, is a neotenic salamander, closely related to the tiger salamander. Although the axolotl is colloquially known as a "walking fish", it is not a fish, but an amphibian.
The