edf
This commit is contained in:
parent
7f26844507
commit
a2990fe815
120 changed files with 0 additions and 0 deletions
25
resources/tgiann-inventory/configs/configVendingMachine.lua
Normal file
25
resources/tgiann-inventory/configs/configVendingMachine.lua
Normal file
|
@ -0,0 +1,25 @@
|
|||
config.vendingMachine = {
|
||||
active = true,
|
||||
machines = {
|
||||
{
|
||||
objects = {
|
||||
'prop_vend_soda_01',
|
||||
'prop_vend_soda_02',
|
||||
},
|
||||
items = {
|
||||
{ name = 'kurkakola', price = 4, amount = 50 },
|
||||
{ name = 'water_bottle', price = 4, amount = 50 },
|
||||
}
|
||||
},
|
||||
{
|
||||
objects = {
|
||||
'prop_vend_water_01',
|
||||
'prop_vend_coffe_01',
|
||||
},
|
||||
items = {
|
||||
{ name = 'kurkakola', price = 7, amount = 50 },
|
||||
{ name = 'water_bottle', price = 2, amount = 50 },
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue