ed
This commit is contained in:
parent
19fb68f805
commit
01d047b3cc
53 changed files with 3222 additions and 5 deletions
|
@ -31,13 +31,27 @@ config.stashes = {
|
|||
owner = false,
|
||||
jobs = { ambulance = true, police = { 1, 2, 3, 4, 5, 6, 7, 8, 9 } } -- all ranks for ambulance job, only 9 ranks for police job
|
||||
},
|
||||
|
||||
---- NORDIS HAUS ----
|
||||
|
||||
{
|
||||
coords = vec3(443.6447, -975.7927, 30.6896),
|
||||
textUiLabel = 'Open Global Stash',
|
||||
name = 'globalstash', -- uniq name
|
||||
label = 'Global Stash',
|
||||
slots = 70,
|
||||
coords = vec3(-1238.3628, 838.1411, 192.8895, 330.3338),
|
||||
textUiLabel = 'öffnen',
|
||||
name = 'nordisideboard', -- uniq name
|
||||
label = 'Sideboard',
|
||||
slots = 10,
|
||||
weight = 70000,
|
||||
},
|
||||
{
|
||||
coords = vec3(-1230.7251, 839.1404, 192.8895, 61.2964),
|
||||
textUiLabel = 'öffnen',
|
||||
name = 'nordisfridge', -- uniq name
|
||||
label = 'Kühlschrank',
|
||||
slots = 20,
|
||||
weight = 70000,
|
||||
},
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue