🎰Rup-Lottery

Installation

Items

Download the image for your inventory.

Copy the item based on your inventory and put it into your inventory's item list.

['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!'
}

Enjoy πŸŽ‰

Last updated