forked from Simnation/Main
Update configStashes.lua
This commit is contained in:
parent
9296b6c441
commit
bf604909b7
1 changed files with 19 additions and 3 deletions
|
@ -105,13 +105,29 @@ config.stashes = {
|
|||
---- KAYAS RESTAURANT ----
|
||||
|
||||
{
|
||||
coords = vector3(1898.94, 3714.66, 32.74),
|
||||
coords = vector3(1540.88, 3791.67, 34.51),
|
||||
textUiLabel = 'öffnen',
|
||||
name = 'kayasrfridge', -- uniq name
|
||||
name = 'kayasrlager1', -- uniq name
|
||||
label = 'Lager',
|
||||
slots = 80,
|
||||
weight = 80000,
|
||||
},
|
||||
{
|
||||
coords = vector3(1515.73, 3786.11, 38.22),
|
||||
textUiLabel = 'öffnen',
|
||||
name = 'kayasrlager2', -- uniq name
|
||||
label = 'Lager',
|
||||
slots = 60,
|
||||
weight = 60000,
|
||||
},
|
||||
{
|
||||
coords = vector3(1513.41, 3776.28, 34.51),
|
||||
textUiLabel = 'öffnen',
|
||||
name = 'kayasrlager3', -- uniq name
|
||||
label = 'Lager',
|
||||
slots = 60,
|
||||
weight = 60000,
|
||||
},
|
||||
|
||||
---- PDM ----
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue