-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathitems.json
More file actions
47 lines (47 loc) · 1.2 KB
/
Copy pathitems.json
File metadata and controls
47 lines (47 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"id": "lockpick_kit",
"name": "Lockpick Kit",
"base_value": 1200,
"rarity": "common",
"risk": 2,
"category": "illegal",
"description": "A compact kit for bypassing mechanical locks quietly."
},
{
"id": "silenced_pistol",
"name": "Silenced Pistol",
"base_value": 2800,
"rarity": "uncommon",
"risk": 4,
"category": "illegal",
"description": "A handgun with a suppressor for stealthy encounters."
},
{
"id": "hacking_rig",
"name": "Hacking Rig",
"base_value": 3500,
"rarity": "rare",
"risk": 5,
"category": "illegal",
"description": "A portable rig for bypassing digital locks and firewalls."
},
{
"id": "stolen_artifact",
"name": "Stolen Artifact",
"base_value": 5000,
"rarity": "rare",
"risk": 5,
"category": "illegal",
"description": "A priceless artifact that fetches a high price on the black market."
},
{
"id": "smuggled_diamonds",
"name": "Smuggled Diamonds",
"base_value": 7200,
"rarity": "epic",
"risk": 6,
"category": "illegal",
"description": "A set of cut diamonds smuggled out of a secure facility."
}
]