1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-20 19:26:21 +02:00
parent 1bded8490b
commit cfc39de804

View file

@ -63,12 +63,11 @@ Config.ContainerTypes = {
duration = 30000,
},
rewards = {
{item = "phone", 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 = "black_phone", label = "Phone", min = 1, max = 3, chance = 30},
{item = "rolex", label = "Ralex Uhr", min = 1, max = 2, chance = 20},
{item = "goldchain", label = "Gold Kette", min = 1, max = 3, chance = 25},
{item = "diamond", label = "Diamond", min = 1, max = 1, chance = 5},
{item = "laptop", label = "Laptop", min = 1, max = 1, chance = 15},
{item = "cash", label = "Cash", min = 1000, max = 5000, chance = 40},
},
policeAlert = true,
},
@ -85,11 +84,11 @@ Config.ContainerTypes = {
duration = 30000,
},
rewards = {
{item = "weapon_pistol", label = "Pistol", min = 1, max = 1, chance = 10},
{item = "pistol_ammo", label = "Pistol Ammo", min = 10, max = 30, chance = 25},
{item = "weapon_pistol", label = "Bretta", min = 1, max = 1, chance = 10},
{item = "pistol_ammo", label = "Pistolen Muntion", min = 10, max = 30, chance = 25},
{item = "armor", label = "Body Armor", min = 1, max = 2, chance = 20},
{item = "weapon_knife", label = "Knife", min = 1, max = 1, chance = 30},
{item = "cash", label = "Cash", min = 2000, max = 7000, chance = 35},
{item = "weapon_knife", label = "Messer", min = 1, max = 1, chance = 30},
},
policeAlert = true,
},