c003
c003 from CORE. Additional complexity, additional cost.
c003 is a tier 1 lock created by the CORE corporation.
Stats
c003 has no additional stats. The upgrade only spawns at kiddie rarity.
Behavior
When loaded on a targetted [[loc]], the following text will be displayed when no arguments are provided:
>>user.loc {}
LOCK_ERROR
Denied access by CORE c003 lock.
When providing any truthy argument (or an empty string ""
), the lock will state that the correct color was not provided, unless the correct color is provided:
>>user.loc { c003: "not_a_color" }
LOCK_ERROR
"not_a_color" is not the correct color name.
Solving
c003 requires three arguments to fully solve: c003, c003_triad_1, and c003_triad_2.
Example unlock
Spoilers
>>user.loc { c003: "red", c003_triad_1: "cyan", c003_triad_2: "lime" }
WARNING: BINMAT security shell inactive. Intelligent defense system offline.
LOCK_UNLOCKED
System <user> breached.
Connection terminated.
c003
Spoilers
The c003 argument expects one of eight colors. c003 is a string.
Possible colors are: green, lime, yellow, orange, red, purple, blue, cyan
c003_triads
Spoilers
The c003_triad_1 and c003_triad_2 arguments are the color triads of the color specified in the c003 argument. c003_triad_1 and c003_triad_2 are strings, and come from the same list of colors as c003.
c003 | c003_triad_1 | c003_triad_2 |
---|---|---|
green | orange | purple |
lime | red | blue |
yellow | purple | cyan |
orange | blue | green |
red | cyan | lime |
purple | green | yellow |
blue | lime | orange |
cyan | yellow | red |