View difference between Paste ID: AH33hekH and bKyHH29p
SHOW: | | - or go back to the newest paste.
1
[
2
  {
3
    "id": "multitool",
4
    "type": "TOOL",
5
    "symbol": ";",
6
    "color": "light_gray",
7
    "name": "multitool",
8
    "description": "A very useful tool that can turn into many others.",
9
    "price": 120,
10
    "material": "zp_matter",
11
    "weight": 310,
12
    "volume": 1,
13
    "bashing": 3,
14
    "cutting": 0,
15
    "to_hit": 1,
16
    "max_charges": 0,
17
    "initial_charges": 0,
18
    "charges_per_use": 0,
19
    "turns_per_charge": 0,
20
    "ammo": "NULL",
21
    "revert_to": "multitool",
22
    "use_action": "NONE",
23
    "qualities": [["CUT", 1]]
24
  },
25
26
  {
27
    "id": "multitool_scissors",
28
    "type": "TOOL",
29
    "symbol": ";",
30
    "color": "light_gray",
31
    "name": "multitool scissors",
32
    "description": "A very useful tool that can turn into many others. In this configuration it can be used as a pair of scissors.",
33
    "price": 120,
34
    "material": "zp_matter",
35
    "weight": 310,
36
    "volume": 3,
37
    "bashing": 3,
38
    "cutting": 2,
39
    "to_hit": 1,
40
    "max_charges": 0,
41
    "initial_charges": 0,
42
    "charges_per_use": 0,
43
    "turns_per_charge": 0,
44
    "ammo": "NULL",
45
    "revert_to": "multitool_scissors",
46
    "use_action": "KNIFE",
47
    "qualities": [["CUT", 1]]
48
  },
49
50
  {
51
    "id": "multitool_hammer",
52
    "type": "TOOL",
53
    "symbol": ";",
54
    "color": "light_gray",
55
    "name": "multitool hammer",
56
    "description": "A very useful tool that can turn into many others. In this configuration it can be used as a hammer.",
57
    "price": 120,
58
    "material": "zp_matter",
59
    "weight": 310,
60
    "volume": 3,
61
    "bashing": 6,
62
    "cutting": 0,
63
    "to_hit": 1,
64
    "max_charges": 0,
65
    "initial_charges": 0,
66
    "charges_per_use": 0,
67
    "turns_per_charge": 0,
68
    "ammo": "NULL",
69
    "revert_to": "multitool_hammer",
70
    "use_action": "HAMMER",
71
    "qualities": [["CUT", 1]]
72
  },
73
74
  {
75
    "id": "multitool_crowbar",
76
    "type": "TOOL",
77
    "symbol": ";",
78
    "color": "light_gray",
79
    "name": "multitool crowbar",
80
    "description": "A very useful tool that can turn into many others. In this configuration it can be used as a crowbar.",
81
    "price": 120,
82
    "material": "zp_matter",
83
    "weight": 310,
84
    "volume": 3,
85
    "bashing": 5,
86
    "cutting": 0,
87
    "to_hit": 1,
88
    "max_charges": 0,
89
    "initial_charges": 0,
90
    "charges_per_use": 0,
91
    "turns_per_charge": 0,
92
    "ammo": "NULL",
93
    "revert_to": "multitool_crowbar",
94
    "use_action": "CROWBAR",
95
    "qualities": [["CUT", 1]]
96
  },
97
98
  {
99
    "id": "multitool_scalpel",
100
    "type": "TOOL",
101
    "symbol": ";",
102
    "color": "light_gray",
103
    "name": "multitool blade",
104
    "description": "A very useful tool that can turn into many others. In this configuration it can be used as a scalpel.",
105
    "price": 120,
106
    "material": "zp_matter",
107
    "weight": 310,
108
    "volume": 3,
109
    "bashing": 3,
110
    "cutting": 6,
111
    "to_hit": 1,
112
    "max_charges": 0,
113
    "initial_charges": 0,
114
    "charges_per_use": 0,
115
    "turns_per_charge": 0,
116
    "ammo": "NULL",
117
    "revert_to": "multitool_scalpel",
118
    "use_action": "KNIFE",
119
	"qualities": [["CUT", 1]]
120
  },
121
122
  {
123
    "id": "multitool_saw",
124
    "type": "TOOL",
125
    "symbol": ";",
126
    "color": "light_gray",
127
    "name": "multitool saw",
128
    "description": "A very useful tool that can turn into many others. In this configuration it can be used as a saw.",
129
    "price": 120,
130
    "material": "zp_matter",
131
    "weight": 310,
132
    "volume": 3,
133
    "bashing": 3,
134
    "cutting": 5,
135
    "to_hit": 1,
136
    "max_charges": 0,
137
    "initial_charges": 0,
138
    "charges_per_use": 0,
139
    "turns_per_charge": 0,
140
    "ammo": "NULL",
141
    "revert_to": "multitool_saw",
142
    "use_action": "LUMBER",
143
    "qualities": [["CUT", 1]]
144
  },
145
146
  {
147
    "id": "multitool_hacksaw",
148
    "type": "TOOL",
149
    "symbol": ";",
150
    "color": "light_gray",
151
    "name": "multitool hacksaw",
152
    "description": "A very useful tool that can turn into many others. In this configuration it can be used as a Hacksaw.",
153
    "price": 120,
154
    "material": "zp_matter",
155
    "weight": 310,
156
    "volume": 3,
157
    "bashing": 3,
158
    "cutting": 5,
159
    "to_hit": 1,
160
    "max_charges": 0,
161
    "initial_charges": 0,
162
    "charges_per_use": 0,
163
    "turns_per_charge": 0,
164
    "ammo": "NULL",
165
    "revert_to": "multitool_hacksaw",
166
    "use_action": "HACKSAW",
167
    "qualities": [["CUT", 1]]
168
  },
169
170
  {
171
    "id": "multitool_puller",
172
    "type": "TOOL",
173
    "symbol": ";",
174
    "color": "light_gray",
175
    "name": "multitool puller",
176
    "description": "A very useful tool that can turn into many others. In this configuration it can be used as a bullet puller.",
177
    "price": 120,
178
    "material": "zp_matter",
179
    "weight": 310,
180
    "volume": 3,
181
    "bashing": 3,
182
    "cutting": 0,
183
    "to_hit": 1,
184
    "max_charges": 0,
185
    "initial_charges": 0,
186
    "charges_per_use": 0,
187
    "turns_per_charge": 0,
188
    "ammo": "NULL",
189
    "revert_to": "multitool_puller",
190
    "use_action": "BULLET_PULLER",
191
    "qualities": [["CUT", 1]]
192
  },
193
194
  {
195
    "id": "multitool_boltcutters",
196
    "type": "TOOL",
197
    "symbol": ";",
198
    "color": "light_gray",
199
    "name": "multitool boltcutters",
200
    "description": "A very useful tool that can turn into many others. In this configuration it can be used as bolt cutters.",
201
    "price": 120,
202
    "material": "zp_matter",
203
    "weight": 310,
204
    "volume": 3,
205
    "bashing": 5,
206
    "cutting": 1,
207
    "to_hit": 1,
208
    "max_charges": 0,
209
    "initial_charges": 0,
210
    "charges_per_use": 0,
211
    "turns_per_charge": 0,
212
    "ammo": "NULL",
213
    "revert_to": "multitool_boltcutters",
214
    "use_action": "BOLTCUTTERS",
215
    "qualities": [["CUT", 1]]
216
  },
217
218
  {
219
    "id": "multitool_picklocks",
220
    "type": "TOOL",
221
    "symbol": ";",
222
    "color": "light_gray",
223
    "name": "multitool lockpick",
224
    "description": "A very useful tool that can turn into many others. In this configuration it can be used as a set of lock-picks.",
225
    "price": 120,
226
    "material": "zp_matter",
227
    "weight": 310,
228
    "volume": 3,
229
    "bashing": 2,
230
    "cutting": 3,
231
    "to_hit": 1,
232
    "max_charges": 0,
233
    "initial_charges": 0,
234
    "charges_per_use": 0,
235
    "turns_per_charge": 0,
236
    "ammo": "NULL",
237
    "revert_to": "multitool",
238
    "use_action": {
239
        "type": "picklock",
240
        "pick_quality": 40
241
    },
242
    "qualities": [["CUT", 1]]
243
  },
244
245
  {
246
    "id": "multitool_pickaxe",
247
    "type": "TOOL",
248
    "symbol": ";",
249
    "color": "light_gray",
250
    "name": "multitool pickaxe",
251
    "description": "A very useful tool that can turn into many others. In this configuration it can be used as a rudimentary pickaxe.",
252
    "price": 120,
253
    "material": "zp_matter",
254
    "weight": 310,
255
    "volume": 3,
256
    "bashing": 5,
257
    "cutting": 5,
258
    "to_hit": 1,
259
    "max_charges": 0,
260
    "initial_charges": 0,
261
    "charges_per_use": 0,
262
    "turns_per_charge": 0,
263
    "ammo": "NULL",
264
    "revert_to": "multitool_pickaxe",
265
    "use_action": "PICKAXE",
266
    "qualities": [["CUT", 1]]
267
  },
268
269
  {
270
    "id": "multitool_shovel",
271
    "type": "TOOL",
272
    "symbol": ";",
273
    "color": "light_gray",
274
    "name": "multitool shovel",
275
    "description": "A very useful tool that can turn into many others. In this configuration it can be used as a rudimentary shovel.",
276
    "price": 120,
277
    "material": "zp_matter",
278
    "weight": 310,
279
    "volume": 3,
280
    "bashing": 5,
281
    "cutting": 5,
282
    "to_hit": 1,
283
    "max_charges": 0,
284
    "initial_charges": 0,
285
    "charges_per_use": 0,
286
    "turns_per_charge": 0,
287
    "ammo": "NULL",
288
    "revert_to": "multitool_shovel",
289
    "use_action": "DIG",
290
    "qualities": [["CUT", 1]]
291
  },
292
293
  {
294
    "id": "multitool_injector",
295
    "type": "TOOL",
296
    "symbol": ";",
297
    "color": "light_gray",
298
    "name": "multitool injector",
299
    "description": "A very useful tool that can turn into many others. In this configuration it can be used as a jet injector. A label on the side warns against using more than two doses per hour.",
300
    "price": 120,
301
    "material": "zp_matter",
302
    "weight": 310,
303
    "volume": 3,
304
    "bashing": 3,
305
    "cutting": 2,
306
    "to_hit": 1,
307
    "max_charges": 2,
308
    "initial_charges": 0,
309
    "charges_per_use": 1,
310
    "turns_per_charge": 0,
311
    "ammo": "ampoule",
312
    "revert_to": "multitool_injector",
313
    "use_action": "JET_INJECTOR",
314
    "qualities": [["CUT", 1]]
315
  },
316
317
  {
318
    "id": "multitool_hoe",
319
    "type": "TOOL",
320
    "symbol": ";",
321
    "color": "light_gray",
322
    "name": "multitool hoe",
323
    "description": "A very useful tool that can turn into many others. In this configuration it can be used as a farming hoe.",
324
    "price": 120,
325
    "material": "zp_matter",
326
    "weight": 310,
327
    "volume": 3,
328
    "bashing": 5,
329
    "cutting": 3,
330
    "to_hit": 1,
331
    "max_charges": 2,
332
    "initial_charges": 0,
333
    "charges_per_use": 0,
334
    "turns_per_charge": 0,
335
    "ammo": "NULL",
336
    "revert_to": "multitool_hoe",
337
    "use_action": "MAKEMOUND",
338
    "qualities": [["CUT", 1]]
339
  },
340
  
341
  {
342
    "id":"zp_lighter",
343
    "type": "TOOL",
344
    "symbol": ",",
345
    "color": "blue",
346
    "name": "Zero-Point Igniter",
347
    "description": "This is a device used to set things alight.",
348
    "price": 3500,
349
    "material": "zp_matter",
350
    "weight": 14,
351
    "volume": 0,
352
    "bashing": 0,
353
    "cutting": 0,
354
    "to_hit": 0,
355
    "max_charges": 100,
356
    "initial_charges": 10,
357
    "charges_per_use": 0,
358
    "turns_per_charge": 0,
359
    "ammo": "NULL",
360
    "revert_to": "null",
361
    "use_action": "FIRESTARTER"
362
  },
363
  
364
  {
365
    "id": "zp_irradiator",
366
    "type": "TOOL",
367
    "symbol": ";",
368
    "color": "green",
369
    "name": "Irradiator",
370
    "description": "A very radioactive source held in a relatively safe container.",
371
    "price": 12000,
372
    "material": "zp_matter",
373
    "weight": 6000,
374
    "volume": 8,
375
    "bashing": 5,
376
    "cutting": 0,
377
    "to_hit": -1,
378-
    "max_charges": 120,
378+
    "max_charges": 500,
379-
    "initial_charges": 120,
379+
    "initial_charges": 500,
380
    "charges_per_use": 2,
381
    "turns_per_charge": 0,
382
    "ammo": "plutonium",
383
    "revert_to": "null",
384
    "use_action": "NONE"
385
  },
386
  
387
  {
388
    "id": "zp_3D_printer",
389
    "type": "TOOL",
390
    "symbol": ";",
391
    "color": "green",
392
    "name": "3D printer",
393
    "description": "A very useful machine used in the manufacture of almost anything.",
394
    "price": 12000,
395
    "material": "zp_matter",
396
    "weight": 6000,
397
    "volume": 8,
398
    "bashing": 5,
399
    "cutting": 0,
400
    "to_hit": -1,
401
    "max_charges": 200,
402
    "initial_charges": 0,
403
    "charges_per_use": 1,
404
    "turns_per_charge": 0,
405
    "ammo": "3d_resin",
406
    "revert_to": "null",
407
    "use_action": "NONE",
408
    "qualities": [["ZP_FABRICATOR", 1]]
409
  },
410
  
411
  {
412
    "id": "airdrop_tank_gasoline",
413
    "type": "TOOL",
414
    "symbol": ",",
415
    "color": "blue",
416
    "name": "large air-drop gasoline packet",
417
    "description": "A very heavy thin plastic bag used to air drop in vast quantities of gasoline.",
418
    "price": 12000,
419
    "material": "steel",
420
    "weight": 40000,
421
    "volume": 40,
422
    "bashing": 5,
423
    "cutting": 0,
424
    "to_hit": -1,
425
    "max_charges": 0,
426
    "initial_charges": 0,
427
    "charges_per_use": 0,
428
    "turns_per_charge": 0,
429
    "ammo": "NULL",
430
    "revert_to": "null",
431
    "use_action": "NONE"
432
  },
433
  
434
  {
435
    "id": "zp_tool_box",
436
    "type": "TOOL",
437
    "symbol": ";",
438
    "color": "green",
439
    "name": "tool box",
440
    "description": "A collection of tools.",
441
    "price": 12000,
442
    "material": "steel",
443
    "weight": 10000,
444
    "volume": 15,
445
    "bashing": 20,
446
    "cutting": 20,
447
    "to_hit": -1,
448
    "max_charges": 0,
449
    "initial_charges": 0,
450
    "charges_per_use": 1,
451
    "turns_per_charge": 0,
452
    "ammo": "NULL",
453
    "revert_to": "null",
454
    "use_action": "NONE"
455
  },
456
  
457
  {
458
    "id": "zp_token",
459
    "type": "TOOL",
460
    "symbol": ";",
461
    "color": "green",
462
    "name": "tool box",
463
    "description": "A Token used by time travellers to *order in* equipment",
464
    "price": 12000,
465
    "material": "steel",
466
    "weight": 10000,
467
    "volume": 15,
468
    "bashing": 20,
469
    "cutting": 20,
470
    "to_hit": -1,
471
    "max_charges": 0,
472
    "initial_charges": 0,
473
    "charges_per_use": 1,
474
    "turns_per_charge": 0,
475
    "ammo": "NULL",
476
    "revert_to": "null",
477
    "use_action": "NONE"
478
  },
479
  
480
  {
481
    "id": "zp_chem_set",
482
    "type": "TOOL",
483
    "symbol": ";",
484
    "color": "green",
485
    "name": "Zero-Point Chemistry Set",
486
    "description": "A cube device that acts as a collection of tools and glassware used for making and mixing chemicals. Strange it doesn't seem to require power.",
487
    "price": 12000,
488
    "material": "steel",
489
    "weight": 100,
490
    "volume": 1,
491
    "bashing": 1,
492
    "cutting": 1,
493
    "to_hit": -1,
494
    "max_charges": 1,
495
    "initial_charges": 0,
496
    "charges_per_use": 0,
497
    "turns_per_charge": 0,
498
    "ammo": "NULL",
499
    "revert_to": "null",
500
    "use_action": "NONE",
501
    "qualities": [["CHEM", 5]]
502
  }
503
]