Blugu is an enemy from Final Fantasy VII. It can be fought during AVALANCHE's mission to destroy Mako Reactor 5 in the Lower Sector 4 Plate, the location before the player actually reaches the reactor. It is also a possible encounter in the Battle Square second round before the player obtains the Tiny Bronco. In the Battle Square it has enhanced stats with double the normal HP and 25% higher Attack and Magic Attack.
Stats[]
Formations[]
# | Formation |
---|---|
341 | Row 1: Rocket Launcher A, Rocket Launcher B Row 2: Blugu A, Blugu B |
342 | Row 1: Rocket Launcher Row 2: Blugu A, Blugu B |
343 | Row 1: Chuse Tank Row 2: Blugu A, Blugu B, Blugu C (Back Attack) |
360 | Row 1: Blugu A Row 2: Blugu B, Blugu C |
Locations[]
Sector 4 Plate | |
---|---|
Ladder | 341, 342, 343 (Back Attack) |
Big Room | 341, 342, 343 (Back Attack) |
Exit | 341, 342, 343 (Back Attack) |
Battle Square (before Tiny Bronco) | |
Group A - Battle 2 | 360 |
Battle[]
Blugu has two attacks that it may use, Bodyblow which is a weak attack, and Hell Bubbles. Blugu seldom uses Hell Bubbles, which may inflict Sleep on a single character, and never uses if all characters are under Paralyzed status. However since neither Blugu, nor any of the opponents it appears alongside with, use attacks that inflict Paralyzed, this scenario never happens under normal circumstances.
It is weak against Lightning, so it is a good idea to use Bolt on it, however, regular attacks will suffice as Blugu is not a powerful enemy.
AI script[]
Declare Count = Random[0..3]
If (any opponent has Paralyzed) Then: Use Bodyblow on random opponent with Paralyzed
Else: Use Bodyblow on random opponent
If (Count == 0 OR Count == 1) Then: Count = Count + 1
2/3 Chance: Count = 1
1/3 Chance: Count = 3
If (any opponent does not have Paralyzed) Then: Use Hell Bubbles on random opponent without Paralyzed
Else If (any opponent has Paralyzed) Then: Use Bodyblow on random opponent with Paralyzed
Else: Use Bodyblow on random opponent
Count = 0
Etymology[]
Its English name may be a portmanteau between "blue" and "fugu". The Japanese name is a portmanteau between the French "poisson" ("fish") and "cute", probably derived from "execute".