From cfc39de804d2e06befec600da7d89edc731c8381 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 20 Jul 2025 19:26:21 +0200 Subject: [PATCH] Update config.lua --- .../[crime]/nordi_containerheist/config.lua | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/resources/[jobs]/[crime]/nordi_containerheist/config.lua b/resources/[jobs]/[crime]/nordi_containerheist/config.lua index afd352788..eac2e7bb3 100644 --- a/resources/[jobs]/[crime]/nordi_containerheist/config.lua +++ b/resources/[jobs]/[crime]/nordi_containerheist/config.lua @@ -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, },