-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathbattery.json
390 lines (390 loc) · 16.5 KB
/
battery.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
[
{
"id": "light_minus_battery_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "ultra-light battery", "str_pl": "ultra-light batteries" },
"description": "A light battery cell designed for small size over everything else. It retains its universal compatibility, though.",
"ascii_picture": "light_minus_battery_cell",
"weight": "5 g",
"volume": "1 ml",
"price": "15 USD",
"price_postapoc": "50 cent",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"capacity": 50,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "RECHARGE", "BATTERY_ULTRA_LIGHT" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 50 } } ]
},
{
"id": "light_minus_atomic_battery_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "ultra-light plutonium fuel battery", "str_pl": "ultra-light plutonium fuel batteries" },
"description": "A battery that uses a thin plutonium-244 rod to stabilize an exotic nanocompound, designed for small size over everything else.",
"ascii_picture": "light_minus_atomic_battery_cell",
"weight": "80 g",
"volume": "1 ml",
"price": "150 USD",
"price_postapoc": "2 USD",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "green",
"ammo_type": [ "battery" ],
"count": 500,
"capacity": 500,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "LEAK_DAM", "RADIOACTIVE", "BATTERY_ULTRA_LIGHT" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 500 } } ]
},
{
"id": "light_minus_disposable_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "ultra-light disposable battery", "str_pl": "ultra-light disposable batteries" },
"description": "A light battery cell designed for small size over everything else. It retains its universal compatibility, though. The battery's chemistry means that it has a very high capacity, but cannot be recharged.",
"ascii_picture": "light_minus_disposable_cell",
"weight": "5 g",
"volume": "1 ml",
"price": "30 USD",
"price_postapoc": "1 USD",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"count": 100,
"capacity": 100,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "BATTERY_ULTRA_LIGHT" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 100 } } ]
},
{
"id": "light_battery_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "light battery", "str_pl": "light batteries" },
"description": "A light battery cell, universally compatible with all kinds of small devices.",
"ascii_picture": "light_battery_cell",
"weight": "30 g",
"volume": "25 ml",
"price": "35 USD",
"price_postapoc": "1 USD",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"capacity": 100,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "RECHARGE", "BATTERY_LIGHT" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 100 } } ]
},
{
"id": "light_plus_battery_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "light battery (high-capacity)", "str_pl": "light batteries (high-capacity)" },
"description": "A high-capacity light battery cell, universally compatible with all kinds of small devices.",
"ascii_picture": "light_plus_battery_cell",
"weight": "45 g",
"volume": "35 ml",
"price": "50 USD",
"price_postapoc": "1 USD 50 cent",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"capacity": 150,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "RECHARGE", "BATTERY_LIGHT" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 150 } } ]
},
{
"id": "light_atomic_battery_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "light plutonium fuel battery", "str_pl": "light plutonium fuel batteries" },
"description": "A battery that uses a thin plutonium-244 rod to stabilize an exotic nanocompound. It is universally compatible with all kinds of small devices. Although it stores a huge amount of power, it cannot be recharged.",
"ascii_picture": "light_atomic_battery_cell",
"weight": "160 g",
"volume": "35 ml",
"price": "500 USD",
"price_postapoc": "4 USD",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "green",
"ammo_type": [ "battery" ],
"count": 1000,
"capacity": 1000,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "LEAK_DAM", "RADIOACTIVE", "BATTERY_LIGHT" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 1000 } } ]
},
{
"id": "light_disposable_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "light disposable battery", "str_pl": "light disposable batteries" },
"description": "A light battery cell, universally compatible with all kinds of small devices. The battery's chemistry means that it has a very high capacity, but cannot be recharged.",
"ascii_picture": "light_disposable_cell",
"weight": "45 g",
"volume": "35 ml",
"price": "100 USD",
"price_postapoc": "2 USD",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"count": 300,
"capacity": 300,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "BATTERY_LIGHT" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 300 } } ]
},
{
"id": "light_dry_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "light dry battery", "str_pl": "light dry batteries" },
"description": "A light battery cell, universally compatible with all kinds of small devices. The battery's chemistry doesn't provide high energy capacity, and it cannot be recharged.",
"ascii_picture": "light_dry_cell",
"weight": "20 g",
"volume": "35 ml",
"price_postapoc": "1 USD",
"material": [ "iron", "charcoal" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"count": 100,
"capacity": 100,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "BATTERY_LIGHT" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 100 } } ]
},
{
"id": "medium_battery_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "medium battery", "str_pl": "medium batteries" },
"description": "A medium battery cell, universally compatible with all kinds of appliances and power tools.",
"ascii_picture": "medium_battery_cell",
"weight": "600 g",
"volume": "450 ml",
"price": "100 USD",
"price_postapoc": "3 USD",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"capacity": 500,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "RECHARGE", "BATTERY_MEDIUM" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 500 } } ]
},
{
"id": "medium_plus_battery_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "medium battery (high-capacity)", "str_pl": "medium batteries (high-capacity)" },
"description": "A high-capacity medium battery cell, universally compatible with all kinds of appliances and power tools.",
"ascii_picture": "medium_plus_battery_cell",
"weight": "725 g",
"volume": "525 ml",
"price": "125 USD",
"price_postapoc": "4 USD",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"capacity": 600,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "RECHARGE", "BATTERY_MEDIUM" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 600 } } ]
},
{
"id": "medium_atomic_battery_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "medium plutonium fuel battery", "str_pl": "medium plutonium fuel batteries" },
"description": "A battery that uses a thin plutonium-244 rod to stabilize an exotic nanocompound. It is universally compatible with all kinds of appliances and power tools. Although it stores a huge amount of power, it cannot be recharged.",
"ascii_picture": "medium_atomic_battery_cell",
"weight": "1000 g",
"volume": "525 ml",
"price": "1 kUSD",
"price_postapoc": "10 USD",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "green",
"ammo_type": [ "battery" ],
"count": 5000,
"capacity": 5000,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "LEAK_DAM", "RADIOACTIVE", "BATTERY_MEDIUM" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 5000 } } ]
},
{
"id": "medium_disposable_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "medium disposable battery", "str_pl": "medium disposable batteries" },
"description": "A medium battery cell, universally compatible with all kinds of appliances and power tools. The battery's chemistry means that it has a very high capacity, but cannot be recharged.",
"ascii_picture": "medium_disposable_cell",
"weight": "725 g",
"volume": "525 ml",
"price": "100 USD",
"price_postapoc": "5 USD",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"count": 1200,
"capacity": 1200,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "BATTERY_MEDIUM" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 1200 } } ]
},
{
"id": "medium_dry_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "medium dry battery", "str_pl": "medium dry batteries" },
"description": "A medium battery cell, universally compatible with all kinds of appliances and power tools. The battery's chemistry doesn't provide high energy capacity, and it cannot be recharged.",
"ascii_picture": "medium_dry_cell",
"weight": "350 g",
"volume": "525 ml",
"price_postapoc": "2 USD 50 cent",
"material": [ "iron", "charcoal" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"count": 500,
"capacity": 500,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "BATTERY_MEDIUM" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 500 } } ]
},
{
"id": "heavy_battery_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "heavy battery", "str_pl": "heavy batteries" },
"description": "A heavy battery cell, universally compatible with all kinds of industrial-grade equipment and large tools.",
"ascii_picture": "heavy_battery_cell",
"weight": "1000 g",
"volume": "1225 ml",
"price": "100 USD",
"price_postapoc": "5 USD",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"capacity": 1000,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "RECHARGE", "BATTERY_HEAVY" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 1000 } } ]
},
{
"id": "heavy_plus_battery_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "heavy battery (high-capacity)", "str_pl": "heavy batteries (high-capacity)" },
"description": "A high-capacity heavy battery cell, universally compatible with all kinds of industrial-grade equipment and large tools.",
"ascii_picture": "heavy_plus_battery_cell",
"weight": "1250 g",
"volume": "1500 ml",
"price": "125 USD",
"price_postapoc": "6 USD",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"capacity": 1250,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "RECHARGE", "BATTERY_HEAVY" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 1250 } } ]
},
{
"id": "heavy_atomic_battery_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "heavy plutonium fuel battery", "str_pl": "heavy plutonium fuel batteries" },
"description": "A battery that uses a thin plutonium-244 rod to stabilize an exotic nanocompound. It is universally compatible with all kinds of industrial-grade equipment and large tools. Although it stores a huge amount of power, it cannot be recharged.",
"ascii_picture": "heavy_atomic_battery_cell",
"weight": "1600 g",
"volume": "1500 ml",
"price": "1 kUSD",
"price_postapoc": "15 USD",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "green",
"ammo_type": [ "battery" ],
"count": 10000,
"capacity": 10000,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "LEAK_DAM", "RADIOACTIVE", "BATTERY_HEAVY" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 10000 } } ]
},
{
"id": "huge_atomic_battery_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "military plutonium fuel cell" },
"description": "A battery that uses a huge plutonium-244 rod to stabilize an exotic nanocompound. It was used in military mech-suits, was highly experimental, and had no civilian applications. Although it stores a stupendous amount of power, it cannot be recharged.",
"weight": "64000 g",
"volume": "30 L",
"price": "1 kUSD",
"price_postapoc": "50 USD",
"material": [ "superalloy", "plastic" ],
"symbol": "=",
"color": "red",
"ammo_type": [ "battery" ],
"count": 100000,
"capacity": 100000,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "MECH_BAT", "LEAK_DAM", "RADIOACTIVE" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 100000 } } ]
},
{
"id": "heavy_disposable_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "heavy disposable battery", "str_pl": "heavy disposable batteries" },
"description": "A heavy battery cell, universally compatible with all kinds of industrial-grade equipment and large tools. The battery's chemistry means that it has a very high capacity, but cannot be recharged.",
"ascii_picture": "heavy_disposable_cell",
"weight": "1250 g",
"volume": "1500 ml",
"price": "100 USD",
"price_postapoc": "7 USD 50 cent",
"material": [ "iron", "plastic" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"count": 2500,
"capacity": 2500,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "BATTERY_HEAVY" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 2500 } } ]
},
{
"id": "heavy_dry_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "heavy dry battery", "str_pl": "heavy dry batteries" },
"description": "A heavy battery cell, universally compatible with all kinds of industrial-grade equipment and large tools. The battery's chemistry doesn't provide high energy capacity, and it cannot be recharged.",
"ascii_picture": "heavy_dry_cell",
"weight": "900 g",
"volume": "1500 ml",
"price_postapoc": "3 USD 75 cent",
"material": [ "iron", "charcoal" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery" ],
"count": 1000,
"capacity": 1000,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "BATTERY_HEAVY" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 1000 } } ]
}
]