1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-20 19:51:58 +02:00
parent f38013b98b
commit 61b242396c
3 changed files with 32 additions and 12 deletions

View file

@ -64,7 +64,7 @@ Config.ContainerTypes = {
},
rewards = {
{item = "black_phone", label = "iFruit 12XR Schwarz", min = 1, max = 3, chance = 30},
{item = "rolex", label = "Ralex Uhr", min = 1, max = 2, chance = 20},
{item = "rolex", label = "Crowex Titan", min = 1, max = 2, chance = 20},
{item = "goldchain", label = "Gold Kette", min = 1, max = 3, chance = 25},
{item = "diamond", label = "Diamand", min = 1, max = 1, chance = 5},
{item = "laptop", label = "Laptop", min = 1, max = 1, chance = 15},
@ -434,11 +434,10 @@ Config.ContainerTypes = {
duration = 45000,
},
rewards = {
{item = "electronics", label = "Electronics", min = 3, max = 8, chance = 40},
{item = "plastic", label = "Plastic", min = 10, max = 20, chance = 60},
{item = "aluminum", label = "Aluminum", min = 10, max = 20, chance = 50},
{item = "copper", label = "Copper", min = 5, max = 15, chance = 30},
{item = "cash", label = "Cash", min = 3000, max = 10000, chance = 25},
{item = "codeine_syrup", label = "Codein", min = 3, max = 6, chance = 20},
{item = "filter_papers", label = "Filtertips", min = 4, max = 8, chance = 30},
{item = "rolling_paper", label = "Drehpapier", min = 4, max = 8, chance = 40},
{item = "tenkgoldchain", label = "10k Goldkette", min = 1, max = 2, chance = 5},
},
policeAlert = true,
},