Progress Tokens#

Progress Tokens

As you progress through the game and solve challenges, additional token classes will be added to the hhc-game-elements div. Tokens can be grouped under different categories like areas visited, hints given, narrative sections given, objectives given, initial chat conversations, completed chat conversations, attempted challenges, completed challeges, booth conversations, end credits, and miscellaneous events like receiving the badge upgrade. The token information is probably what triggers the notifications that pop up as you progress throughout the game.

Terminal

Below is an overview of all tokens I was able to collect and, while I completed all main objectives and hint challenges, it appears I still might have missed a few of them. For example, even after solving objective 12, Krampus keeps repeating the same line "But there’s still time! Solve the final challenge in your badge by blocking the bad IPs at srf.elfu.org and save the holiday season!".

This appears to be confirmed by the hhtTotals const in the con.js script. Totals for narrative, objective, and area match up with the number of tokens collected, but hints is off by one. Looks like I might be missing token-give-hint-rita2.

const hhcTotals = {
    "hint": 32,
    "achievement": 25,
    "objective": 13,
    "narrative": 10,
    "info": 2,
    "areas": 20,
    "collectibles": 0,
    "talks": 15
};

Areas Visited#

Hints#

Narrative#

Give Objective#

Initial#

Attempted#

Completed#

Initial Chat#

Chat Complete#

Booths Initial#

Booths Talked#

Credits#

Other#