Full View config.prices.lua
Preview File Updated: v1.1.5 - 22.11.2023
-- @DefaultPrice: Default price of products when not available in PricesForComponent and PricesForIds.
Config.DefaultPrice = 100
-- @PricesForComponent: Product price of the category.
Config.PricesForComponent = {
['helmet_1'] = 80,
['helmet_2'] = 0,
['mask_1'] = 50,
['mask_2'] = 0,
['tshirt_1'] = 60,
['tshirt_2'] = 0,
['torso_1'] = 150,
['torso_2'] = 0,
['arms'] = 20,
['arms_2'] = 0,
['decals_1'] = 5,
['decals_2'] = 0,
['bproof_1'] = 100,
['bproof_2'] = 0,
['pants_1'] = 110,
['pants_2'] = 0,
['shoes_1'] = 100,
['shoes_2'] = 0,
['chain_1'] = 550,
['chain_2'] = 0,
['glasses_1'] = 90,
['glasses_2'] = 0,
['watches_1'] = 330,
['watches_2'] = 0,
['bracelets_1'] = 30,
['bracelets_2'] = 0,
['ears_1'] = 40,
['ears_2'] = 0,
['bags_1'] = 65,
['bags_2'] = 0,
}
-- @PricesForIds: Product price for a specific ID from the clothing category.
Config.PricesForIds = {
['helmet_1'] = {
[-1] = 0,
[25] = 250,
},
['mask_1'] = {
[0] = 0,
},
['tshirt_1'] = {
[0] = 0,
},
['torso_1'] = {
[0] = 0,
[12] = 100,
[32] = 300,
},
['arms'] = {
[0] = 0,
},
['decals_1'] = {
[0] = 0,
},
['bproof_1'] = {
[0] = 0,
},
['pants_1'] = {
[0] = 0,
},
['shoes_1'] = {
[0] = 0,
},
['chain_1'] = {
[0] = 0,
},
['glasses_1'] = {
[0] = 0,
},
['watches_1'] = {
[0] = 0,
},
['bracelets_1'] = {
[0] = 0,
},
['ears_1'] = {
[0] = 0,
},
['bags_1'] = {
[0] = 0,
},
}
Last updated