1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-07 15:12:14 +02:00
parent 87623c8379
commit 51011386e8

View file

@ -97,7 +97,6 @@ Config.AdminsHaveEmployeePermissions = true -- admins can use tablet & interact
Config.MechanicEmployeesCanSelfServiceMods = false -- set to true to allow mechanic employees to bypass the "place order" system at their own mechanic Config.MechanicEmployeesCanSelfServiceMods = false -- set to true to allow mechanic employees to bypass the "place order" system at their own mechanic
Config.FullRepairAdminCommand = "vfix" Config.FullRepairAdminCommand = "vfix"
Config.MechanicAdminCommand = "mechanicadmin" Config.MechanicAdminCommand = "mechanicadmin"
Config.ChangePlateDuringPreview = "PREVIEW"
Config.RequireManagementForOrderDeletion = false Config.RequireManagementForOrderDeletion = false
Config.UseCustomNamesInTuningMenu = false Config.UseCustomNamesInTuningMenu = false
@ -124,7 +123,7 @@ Config.MechanicLocations = {
scale = 0.7 scale = 0.7
}, },
mods = { mods = {
repair = { enabled = true, price = 10000, percentVehVal = 0.8 }, repair = { enabled = true, price = 100, percentVehVal = 0.8 },
performance = { enabled = true, price = 500, percentVehVal = 0.01, priceMult = 0.1 }, performance = { enabled = true, price = 500, percentVehVal = 0.01, priceMult = 0.1 },
cosmetics = { 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 }, stance = { enabled = true, price = 500, percentVehVal = 0.01 },