Re synced with main

This commit is contained in:
Damian-I
2025-03-08 13:19:58 +00:00
parent d4821b2eba
commit 469747e642
12 changed files with 2606 additions and 177 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -316,7 +316,43 @@
"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
},
{
"height": 48,
"id": 16,
"name": "spoofing_kit",
"rotation": 0,
"type": "",
"visible": true,
"width": 48,
"x": 340,
"y": 144
},
{
"height": 48,
"id": 17,
"name": "lockpick",
"rotation": 0,
"type": "",
"visible": true,
"width": 48,
"x": 330,
"y": 144
}
],
"opacity":1,
"type":"objectgroup",
"visible":true,
@@ -324,7 +360,7 @@
"y":0
}],
"nextlayerid":12,
"nextobjectid":15,
"nextobjectid":18,
"orientation":"orthogonal",
"renderorder":"right-down",
"tiledversion":"1.11.0",

View File

@@ -38,7 +38,6 @@
"locked": true,
"lockType": "bluetooth",
"mac": "00:11:22:33:44:55",
"range": 2,
"observations": "A locked tablet device that requires Bluetooth pairing"
},
{
@@ -63,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,6 +74,18 @@
"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"
},
{
"type": "spoofing_kit",
"name": "Fingerprint Spoofing Kit",
"takeable": true,
"observations": "A specialized kit containing silicone, gelatin, and other materials for creating artificial fingerprints"
}
]
},
@@ -127,6 +141,12 @@
"readable": true,
"text": "Large data transfers detected to unknown external IPs - All originating from CEO's office",
"observations": "Suspicious network activity logs"
},
{
"type": "lockpick",
"name": "Lock Pick Kit",
"takeable": true,
"observations": "A professional lock picking kit with various picks and tension wrenches"
}
]
},
@@ -139,6 +159,7 @@
"locked": true,
"lockType": "key",
"requires": "ceo_office_key",
"difficulty": "easy",
"objects": [
{
"type": "pc",
@@ -153,6 +174,7 @@
"locked": true,
"lockType": "key",
"requires": "briefcase_key",
"difficulty": "medium",
"observations": "An expensive leather briefcase with a sturdy lock",
"contents": [
{
@@ -198,6 +220,7 @@
"locked": true,
"lockType": "key",
"requires": "safe_key",
"difficulty": "hard",
"observations": "A well-hidden wall safe behind a painting",
"contents": [
{

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2716
index.html

File diff suppressed because it is too large Load Diff