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:
Damian-I
2025-02-24 23:13:12 +00:00
parent 79e518efe3
commit 491bc14022
3 changed files with 5 additions and 29 deletions

View File

@@ -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
}

View File

@@ -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",

View File

@@ -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);
}