1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-20 02:54:46 +02:00
parent 055eba2c8c
commit 71e31bf060

View file

@ -61,7 +61,7 @@ Config.ContainerTypes = {
},
rewards = {
-- Each reward has a chance (total should be <= 100)
{item = "phone", label = "Phone", min = 1, max = 3, chance = 30},
{item = "phone_black", label = "Phone", min = 1, max = 3, chance = 30},
{item = "rolex", label = "Rolex Watch", min = 1, max = 2, chance = 20},
{item = "goldchain", label = "Gold Chain", min = 1, max = 3, chance = 25},
{item = "diamond", label = "Diamond", min = 1, max = 1, chance = 5},