From 5ae7000adb1e592c9e36f7cb389e4e7fbed1ce18 Mon Sep 17 00:00:00 2001 From: Damian-I Date: Tue, 18 Feb 2025 16:20:48 +0000 Subject: [PATCH] Add bluetooth scanner to reception room and game scenario - Add bluetooth scanner object to reception room JSON - Include bluetooth scanner in game scenario with description - Position bluetooth scanner near other interactive objects --- assets/rooms/room_reception.json | 11 +++++++++++ assets/scenarios/ceo_exfil.json | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/assets/rooms/room_reception.json b/assets/rooms/room_reception.json index 5874416..018fc41 100644 --- a/assets/rooms/room_reception.json +++ b/assets/rooms/room_reception.json @@ -233,6 +233,17 @@ "width":48, "x":340, "y":168 + }, + { + "height":48, + "id":12, + "name":"bluetooth_scanner", + "rotation":0, + "type":"", + "visible":true, + "width":48, + "x":380, + "y":166 } ], "opacity":1, diff --git a/assets/scenarios/ceo_exfil.json b/assets/scenarios/ceo_exfil.json index efad55b..4134eb0 100644 --- a/assets/scenarios/ceo_exfil.json +++ b/assets/scenarios/ceo_exfil.json @@ -39,6 +39,12 @@ "lockType": "pin", "requires": "1234", "observations": "A locked tablet device" + }, + { + "type": "bluetooth_scanner", + "name": "Bluetooth Scanner", + "takeable": true, + "observations": "A device for detecting nearby Bluetooth signals" } ] },