Level 7 · Puzzle
Level 7 Color Priority Cipher
Seven orb colors map to fixed priorities. The code is the concatenation of (quantity x value) per color sorted by priority. Zero quantities are omitted.
Rules
- Quantify every colored orb in the environment.
- Drop any color with quantity 0 from the working set.
- For each remaining color, compute the substring (quantity)(value).
- Concatenate the substrings in ascending priority order.
- The resulting string is the computer-terminal code; the rightmost 4 characters are the keypad door code.
Example
Locate exactly 3 Red orbs and 1 Yellow orb. Substrings: "31" + "15" = "3115".