The Crazy Saw, referred to as Crazysaw in the BradyGames guide, is an enemy from Final Fantasy VII fought in the Sector 8 of Midgar during "Mako Cannon Rampage". Its Uppercut attack always inflicts Confusion, which can be dangerous, and they tend to deal a lot of damage, but as they are physical the Barrier ability and being in the back row can make the battle a lot easier. L4 Suicide works against them, leaving them open for morphing into Turbo Ethers. Otherwise, using a couple of powerful spells, like Trine, Magic Breath or Bolt3, is more than enough to defeat them.
Stats[]
Formations[]
# | Formation |
---|---|
825 | Row 1: Crazy Saw A Row 2: Crazy Saw B |
826 | Crazy Saw, Cromwell |
830 | Crazy Saw |
833 | Row 1: Shadow Maker A, Shadow Maker B Row 2: Crazy Saw |
835 | Crazy Saw (Back Attack) |
Locations[]
Sector 8 | |
---|---|
Underground Upper | 825, 826 |
Underground Lower | 825, 826 |
Sector 8 Tunnel | |
Tunnels | 830, 833, 835 (Back Attack) |
Forks | 830, 833, 835 (Back Attack) |
AI script[]
Choose Random Opponent without Confusion Status
Use Uppercut on Target
Count = 1
If (At Least One Opponent doesn't have Confusion Status) Then:
- Choose Random Opponent without Confusion Status
Else:
- Choose Random Opponent
Use Rifle on Target
Count = Count + 1
If (At Least One Opponent doesn't have Confusion Status) Then:
- Choose Random Opponent without Confusion Status
Else:
- Choose Random Opponent
Use Rifle on Target
Count = Rnd(0..1)