On the Subject of The Door
Why is it called The Door if it has two doors?
This module displays 2 doors (wow so illogical) and two buttons (is there a lift here?). Your goal is to go through a door then press a button, and go through a door again, and press a button.
Calculating door floors
To find your starting number:- If the starting time (in seconds) modulo 600 is more than 300, the starting floor amount is 2.
- Else, the starting floor amount is 5.
- If the bomb has 1 or more strikes, modulo your number by 5.
- If the bomb has 3 or more strikes, add 3 to your number.
- If there are 5 or more batteries, multiply your number by 3.
- If there are 3 or more battery holders, take away 2 from your number.
- If there are 2 or more ports, multiply your number by 4.
- If there are 3 or more port plates, multiply your number by 2.
Finding amount of door floors in a door STAGE 1.
The doors only lead up to a certain amount of floors. Use this to work it out.- If you have to go up 15 floors or less, the first door works.
- If you have to go up 16 floors or more, the second door works.
Finding accepted buttons STAGE 2
Only some buttons will accept your bomb. Use these points to figure it out.- If there is a two factor code, the bottom button will work.
- If there is NOT a two factor code, the top one will work.