Jewelry items
['thermite'] = {['name'] = 'thermite', ['label'] = 'Thermite', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'thermitte.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sometimes you\'d wish for everything to burn',
["goldlaptop"] = {["name"] = "goldlaptop", ["label"] = "Gold Laptop", ["weight"] = 2500, ["type"] = "item", ["image"] = "laptop_gold", ["unique"] = true, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "What will this laptop read?"},
['goldchain'] = {['name'] = 'goldchain', ['label'] = '10k Gold Chain', ['weight'] = 200, ['type'] = 'item', ['image'] = '10kgoldchain.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '10 carat golden chain'},
['rolex'] = {['name'] = 'rolex', ['label'] = 'Golden Watch', ['weight'] = 150, ['type'] = 'item', ['image'] = 'rolex.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A golden watch seems like the jackpot to me!'},
['diamond_ring'] = {['name'] = 'diamond_ring', ['label'] = 'Diamond Ring', ['weight'] = 150, ['type'] = 'item', ['image'] = 'diamond_ring.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A diamond ring seems like the jackpot to me!'},
['goldchain'] = {['name'] = 'goldchain', ['label'] = 'Golden Chain', ['weight'] = 150, ['type'] = 'item', ['image'] = 'goldchain.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A golden chain seems like the jackpot to me!'},
["thermite"] = {
label = "Thermite",
weight = 1000,
stack = true,
close = true,
description = "Sometimes you'd wish for everything to burn",
client = {
image = "thermitte.png",
}
},
["goldlaptop"] = {
label = "Gold Laptop",
weight = 2500,
stack = false,
close = true,
description = "What will this laptop read?",
client = {
image = "laptop_gold.png",
}
},
["10kgoldchain"] = {
label = "10k Gold Chain",
weight = 2000,
stack = true,
close = true,
description = "10 carat golden chain",
client = {
image = "10kgoldchain.png",
}
},
["rolex"] = {
label = "Golden Watch",
weight = 1500,
stack = true,
close = true,
description = "A golden watch seems like the jackpot to me!",
client = {
image = "rolex.png",
}
},
["diamond_ring"] = {
label = "Diamond Ring",
weight = 1500,
stack = true,
close = true,
description = "A diamond ring seems like the jackpot to me!",
client = {
image = "diamond_ring.png",
}
},
["goldchain"] = {
label = "Golden Chain",
weight = 1500,
stack = true,
close = true,
description = "A golden chain seems like the jackpot to me!",
client = {
image = "goldchain.png",
}
},
Last updated