diff --git a/resources/[carscripts]/lc_fuel/config.lua b/resources/[carscripts]/lc_fuel/config.lua index 86bfc2300..94b6badc1 100644 --- a/resources/[carscripts]/lc_fuel/config.lua +++ b/resources/[carscripts]/lc_fuel/config.lua @@ -325,24 +325,24 @@ Config.FuelTankSize = { -- Fuel consumption multiplier per vehicle class -- Lower values mean better fuel economy Config.FuelConsumptionPerClass = { - [0] = 0.5, -- Compacts - [1] = 0.7, -- Sedans - [2] = 1.0, -- SUVs - [3] = 0.6, -- Coupes - [4] = 1.3, -- Muscle - [5] = 1.1, -- Sports Classics - [6] = 1.2, -- Sports - [7] = 1.4, -- Super - [8] = 0.3, -- Motorcycles - [9] = 1.2, -- Off-road + [0] = 0.2, -- Compacts + [1] = 0.3, -- Sedans + [2] = 0.5, -- SUVs + [3] = 0.3, -- Coupes + [4] = 0.8, -- Muscle + [5] = 0.6, -- Sports Classics + [6] = 0.8, -- Sports + [7] = 1.0, -- Super + [8] = 0.2, -- Motorcycles + [9] = 0.8, -- Off-road [10] = 2.0, -- Industrial [11] = 1.6, -- Utility [12] = 1.0, -- Vans [13] = 0.0, -- Cycles - [14] = 1.1, -- Boats - [15] = 2.5, -- Helicopters - [16] = 4.0, -- Planes - [17] = 1.3, -- Service + [14] = 1.0, -- Boats + [15] = 2.0, -- Helicopters + [16] = 2.0, -- Planes + [17] = 1.0, -- Service [18] = 1.0, -- Emergency [19] = 2.0, -- Military [20] = 2.2, -- Commercial diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index 0120729dd..01552876c 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -2299,7 +2299,12 @@ CodeStudio.Products = { itemPrice = 600, itemInfo = "", }, - + ['sd_card'] = { + itemName = "SD Karte", + itemStock = 50, + itemPrice = 400, + itemInfo = "", + },