Clearance

CLEARANCE STATUS REPORT

Current Level: ${getCurrentClearanceLevel().name}

Description: ${getCurrentClearanceLevel().description}

Activity Score: ${calculateClearanceScore()}

Progress: ${calculateClearanceScore()}/${clearanceLevels[clearanceLevels.length-1].threshold}

ACTIVITY BREAKDOWN:

  • Commands Executed: ${userActivity.commandsExecuted}
  • Unique Commands: ${userActivity.uniqueCommands.size}
  • Secrets Unlocked: ${userActivity.secretsUnlocked}
  • Time Active: ${Math.floor(userActivity.timeSpent/60)}m ${userActivity.timeSpent%60}s
  • Help Accessed: ${userActivity.helpAccessed}
  • Bluebeam Accessed: ${userActivity.bluebeamAccessed}
NEXT LEVEL: ${clearanceLevels.find(level => level.threshold > calculateClearanceScore())?.name || "MAXIMUM REACHED"}

Required: ${clearanceLevels.find(level => level.threshold > calculateClearanceScore())?.threshold - calculateClearanceScore() || 0} more points

Keep exploring to increase your clearance level!

Discuss This Intel

Join the conversation about Clearance. Share theories, evidence, and your thoughts.