Touch Me is an enemy in Final Fantasy VII fought in the jungle Gongaga field areas, in the forests in the Gongaga Area on the world map, and in the third 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%.
Stats[]
Formations[]
# | Formation |
---|---|
115 | Gagighandi, Touch Me A, Touch Me B |
116 | Touch Me A, Touch Me B, Touch Me C, Touch Me D, Touch Me E, Touch Me F (Attack from both sides) |
529 | Touch Me |
531 | Touch Me A, Touch Me B (Attack from both sides) |
Locations[]
Gongaga | |
---|---|
Village Jungle Path | 529, 531 (Attack from both sides) |
Reactor Jungle Path | 529 |
Gongaga Area | |
Forest | 115, 116 (Attack from both sides) |
Battle Square (with Tiny Bronco available) | |
Group A - Battle 3 | 115 |
Group B - Battle 3 | 529 |
Battle[]
Touch Me can be a nuisance, as its attacks turn their targets into Frogs. Frog Jab both causes and removes the Frog status, toggling party members between the two forms. In general, Touch Me has weak attacks and low HP, so it can be easily killed. As always at this point in the game, Matra Magic is highly effective. The player can also use Summons, Aqualung, Beta and Magic Materia linked with All to clear groups of Touch Mes efficiently.
Touch Me uses the Enemy Skill Frog Song every two to four turns, which inflicts both Frog and Sleep with 100% accuracy (barring resistance), but unlike Frog Jab, Touch Me will only use Frog Song on characters without the Frog status. There is also a one-in-five chance that it counters magic attacks with Frog Song. Touch Me is the first enemy the party can learn Frog Song from, which can be a useful ability to learn as it outclasses both Toad and Sleepel.
AI script[]
AI: Setup {
- TempVar:TurnsUntilFrogSong = Rnd(0..3)
- TempVar:StartFrogJabs = Rnd(1..2)
} AI: Main {
- If (TempVar:StartFrogJabs > 0) Then
- {
- Choose Random Opponent
- Use Frog Jab on Target
- TempVar:StartFrogJabs = TempVar:StartFrogJabs - 1
- } Else If (TempVar:TurnsUntilFrogSong == 0) Then {
- If (At Least One Opponent doesn't have Frog Status) Then
- {
- Choose Random Opponent without Frog Status
- Use Frog Song on Target
- TempVar:TurnsUntilFrogSong = Rnd(1..3)
- } Else {
- Choose Random Opponent
- Use Frog Jab on Target
- TempVar:TurnsUntilFrogSong = 0
- }
- } Else {
- TempVar:TurnsUntilFrogSong = TempVar:TurnsUntilFrogSong - 1
- }
} AI: Counter - Physical {
- If (1/5 Chance) Then
- {
- Choose Touch Me's Last Attacker (Physical)
- Use Frog Jab on Target
- }
} AI: Counter - Magical {
- If (1/5 Chance) Then
- {
- Choose Touch Me's Last Attacker (Magical)
- Use Frog Song on Target
- }
}
Other appearances[]
Final Fantasy Airborne Brigade[]
Touch Mes appear as enemies in the Living Woods. Like all common enemies, they are defeated instantly when encountered.
Final Fantasy Record Keeper[]
Touch Me appears on a stamp for multiplayer mode.
Mobius Final Fantasy[]