From cfb3f2ed40506312ab8a7923c501bb1e1afabb34 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 9 Jun 2025 20:39:34 +0200 Subject: [PATCH] resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua aktualisiert Selftuning aktiviert --- .../[mechanic]/jg-mechanic/config/config.lua | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua b/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua index d0f03adca..7f52b3970 100644 --- a/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua +++ b/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua @@ -120,16 +120,16 @@ Config.MechanicLocations = { }, mods = { repair = { enabled = true, price = 10000, percentVehVal = 0.8 }, - performance = { enabled = false, price = 500, percentVehVal = 0.01, priceMult = 0.1 }, - cosmetics = { enabled = false, price = 500, percentVehVal = 0.01, priceMult = 0.1 }, - stance = { enabled = false, price = 500, percentVehVal = 0.01 }, - respray = { enabled = false, price = 500, percentVehVal = 0.01 }, - wheels = { enabled = false, price = 500, percentVehVal = 0.01, priceMult = 0.1 }, - neonLights = { enabled = false, price = 500, percentVehVal = 0.01 }, - headlights = { enabled = false, price = 500, percentVehVal = 0.01 }, - tyreSmoke = { enabled = false, price = 500, percentVehVal = 0.01 }, - bulletproofTyres = { enabled = false, price = 500, percentVehVal = 0.01 }, - extras = { enabled = false, price = 500, percentVehVal = 0.01 } + performance = { enabled = true, price = 500, percentVehVal = 0.01, priceMult = 0.1 }, + cosmetics = { enabled = true, price = 500, percentVehVal = 0.01, priceMult = 0.1 }, + stance = { enabled = true, price = 500, percentVehVal = 0.01 }, + respray = { enabled = true, price = 500, percentVehVal = 0.01 }, + wheels = { enabled = true, price = 500, percentVehVal = 0.01, priceMult = 0.1 }, + neonLights = { enabled = true, price = 500, percentVehVal = 0.01 }, + headlights = { enabled = true, price = 500, percentVehVal = 0.01 }, + tyreSmoke = { enabled = true, price = 500, percentVehVal = 0.01 }, + bulletproofTyres = { enabled = true, price = 500, percentVehVal = 0.01 }, + extras = { enabled = true, price = 500, percentVehVal = 0.01 } }, }, Petrol_Head = {