forked from Simnation/Main
resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua aktualisiert
Selftuning aktiviert
This commit is contained in:
parent
9664a91f19
commit
cfb3f2ed40
1 changed files with 10 additions and 10 deletions
|
@ -120,16 +120,16 @@ Config.MechanicLocations = {
|
||||||
},
|
},
|
||||||
mods = {
|
mods = {
|
||||||
repair = { enabled = true, price = 10000, percentVehVal = 0.8 },
|
repair = { enabled = true, price = 10000, percentVehVal = 0.8 },
|
||||||
performance = { enabled = false, price = 500, percentVehVal = 0.01, priceMult = 0.1 },
|
performance = { enabled = true, price = 500, percentVehVal = 0.01, priceMult = 0.1 },
|
||||||
cosmetics = { enabled = false, price = 500, percentVehVal = 0.01, priceMult = 0.1 },
|
cosmetics = { enabled = true, price = 500, percentVehVal = 0.01, priceMult = 0.1 },
|
||||||
stance = { enabled = false, price = 500, percentVehVal = 0.01 },
|
stance = { enabled = true, price = 500, percentVehVal = 0.01 },
|
||||||
respray = { enabled = false, price = 500, percentVehVal = 0.01 },
|
respray = { enabled = true, price = 500, percentVehVal = 0.01 },
|
||||||
wheels = { enabled = false, price = 500, percentVehVal = 0.01, priceMult = 0.1 },
|
wheels = { enabled = true, price = 500, percentVehVal = 0.01, priceMult = 0.1 },
|
||||||
neonLights = { enabled = false, price = 500, percentVehVal = 0.01 },
|
neonLights = { enabled = true, price = 500, percentVehVal = 0.01 },
|
||||||
headlights = { enabled = false, price = 500, percentVehVal = 0.01 },
|
headlights = { enabled = true, price = 500, percentVehVal = 0.01 },
|
||||||
tyreSmoke = { enabled = false, price = 500, percentVehVal = 0.01 },
|
tyreSmoke = { enabled = true, price = 500, percentVehVal = 0.01 },
|
||||||
bulletproofTyres = { enabled = false, price = 500, percentVehVal = 0.01 },
|
bulletproofTyres = { enabled = true, price = 500, percentVehVal = 0.01 },
|
||||||
extras = { enabled = false, price = 500, percentVehVal = 0.01 }
|
extras = { enabled = true, price = 500, percentVehVal = 0.01 }
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Petrol_Head = {
|
Petrol_Head = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue