Final Fantasy Wiki
mNo edit summary
m (relinking, replaced: PetrifyPetrify)
Line 23: Line 23:
 
| Attacks = [[Thundara|Bolt2]], [[Blizzara|Ice2]], Suicide Yang*
 
| Attacks = [[Thundara|Bolt2]], [[Blizzara|Ice2]], Suicide Yang*
 
| Enemy Skill = N/A
 
| Enemy Skill = N/A
| Status = [[Instant Death|Death]], [[Slow (Status)|Slow]], [[Gradual Petrify (Status)|Slow Numb]], [[Berserk (Status)|Berserk]], [[Stop (Status)|Stop]], [[Petrify]], [[Paralysis|Paralyze]], [[Sleep (Status)|Sleep]], [[Confusion]], [[Toad (Status)|Frog]], [[Doom (Status)|Death Sentence]], [[Poison (Status)|Poison]], [[Mini (Status)|Small]], [[Control|Manipulate]]
+
| Status = [[Instant Death|Death]], [[Slow (Status)|Slow]], [[Gradual Petrify (Status)|Slow Numb]], [[Berserk (Status)|Berserk]], [[Stop (Status)|Stop]], [[Petrify (Status)|Petrify]], [[Paralysis|Paralyze]], [[Sleep (Status)|Sleep]], [[Confusion]], [[Toad (Status)|Frog]], [[Doom (Status)|Death Sentence]], [[Poison (Status)|Poison]], [[Mini (Status)|Small]], [[Control|Manipulate]]
 
| Other Information = -*If Yang uses this ability, it is removed from the battle without giving the player any EXP, AP, or Gil.
 
| Other Information = -*If Yang uses this ability, it is removed from the battle without giving the player any EXP, AP, or Gil.
 
}}
 
}}

Revision as of 04:10, 1 November 2012

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%.

It 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. The player should thus use physical attacks against it before this can happen, 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

Related Enemies