2-Faced is an enemy in Final Fantasy VII fought in Corel Prison. They are spherical enemies with two faces: one side has a clown-like face with a sinister smile, and the other is dark red and has a monstrous face, crooked teeth, and a missing right eye.
In battle, 2-Faced bounces and spins but does not act until the player attacks it. When attacked, 2-Faced has a one-in-eight chance of self-destructing, which causes a lot of damage, or a one-in-eight change of casting Cure3 on the player's party, which heals for around 1,000 HP if one has a party of three characters. Both abilities remove 2-Faced from battle, and no EXP, AP, gil, nor items are obtained from the enemy in either method of defeat.
2-Faced does not have a specified Berserk attack and will try to use a non-existent attack, which happens to cost more MP than it will ever have. The game will continually print the message "2-Faced's skill power is used up".
Stats[]
Formations[]
| # | Formation |
|---|---|
| 516 | Row 1: 2-Faced Row 2: Bandit A, Bandit B |
| 517 | Row 1: 2-Faced A, 2-Faced B Row 2: Bandit |
| 518 | 2-Faced A, 2-Faced B, 2-Faced C |
| 520 | 2-Faced A, 2-Faced B, 2-Faced C, 2-Faced D (Attack from both sides) |
Locations[]
| Corel Prison | |
|---|---|
| North | 516, 517, 518 |
| Basement | 520 |
| South | 516, 517, 518 |
| Corner | 516 |
| Junkyard | 517 |
AI script[]
AI: Counter - General {
- 1/8 Chance:
- {
- Choose Random Opponent
- Use Self-destruct on Target
- Remove Self
- }
- 1/8 Chance:
- {
- Choose All Opponents
- Use Cure3 on Target
- Remove Self
- }
- 3/4 Chance: Nothing
}
