From 491bc140227d27d989003075da348a8812bf410c Mon Sep 17 00:00:00 2001 From: Damian-I Date: Mon, 24 Feb 2025 23:13:12 +0000 Subject: [PATCH] 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 --- assets/rooms/room_office.json | 14 +------------- assets/scenarios/ceo_exfil.json | 14 ++++---------- index.html | 6 ------ 3 files changed, 5 insertions(+), 29 deletions(-) diff --git a/assets/rooms/room_office.json b/assets/rooms/room_office.json index d4b15c1..827f1dd 100644 --- a/assets/rooms/room_office.json +++ b/assets/rooms/room_office.json @@ -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 } diff --git a/assets/scenarios/ceo_exfil.json b/assets/scenarios/ceo_exfil.json index 213f3c1..bbffaef 100644 --- a/assets/scenarios/ceo_exfil.json +++ b/assets/scenarios/ceo_exfil.json @@ -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", diff --git a/index.html b/index.html index 5ad4dbf..18bef05 100644 --- a/index.html +++ b/index.html @@ -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); }