resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua aktualisiert

Selftuning aktiviert
This commit is contained in:
Max 2025-06-09 20:39:34 +02:00
parent 9664a91f19
commit cfb3f2ed40

View file

@ -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 = {