π°Rup-Lottery
Installation
Items
['lottery_ticket'] = {
['name'] = 'lottery_ticket',
['label'] = 'Lottery Ticket',
['weight'] = 0,
['type'] = 'item',
['image'] = 'lottery_ticket.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'A scratch-off lottery ticket. Try your luck!'
}["lottery_ticket"] = {
label = "Lottery Ticket",
weight = 0,
stack = false,
close = true,
description = "A scratch-off lottery ticket. Try your luck!",
client = {
image = "lottery_ticket.png",
}
},Last updated
