Pollensalta is an enemy from Final Fantasy VII encountered in the Northern Cave. She is the only enemy the player can learn the Enemy Skill Angel Whisper from, and must be manipulated for her to cast it on the player.
Unlike Jemnezmy, Poison does not bring Pollensalta instant death. Beyond her Angel Whisper skill, she only has an Ice attack, Fire3, and an attack called Fascination, which always inflicts Confusion unless the target is immune.
Stats[]
- ↑ Pollensalta never uses Fire.
Formations[]
# | Formation |
---|---|
876 | Pollensalta |
878 | Pollensalta, Parasite A, Parasite B |
Locations[]
Northern Cave | |
---|---|
Spiral Upper | 876, 878 |
Spiral Lower | 876, 878 |
Hatchery | 876, 878 |
Spine | 876, 878 |
AI script[]
AI: Setup {
- Stage = 6
} AI: Main {
- If (At Least One Opponent doesn't have Confusion) Then
- {
- Choose Random Opponent without Confusion Status
- } Else {
- Choose Random Opponent
- }
- Use Cold Breath on Target
} AI: Counter - General {
- If ((Pollensalta's HP <= 20% of Pollensalta's Max HP)
- & (Stage == 3)) Then
- {
- If (Pollensalta's MP >= 50) Then
- {
- Choose Self
- Use Angel Whisper on Target
- }
- Choose Pollensalta's Last Attacker (General)
- If (Pollensalta's MP >= 52) Then
- {
- Use Fire3 on Target
- }
- Stage = 2
- } Else If ((Pollensalta's HP <= 40% of Pollensalta's Max HP)
- & (Stage == 4)) Then {
- If (Pollensalta's MP >= 50) Then
- {
- Choose Self
- Use Angel Whisper on Target
- }
- Stage = 3
- } Else If ((Pollensalta's HP <= 60% of Pollensalta's Max HP)
- & (Stage == 5)) Then {
- Choose Pollensalta's Last Attacker (General)
- If (Pollensalta's MP >= 52) Then
- {
- Use Fire3 on Target
- }
- Stage = 4
- } Else If ((Pollensalta's HP <= 80% of Pollensalta's Max HP)
- & (Stage == 6)) Then {
- Choose Pollensalta's Last Attacker (General)
- If (Target doesn't have Confusion Status) Then
- {
- Use Fascination on Target
- }
- Stage = 5
- } Else {
- Choose Pollensalta's Last Attacker (General)
- If (Target doesn't have Confusion Status) Then
- {
- Use Fascination on Target
- }
- Stage = 6
- }
}
Other appearances[]
Mobius Final Fantasy[]
Etymology[]
The meaning of this enemy's Japanese name is unknown. However, the localization is very unlikely, as "pollen" would be ポレン (poren?) or ポーレン (pōren?) in Japanese, and "salta" would be サルタ (saruta?).
The last three characters may derive from the name "Sarita".