diff --git a/assets/objects/fingerprint_kit.png b/assets/objects/fingerprint_kit.png new file mode 100644 index 0000000..db802b0 Binary files /dev/null and b/assets/objects/fingerprint_kit.png differ diff --git a/assets/rooms/room_office.json b/assets/rooms/room_office.json index bad8649..827f1dd 100644 --- a/assets/rooms/room_office.json +++ b/assets/rooms/room_office.json @@ -316,7 +316,21 @@ "width":48, "x":100.927703875072, "y":101.732793522267 - }], + }, + { + "height":48, + "id":15, + "name":"fingerprint_kit", + "rotation":0, + "type":"", + "visible":true, + "width":48, + "x":390, + "y":144 + } + + + ], "opacity":1, "type":"objectgroup", "visible":true, @@ -324,7 +338,7 @@ "y":0 }], "nextlayerid":12, - "nextobjectid":15, + "nextobjectid":16, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.11.0", diff --git a/assets/scenarios/ceo_exfil.json b/assets/scenarios/ceo_exfil.json index 701d051..eab90b8 100644 --- a/assets/scenarios/ceo_exfil.json +++ b/assets/scenarios/ceo_exfil.json @@ -71,6 +71,12 @@ "readable": true, "text": "URGENT: Multiple unauthorized access attempts detected from CEO's office IP address", "observations": "A concerning IT department memo" + }, + { + "type": "fingerprint_kit", + "name": "Fingerprint Kit", + "takeable": true, + "observations": "A kit used for collecting fingerprints from surfaces" } ] }, diff --git a/index.html b/index.html index 290608d..18bef05 100644 --- a/index.html +++ b/index.html @@ -228,6 +228,7 @@ this.load.image('workstation', 'assets/objects/workstation.png'); this.load.image('bluetooth_scanner', 'assets/objects/bluetooth_scanner.png'); this.load.image('tablet', 'assets/objects/tablet.png'); + this.load.image('fingerprint_kit', 'assets/objects/fingerprint_kit.png'); this.load.json('gameScenarioJSON', 'assets/scenarios/ceo_exfil.json');