1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/nordi_vending/config.lua

27 lines
820 B
Lua
Raw Permalink Normal View History

2025-07-29 07:30:32 +02:00
Config = {}
-- Vending Machine Settings
Config.VendingProps = {
2025-07-29 07:51:42 +02:00
'bzzz_vending_candy_a',
2025-07-29 07:44:35 +02:00
2025-07-29 07:30:32 +02:00
}
-- Purchase Settings
Config.VendingMachinePrice = 5000 -- Price to buy/register a vending machine
2025-07-29 09:24:07 +02:00
Config.SellBackPercentage = 75 -- 75% of the original price when selling back
2025-07-29 07:30:32 +02:00
-- Items
2025-07-29 23:15:26 +02:00
Config.RobberyItem = 'anglegrinder' -- Item needed to rob vending machines
2025-07-29 07:30:32 +02:00
-- Inventory Settings
Config.MaxWeight = 50000 -- Maximum weight for vending machine stash
Config.MaxSlots = 20 -- Maximum slots for vending machine stash
-- Pricing
Config.DefaultPrice = 5 -- Default price if owner hasn't set a price
-- Robbery Settings
Config.MinRobberyAmount = 50 -- Minimum money in machine to rob
Config.MaxRobberyAmount = 500 -- Maximum money that can be stolen
Config.RobberyItemBreakChance = 25 -- Chance (%) that robbery item breaks