On the Subject of Taco Tuesday
Who though Tuesday on Friday was a good idea?
This module has three displays, each with an arrow to their left and right.
The bottom-most display also has a button above and slightly to the left of it.
To solve the module the defuser must input the correct entries for all displays.
An incorrect submission will issue a strike.
Food | Value |
---|---|
Taco | 2 |
Pizza | 6 |
Ice Cream | 1 |
Burger | 4 |
Steak | 3 |
Pasta | 5 |
Hot Dog | 1 |
Veggies | 6 |
Candy | 2 |
Cake | 4 |
Chinese | 5 |
Buffet | 3 |
After the module is solved, go ahead and press the icon in the bottom right to celebrate! Of course, it sometimes celebrates in strange ways...
The first field from the top contains the three foods on the menu for the event you are scheduling. For each food in this field, find its equivalent value in the table to the right. Take the sum of all of these values to get value A.
Take each of the acquired values from the table, before summing them up, and interpret them as positions in the serial number. Take the sum of these characters, converting letters to their alphabetic position where necessary. This is value B.
After having determined both these values, look at the table below. Based on the day the bomb was started on, get Values C and D. After going through the table take both values modulo 7. Should C now be 0, set C to 1
Current Day | Value C | Value D |
---|---|---|
Sunday | (20 - A) modulo 5 | (B modulo 8) + 1 |
Monday | Number of Batteries modulo 4 | (B - A + 3) modulo 6 |
Tuesday | B - 10 | A + Last Digit in Serial |
Wednesday | A + B | 5 + Number of Port Plates |
Thursday | (A × A) modulo 9 | Number of Indicators + B |
Friday | Digital Root of (B × 2) | Digital Root of (A × 2) |
Saturday | 6 + A + B | Number of Ports |