β‘Power Plant Job
Last updated
Last updated
['kevin_technicianbag'] = {
label = 'Technician Bag',
weight = 5000,
stack = false,
close = true,
description = "Bag containing technician tools",
},
['kevin_pipewrench'] = {
label = 'Pipe Wrench',
weight = 1000,
stack = false,
close = true,
description = "Heavy duty pipe wrench",
},kevin_technicianbag = { name = 'kevin_technicianbag', label = 'Technician Bag', weight = 5000, type = 'item', image = 'kevin_technicianbag.png', unique = true, useable = true, shouldClose = true, description = 'Bag containing technician tools' },
kevin_pipewrench = { name = 'kevin_pipewrench', label = 'Pipe Wrench', weight = 1000, type = 'item', image = 'kevin_pipewrench.png', unique = true, useable = true, shouldClose = true, description = 'Heavy duty pipe wrench' },