Final Fantasy Wiki
Advertisement

Template:Sideicon

Under Lizard is an enemy in Final Fantasy VII fought in the Woodlands Area and in the second round of the Battle Square on disc 2 onward after Gold Saucer reopens. When fought in the Battle Square its stats are enhanced with double the regular HP and its Attack and Magic Attack are increased by 25%.

Stats

Formations

# Formation
180 Under Lizard
184 Under Lizard
185 Under Lizard A, Under Lizard B
231 Under Lizard
633 Under Lizard
635 Row 1: Under Lizard
Row 2: Toxic Frog A*(Covered by Under Lizard), Toxic Frog B*(Covered by Under Lizard)

Locations

Temple of the Ancients
Labyrinth 633, 635
Woodlands Area
Grass 180
Dirt 184, 185
Cactus Island
Grass 231
Goblin Island
Grass/Beach 231
Battle Square (with Highwind available)
Group A - Battle 2 185
Group B - Battle 2 180

Battle

Its HP is low for the point of the game in which it is fought, and it only has a physical and a single status attack, which may inflict Frog and Slow-numb. If this becomes a problem, Remedies can be stolen from it. Furthermore, it can be manipulated into casting this onto its allies.

It can be defeated using almost any attack, but groups of them are best finished with Enemy Skills.

AI script

AI: Setup {

Count = Rnd(0..3)

} AI: Main {

If (Count == 0 or 1) Then
{
If (At Least One Opponent doesn't have Petrify) Then
{
Choose Random Opponent without Petrify
Use <Bodyblow> on Target
}
Count = Count + 1
} Else If (Count == 2) Then {
If (At Least One Opponent doesn't have Petrify) Then
{
Choose Random Opponent without Petrify
Use <Bodyblow> on Target
}
1/2 Chance: Count = Rnd(0..1)
1/2 Chance: Count = 3
} Else {
If ((At Least One Opponent doesn't have Petrify)
& (At Least One Opponent doesn't have Slow-numb)) Then
{
Choose Random Opponent without Petrify and Slow-numb Status
Use Petrified Frog on Target
} Else If (At Least One Opponent doesn't have Petrify Status) Then {
Choose Random Opponent without Petrify
Use <Bodyblow> on Target
}
Count = Rnd(0..1)
}

}

Gallery

Related enemies

Advertisement