mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-20 13:50:46 +00:00
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:
@@ -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
|
||||
},
|
||||
|
||||
@@ -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}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user