Final Fantasy Wiki
Advertisement

Bombs are enemies in Final Fantasy VII that appear on the bridge in Mt. Corel. When a bomb is attacked, they expand. Its Fireball is only used in the second and third forms. When its HP falls below 25% of its maximum HP, it explodes, heavily damaging a randomly chosen character. It is best to attack them with the party's strongest magic and kill it before it can explode. If the Bomb explodes, it will give no Experience or items.

Right arms can be stolen from Bombs, but the odds are low. Right Arms are the most powerful attack item on Part 1.

Stats[]

Formations[]

# Formation
500 Bomb
501 Bomb A, Bomb B
513 Bomb

Locations[]

Mt. Corel
Valley 500, 501
Bridge 513

AI script[]

AI: Main {

If (Stage == 0) Then
{
If (1/2 Chance) Then
{
Choose Random Opponent
Use <Bodyblow> (1st Form Version) on Target
}
} Else If (Stage == 1) Then {
Choose Random Opponent
1/4 Chance: Nothing
1/4 Chance: Use Fireball on Target
1/2 Chance: Use <Bodyblow> (2nd Form Version) on Target
} Else {
Choose Random Opponent
1/2 Chance: Use <Bodyblow> (3rd Form Version) on Target
1/2 Chance: Use Fireball on Target
}

} AI: Counter - General {

If (Bomb's HP <= 25% of Bomb's Max HP) Then
{
Choose Random Opponent
Use Bomb Blast on Target
Remove Self
} Else If (Bomb's HP <= 50% of Bomb's Max HP) Then {
If (Stage < 2) Then
{
Bomb's [4098] = Bomb's [4098] + 8
Stage = 2
}
} Else If (Bomb's HP <= 75% of Bomb's Max HP) Then {
If (Stage < 1) Then
{
Bomb's [4098] = Bomb's [4098] + 8
Stage = 1
}
}

}

Gallery[]

Etymology[]

A bomb is an explosive weapon that uses the exothermic reaction of an explosive material to provide an extremely sudden and violent release of energy.

Related enemies[]

Advertisement