forked from Simnation/Main
Update configStashes.lua
This commit is contained in:
parent
52249431dc
commit
0b763c9a80
1 changed files with 25 additions and 0 deletions
|
@ -260,6 +260,31 @@ config.stashes = {
|
||||||
weight = 60000,
|
weight = 60000,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
---- Little Suicide Squad ----
|
||||||
|
{
|
||||||
|
coords = vector3(1441.65, -1483.83, 63.63),
|
||||||
|
textUiLabel = 'öffnen',
|
||||||
|
name = 'lsqfridge', -- uniq name
|
||||||
|
label = 'Kühlschrank',
|
||||||
|
slots = 40,
|
||||||
|
weight = 40000,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
vector3(1443.78, -1490.56, 66.66),
|
||||||
|
textUiLabel = 'öffnen',
|
||||||
|
name = 'lsqlager1', -- uniq name
|
||||||
|
label = 'Schlafzimmer Lager',
|
||||||
|
slots = 60,
|
||||||
|
weight = 60000,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
vector3(1445.53, -1488.7, 63.63)
|
||||||
|
textUiLabel = 'öffnen',
|
||||||
|
name = 'lsqlager2', -- uniq name
|
||||||
|
label = 'Lagerraum',
|
||||||
|
slots = 60,
|
||||||
|
weight = 60000,
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue