Final Fantasy Wiki
Advertisement

The Poodler Sample is an enemy from Final Fantasy VII. It is only fought as an enemy during the first part of the boss battle with Hojo at the end of "Mako Cannon Rampage".

The samples cannot be defeated permanently, as Hojo will simply revive them, so it is better to ignore them and concentrate solely on the scientist himself.

Stats[]

Formations[]

# Formation
856 Bad Rap Sample, Poodler Sample, Hojo
857 Bad Rap Sample, Poodler Sample, Hojo
858 Bad Rap Sample, Poodler Sample, Hojo

Locations[]

Sector 8
Cannon Control Panel 856 (event)

AI script[]

AI: Setup {

Count = Rnd(0..2)

} AI: Main {

If (Count == 0) Then
{
If (2nd Opponent doesn't have Death Status) Then
{
Choose 2nd Opponent
Use <Bodyblow> on Target
}
Count = 1
} Else If (Count == 1) Then {
If (1st Opponent doesn't have Death Status) Then
{
Choose 1st Opponent
Use <Bodyblow> on Target
}
Count = 2
} Else {
If (3rd Opponent doesn't have Death Status) Then
{
Choose 3rd Opponent
Use <Bodyblow> on Target
}
Count = 0
}

} AI: Counter - General {

If ((Poodler's HP <= 25% of Poodler's Max HP) & (1/3 Chance)) Then
{
If (Poodler's MP >= 22) Then
{
Choose Poodler's Last Attacker (General)
Use Fire2 on Target
}
}

} AI: Counter - Death {

Remove Sleep/Poison/Haste/Slow/Death-sentence/Berserk Statuses from
Poodler Sample

}

Other appearances[]

Final Fantasy Record Keeper[]

FFRK Poodler Sample FFVII
Baknamy FFTA2This section about an enemy in Final Fantasy Record Keeper is empty or needs to be expanded. You can help the Final Fantasy Wiki by expanding it.

Related enemies[]

Advertisement