The Shadow Maker is an enemy from Final Fantasy VII fought in Sector 8 of Midgar during "Mako Cannon Rampage". Its only attack always inflicts Slow, but do not deal damage. Thus, it is harmless, and useful for performing the W-Item duplication bug with. Rare Graviballs can be stolen easily from them, and they drop Turbo Ethers.
Stats[]
Formations[]
| # | Formation |
|---|---|
| 831 | Shadow Maker A, Shadow Maker B |
| 832 | Row 1: Shadow Maker A Row 2: Shadow Maker B, Shadow Maker C |
| 833 | Row 1: Shadow Maker A, Shadow Maker B Row 2: Crazy Saw |
| 834 | Shadow Maker A, Shadow Maker B (Back Attack) |
Locations[]
| Sector 8 Tunnel | |
|---|---|
| Tunnels | 831, 832, 833, 834 (Back Attack) |
| Forks | 831, 832, 833, 834 (Back Attack) |
AI script[]
AI: Main {
- If ((Shadow Maker's MP >= 8)
- & (At Least One Opponent doesn't have Slow Status)) Then
- {
- Choose Random Opponent without Slow Status
- Use <Support Beam> on Target
- }
- If ((1/2 Chance) & (Shadow Maker's MP >= 8)
- & (At Least One Opponent doesn't have Slow Status)) Then
- {
- Choose Random Opponent without Slow Status
- Use <Support Beam> on Target
- }
}
