On the Subject of The Xenocryst
I was gonna ask how the central cube can be interacted with, but considering that it’s in a black hole, I don’t think I want to.
- Take the sequence of ten flashing colors in order (separated by a black flash). Then, find a sequence of five colors.
- To find the first four colors, start from the first color in the sequence, then:
- If this color is present later in the sequence, skip it. Otherwise, note this color down.
- Repeat this process until you have four different colors noted down.
- Remove each occurrence of the noted colors from the original sequence. Then, take the positions of the remaining colors in the original sequence (1-indexed) and add them together. Take the least significant digit. The color with this position in the sequence is the fifth color.
- With each color in the sequence, pair it up with every color after the current one, leaving you with 10 pairs. (Pair color 1 with colors 2, 3, 4, 5. Pair color 2 with colors 3, 4, 5. Pair color 3 with colors 4, 5. Pair color 4 with color 5.)
- Take the number found at the intersection of each pair (row first column second).
- Take this number, add it to the previous calculated number (unless it’s pair 1 which has no previous calculated number), then take the digital root. Repeat this process until you have a set of ten numbers (for each of the ten pairs).
- Assign these numbers to a set of holds, releases, and color flashes.
- If the instructions say to hold if you are already holding, ignore it.
- If the instructions say to release if you haven’t started holding, ignore it.
- If the instructions say to hold after the tenth flash, only release after the black flash.
- If the instructions say to hold before the tenth flash, but there is no release, release it any time after the black flash at the end of the sequence.
- Note for TP: If the command has an unclosed bracket, do not close it after the tenth dot. The module will handle the release automatically.
R | O | Y | G | B | I | V | |
---|---|---|---|---|---|---|---|
R | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
O | 8 | 9 | 1 | 2 | 3 | 4 | 5 |
Y | 6 | 7 | 8 | 9 | 1 | 2 | 3 |
G | 4 | 5 | 6 | 5 | 4 | 5 | 6 |
B | 7 | 8 | 9 | 1 | 2 | 3 | 4 |
I | 5 | 6 | 7 | 8 | 9 | 1 | 2 |
V | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
---|---|---|---|---|---|---|---|---|
[.] | [. | .] | ]. | .[ | ][. | .][ | ][.] | [.][ |
[ → hold ] → release . → pulse/flash/tick |