Added lockpicking item to office3

This commit is contained in:
Damian-I
2025-02-25 12:30:58 +00:00
parent 8454f4a78f
commit b642cd7080
3 changed files with 19 additions and 1 deletions

View File

@@ -338,6 +338,17 @@
"width": 48,
"x": 340,
"y": 144
},
{
"height": 48,
"id": 17,
"name": "lockpick",
"rotation": 0,
"type": "",
"visible": true,
"width": 48,
"x": 330,
"y": 144
}
@@ -349,7 +360,7 @@
"y":0
}],
"nextlayerid":12,
"nextobjectid":16,
"nextobjectid":18,
"orientation":"orthogonal",
"renderorder":"right-down",
"tiledversion":"1.11.0",

View File

@@ -141,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"
}
]
},

View File

@@ -280,6 +280,7 @@
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.image('lockpick', 'assets/objects/lockpick.png');
this.load.json('gameScenarioJSON', 'assets/scenarios/ceo_exfil.json');