-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtools.json
42 lines (42 loc) · 1.71 KB
/
tools.json
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
[
{
"id": "TRS_translocator",
"type": "TOOL",
"symbol": "g",
"color": "red",
"looks_like": "teleporter",
"name": "translocator",
"description": "An incredibly specialized and powerful handheld device that will teleport the user and anything on their person to a registered destination or gate. Blind teleports to destinations not registered are possible, but carry immense risk. Internal power recharges automatically at a rate of 1 per hour, to a max of 24.",
"price": 1000,
"material": [ "aluminum", "plastic" ],
"weight": 450,
"volume": 1,
"max_charges": 24,
"initial_charges": 0,
"flags": [ "NO_UNLOAD" ],
"use_action": [ "IUSE_TRS_A_TRANSLOCATOR", "IUSE_TRS_B_REGIST", "IUSE_TRS_C_DELETE", "IUSE_TRS_D_LINK", "IUSE_TRS_E_LOOSE_TELEPORT" ],
"artifact_data": {
"charge_type": "ARTC_TIME"
}
},
{
"id": "TRS_translocator2",
"type": "TOOL",
"symbol": "g",
"color": "red",
"looks_like": "teleporter",
"name": "translocator mk. II",
"description": "An incredibly specialized and powerful handheld device that will teleport the user and anything on their person to a registered destination or gate. Blind teleports to destinations not registered are possible, but carry immense risk. Internal power recharges automatically at a rate of 1 per hour, to a max of 36.",
"price": 1000,
"material": [ "aluminum", "plastic" ],
"weight": 450,
"volume": 1,
"max_charges": 36,
"initial_charges": 12,
"flags": [ "NO_UNLOAD" ],
"use_action": [ "IUSE_TRS_A_TRANSLOCATOR", "IUSE_TRS_B_REGIST", "IUSE_TRS_C_DELETE", "IUSE_TRS_D_LINK", "IUSE_TRS_E_LOOSE_TELEPORT" ],
"artifact_data": {
"charge_type": "ARTC_TIME"
}
}
]