Enhance game scenarios with completion messages and update cabinet type in biometric breach scenario. Add viewport meta tag for improved mobile responsiveness.

This commit is contained in:
Z. Cliffe Schreuders
2025-03-28 16:51:52 +00:00
parent da33424cff
commit d5938b6973
3 changed files with 6 additions and 5 deletions

View File

@@ -239,14 +239,14 @@
"observations": "The director's phone with call history displayed"
},
{
"type": "cabinet",
"name": "Secure Cabinet",
"type": "safe",
"name": "Secure Cabinet Safe",
"takeable": false,
"locked": true,
"lockType": "key",
"requires": "safe_key",
"difficulty": "medium",
"observations": "A high-security cabinet where the prototype would normally be stored",
"observations": "A high-security cabinet safe where the prototype would normally be stored",
"contents": [
{
"type": "notes",
@@ -388,7 +388,7 @@
"takeable": true,
"readable": true,
"text": "PROJECT SENTINEL BIOMETRIC SCANNER PROTOTYPE\nSERIAL: PS-001-X\nCLASSIFICATION: TOP SECRET\n\nWARNING: Authorized handling only. Technology contains classified components.",
"observations": "The stolen prototype device, ready to be smuggled out",
"observations": "The stolen prototype device, ready to be smuggled out. Congratulations! You've recovered the prototype and secured the sensitive research data. flag{biometric_breach_flag}",
"important": true,
"isEndGoal": true
},

View File

@@ -236,7 +236,7 @@
"takeable": true,
"readable": true,
"text": "Contract for sale of proprietary technology\nBank transfers from competing companies\nDetails of upcoming corporate espionage operations",
"observations": "A folder containing damning evidence of corporate espionage"
"observations": "A folder containing damning evidence of corporate espionage. Congratulations! You've recovered the incriminating documents. flag{ceo_exfil_flag}"
}
]
}

View File

@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
<title>Break Escape Game</title>
<style>
body {