On the Subject of Pow
You should learn to treat retro bossfights with respect, or else they will end up on your bomb.
- Destroy all pinks before any greys.
- Destroy n pink layers per phase, where n is found below:
- Clockwise:
- Blue: 2
- Grey: 3
- Counter-clockwise:
- Blue: 4
- Grey: 2
- Clockwise:
- If minutes % 5 = 0 and minutes is not 1 or 0, n=1, only destroy a single layer, including greys.
- If minutes % 3 = 0 and minutes is not 1 or 0, only destroy greys.
- If time < 30 seconds, no limit to destroying layers.