-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathitems.json
104 lines (104 loc) · 3.42 KB
/
items.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[
{
"id": "elec_razor",
"type": "TOOL",
"name": { "str": "electric razor", "str_pl": "electric razors" },
"description": "This is a pocket-sized electric razor for fast and safe shaving. You can use it to shave if it's supplied with batteries. It requires 10 batteries per use.",
"weight": "138 g",
"volume": "250 ml",
"price": 3000,
"price_postapoc": 250,
"to_hit": -1,
"bashing": 1,
"material": [ "plastic", "aluminum" ],
"symbol": ";",
"color": "yellow",
"ammo": [ "battery" ],
"charges_per_use": 10,
"use_action": [ "SHAVEKIT" ],
"pocket_data": [
{
"pocket_type": "MAGAZINE_WELL",
"rigid": true,
"holster": true,
"max_contains_volume": "20 L",
"max_contains_weight": "20 kg",
"item_restriction": [ "light_minus_battery_cell", "light_minus_atomic_battery_cell", "light_minus_disposable_cell" ]
}
]
},
{
"id": "press_large",
"type": "TOOL",
"name": { "str": "large press", "str_pl": "large presses" },
"description": "Large press that can be used to glue wooden parts together under pressure.",
"weight": "30 kg",
"volume": "50 L",
"price": 50000,
"to_hit": -4,
"bashing": 15,
"material": [ "steel" ],
"symbol": "="
},
{
"id": "plasma_torch",
"type": "TOOL",
"copy-from": "welder",
"name": { "str": "plasma torch", "str_pl": "plasma torches" },
"description": "Powerful tool that cuts through electrically conductive materials by means of an accelerated jet of hot plasma. Also has an option of arc welding. Darth Welder would be proud.",
"price": 20000,
"bashing": 22,
"to_hit": -6,
"weight": "30 kg",
"volume": "67 L",
"material": [ "steel", "copper" ],
"use_action": [
"OXYTORCH",
{
"type": "repair_item",
"item_action_type": "repair_metal",
"materials": [ "iron", "steel", "hardsteel", "aluminum", "copper", "bronze", "silver", "gold", "platinum", "superalloy" ],
"skill": "fabrication",
"tool_quality": 10,
"cost_scaling": 0.1,
"move_cost": 500
}
],
"pocket_data": [
{
"pocket_type": "MAGAZINE_WELL",
"rigid": true,
"holster": true,
"max_contains_volume": "20 L",
"max_contains_weight": "20 kg",
"item_restriction": [ "heavy_battery_cell", "heavy_plus_battery_cell", "heavy_atomic_battery_cell", "heavy_disposable_cell" ]
}
]
},
{
"id": "lathe",
"type": "TOOL",
"name": { "str": "portable lathe", "str_pl": "portable lathes" },
"description": "A machine tool that rotates a workpiece about an axis of rotation to perform various operations such as cutting, sanding, knurling, drilling, deformation, facing, and turning, with tools that are applied to the workpiece to create an object with symmetry about that axis.",
"price": 100000,
"bashing": 24,
"to_hit": -6,
"weight": "40 kg",
"volume": "72 L",
"material": "steel",
"symbol": ";",
"color": "green",
"ammo": "battery",
"flags": [ "ALLOWS_REMOTE_USE" ],
"pocket_data": [
{
"pocket_type": "MAGAZINE_WELL",
"rigid": true,
"holster": true,
"max_contains_volume": "20 L",
"max_contains_weight": "20 kg",
"item_restriction": [ "heavy_battery_cell", "heavy_plus_battery_cell", "heavy_atomic_battery_cell", "heavy_disposable_cell" ]
}
]
}
]