mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-20 13:50:46 +00:00
Removed blackboard, changed the computer in office1 to be used for fingerprints. Also added a hint in the description of the computer that it has a fingerprint
This commit is contained in:
@@ -317,18 +317,6 @@
|
||||
"x":100.927703875072,
|
||||
"y":101.732793522267
|
||||
},
|
||||
{
|
||||
"gid":417,
|
||||
"height":48,
|
||||
"id":16,
|
||||
"name":"blackboard",
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":48,
|
||||
"x":329,
|
||||
"y":90
|
||||
},
|
||||
{
|
||||
"height":48,
|
||||
"id":15,
|
||||
@@ -337,7 +325,7 @@
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":48,
|
||||
"x":432,
|
||||
"x":390,
|
||||
"y":144
|
||||
}
|
||||
|
||||
|
||||
@@ -62,7 +62,10 @@
|
||||
"name": "Office Computer",
|
||||
"takeable": false,
|
||||
"requires": "password",
|
||||
"observations": "A computer with a cybersecurity alert on screen"
|
||||
"hasFingerprint": true,
|
||||
"fingerprintOwner": "ceo",
|
||||
"fingerprintQuality": 0.9,
|
||||
"observations": "A computer with a cybersecurity alert on screen. There might be fingerprints on the keyboard."
|
||||
},
|
||||
{
|
||||
"type": "notes",
|
||||
@@ -72,15 +75,6 @@
|
||||
"text": "URGENT: Multiple unauthorized access attempts detected from CEO's office IP address",
|
||||
"observations": "A concerning IT department memo"
|
||||
},
|
||||
{
|
||||
"type": "blackboard",
|
||||
"name": "Office Blackboard",
|
||||
"takeable": false,
|
||||
"hasFingerprint": true,
|
||||
"fingerprintOwner": "ceo",
|
||||
"fingerprintQuality": 0.8,
|
||||
"observations": "A blackboard with some recent writing. The CEO was seen using it earlier."
|
||||
},
|
||||
{
|
||||
"type": "fingerprint_kit",
|
||||
"name": "Fingerprint Kit",
|
||||
|
||||
@@ -1483,12 +1483,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Add blackboard interaction
|
||||
if (data.scenarioData?.type === "blackboard") {
|
||||
alert("A blackboard with some recent writing. There might be fingerprints on the surface.");
|
||||
return;
|
||||
}
|
||||
|
||||
alert(message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user