Final Fantasy Wiki
No edit summary
Line 36: Line 36:
   
 
==Battle==
 
==Battle==
Needle Kiss possesses the fairly powerful Thunder Kiss ability, and so the player should be wary. The damage can be lessened by linking the [[Support Materia#Elemental|Elemental Materia]] with [[Magic Materia#Lightning|Lightning Materia]] in a character's armor, if the player obtained Elemental from [[Domino|Mayor Domino]] earlier. Needle Kiss [[Item Drop|drops]] powerful [[List of Final Fantasy VII Items#Bolt Plume|Bolt Plumes]] and [[Gold Needle|Softs]] can be [[Steal|stolen]] from it; Remedy can also be morphed from it, making it potentially a useful enemy to fight.
+
Needle Kiss possesses the fairly powerful Thunder Kiss ability, and so the player should be wary. The damage can be lessened by linking the [[Support Materia#Elemental|Elemental Materia]] with [[Magic Materia#Lightning|Lightning Materia]] in a character's armor, if the player obtained Elemental from [[Domino|Mayor Domino]] earlier. Also will sometimes use his Chute Attack twice in one turn.
  +
  +
Needle Kiss [[Item Drop|drops]] powerful [[List of Final Fantasy VII Items#Bolt Plume|Bolt Plumes]] and [[Gold Needle|Softs]] can be [[Steal|stolen]] from it; Remedy can also be morphed from it, making it potentially a useful enemy to fight.
   
 
==AI Script==
 
==AI Script==

Revision as of 01:15, 19 August 2014

Template:Sideicon Template:FFVII Enemies Needle Kiss is an enemy in Final Fantasy VII. It is fought on the world map near North Corel, in Mt. Corel and in the second round of the Battle Square during the time Tiny Bronco is available. When fought in the Battle Square its stats are enhanced with double the regular HP and its Attack and Magic Attack are increased by 25%.

Battle

Needle Kiss possesses the fairly powerful Thunder Kiss ability, and so the player should be wary. The damage can be lessened by linking the Elemental Materia with Lightning Materia in a character's armor, if the player obtained Elemental from Mayor Domino earlier. Also will sometimes use his Chute Attack twice in one turn.

Needle Kiss drops powerful Bolt Plumes and Softs can be stolen from it; Remedy can also be morphed from it, making it potentially a useful enemy to fight.

AI Script

AI: Setup {

SpclChance = 8

} AI: Main {

If (Rnd(1..SpclChance) == 1) Then
{
Choose Random Opponent without Petrify Status
Use Thunder Kiss on Target
} Else {
Choose Random Opponent without Petrify Status
Use <Chute Attack> on Target
If (Rnd(1..SpclChance) == 1) Then
{
Choose Random Opponent without Petrify Status
Use <Chute Attack> on Target
}
}

} AI: Counter - General {

If (Needle Kiss's HP <= 25% of Needle Kiss's Max HP) Then
{
SpclChance = 2
} Else If (Needle Kiss's HP <= 50% of Needle Kiss's Max HP) Then {
SpclChance = 4
} Else If (Needle Kiss's HP <= 75% of Needle Kiss's Max HP) Then {
SpclChance = 6
} Else {
SpclChance = 8
}

}

Gallery

Template:Gallery

Related Enemies