Final Fantasy Wiki
No edit summary
Line 32: Line 32:
   
 
===Strategy===
 
===Strategy===
The player should thus use [[Attack#Final Fantasy VII|physical attacks]] against it before it will commit suicide, and then go after Ying.
+
The player should use [[Attack#Final Fantasy VII|physical attacks]] against Yang before it will commit suicide, and then go after Ying.
   
 
==AI Script==
 
==AI Script==

Revision as of 21:27, 6 July 2013

Template:FFVII Enemies Yang is an enemy from Final Fantasy VII. It is the left half of the body, the right half being Ying, and the two are fought in the basement of the Shinra Mansion in Nibelheim and in the final 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

Yang has high Magic Defense and powerful spells, but has low physical Defenses. After running out of MP Yang will commit suicide dealing massive damage on one party member. Yang stats with the Attack stat of 5, but every time it is attacked physically its Attack goes up for 10, up until reaching the maximum of 255. Yang starts with a Magic Attack stat of 32 and attacking it magically increases its Magic Attack by 10 up until the maximum of 262.

Strategy

The player should use physical attacks against Yang before it will commit suicide, and then go after Ying.

AI Script

AI: Main {

If (Yang's HP <= 1/8th of Yang's Max HP) Then
{
Choose Random Opponent
Use Suicide Yang on Target
Remove Self
} Else {
If (1/2 Chance) Then
{
If (Yang's MP >= 22) Then
{
Choose Random Opponent
Use Bolt2 on Target
} Else {
Choose Random Opponent
Use Suicide Yang on Target
Remove Self
}
} Else {
If (Yang's MP >= 22) Then
{
Choose Random Opponent
Use Ice2 on Target
} Else {
Choose Random Opponent
Use Suicide Yang on Target
Remove Self
}
}
}

} AI: Counter - Death {

If (Ying has Death Status) Then
{
Turn off Death Handling for Yang
Choose Self
Use <Vanish> on Target
Remove Ying/Yang
}

} AI: Counter - Physical {

Choose Self
Use <Happy Yang> on Target
If (Yang's Att < 255) Then
{
Yang's Att = Yang's Att + 10
Print Message [Yang's happy.]
}
RunCmd 0x24/0x00

} AI: Counter - Magical {

Choose Self
Use <Enchanted Yang> on Target
If (Yang's MAt < 255) Then
{
Yang's MAt = Yang's MAt + 10
Print Message [Yang's excited.]
}
RunCmd 0x24/0x00

}

Gallery

Template:Gallery

Trivia

  • Tetsuya Nomura has said in the August 1997 issue of EGM magazine that Ying/Yang is his favorite enemy design in Final Fantasy VII.

Related Enemies