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

26 lines
737 B
Lua
Raw Normal View History

2025-07-29 07:30:32 +02:00
Config = {}
-- Vending Machine Settings
Config.VendingProps = {
2025-07-29 07:44:35 +02:00
'bzzz_vending_candy_a',
2025-07-29 07:30:32 +02:00
}
-- Purchase Settings
Config.VendingMachinePrice = 5000 -- Price to buy/register a vending machine
-- Items
Config.RobberyItem = 'crowbar' -- Item needed to rob vending machines
-- 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