Final Fantasy Wiki
No edit summary
No edit summary
Line 18: Line 18:
 
| japan = プドゥレア
 
| japan = プドゥレア
 
| romaji = Pudurea
 
| romaji = Pudurea
| Morph = [[Speed Plus (Item)|Speed Source]]
+
| Morph = [[List of Final Fantasy VII Items#Speed Source|Speed Source]]
| Steal = [[Turbo Ether]]
+
| Steal = [[List of Final Fantasy VII Items#Turbo Ether|Turbo Ether]]
| Drop = [[X-Potion]] (14.06%)
+
| Drop = [[List of Final Fantasy VII Items#X-Potion|X-Potion]] (14.06%)
 
| Attacks = ''Bodyblow'', [[Fire (Ability)|Fire]]
 
| Attacks = ''Bodyblow'', [[Fire (Ability)|Fire]]
 
| Enemy Skill = N/A
 
| Enemy Skill = N/A

Revision as of 13:36, 8 September 2014

Template:Sideicon Template:FFVII Enemies The Poodler is an enemy from Final Fantasy VII. Unlike most other enemies in the Gelnika, it is rather weak with relatively low HP and only two attacks, a physical and a Fire attack which it use only as a counter-attack when have below 25% of its HP Max. It is notable because it drops rare X-Potions and can be morphed into a Speed Source. Magic Breath can help defeat them if the party is having a hard time against a group of them.

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 >= 4) Then
{
Choose Poodler's Last Attacker (General)
Use Fire on Target
}
}

}

Related Enemies