1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/tgiann-inventory/configs/configStashes.lua
2025-08-04 20:51:55 +02:00

102 lines
3 KiB
Lua

config.stashes = {
active = true,
locations = {
{ --- LSPD ---
coords = vec3(369.87, -1599.0, 33.3),
textUiLabel = 'Persönlicher Spind',
name = 'policelocker', -- uniq name
label = 'Persönlicher Spind',
slots = 70,
weight = 70000,
owner = true, -- if true, it creates a player-specific stash.
jobs = { police = true } -- only 9 ranks for police job
},
{
coords = vector3(374.03, -1593.87, 33.3),
textUiLabel = 'LSPD Kühlschrank',
name = 'policefridge', -- uniq name
label = 'Kühlschrank',
slots = 70,
weight = 70000,
owner = false,
jobs = { police = true } -- all ranks for ambulance job
},
{
coords = vec3(301.3, -600.23, 43.28),
textUiLabel = 'Persönlicher Spind',
name = 'policelocker2', -- uniq name
label = 'Persönlicher Spind',
slots = 70,
weight = 70000,
owner = true,
jobs = { police = true } -- all ranks for ambulance job
},
{
coords = vec3(0.0, 0.0, 0.0),
textUiLabel = 'Open test locker',
name = 'testlocker', -- uniq name
label = 'Personal Locker',
slots = 70,
weight = 70000,
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(-1237.74, 837.11, 192.89),
textUiLabel = 'öffnen',
name = 'nordisideboard', -- uniq name
label = 'Sideboard',
slots = 10,
weight = 70000,
},
{
coords = vec3(-1230.77, 839.04, 192.89),
textUiLabel = 'öffnen',
name = 'nordisfridge', -- uniq name
label = 'Kühlschrank',
slots = 20,
weight = 70000,
},
---- KAYAS HAUS ----
{
coords = vector3(2575.58, 6161.95, 166.17),
textUiLabel = 'öffnen',
name = 'kayasfridge', -- uniq name
label = 'Kühlschrank',
slots = 20,
weight = 70000,
},
{
coords = vector3(2577.19, 6169.46, 170.28),
textUiLabel = 'öffnen',
name = 'kayassideboard', -- uniq name
label = 'Sideborad',
slots = 10,
weight = 70000,
},
---- KAYAS RESTAURANT ----
{
coords = vector3(vector3(1898.94, 3714.66, 32.74)),
textUiLabel = 'öffnen',
name = 'kayasrfridge', -- uniq name
label = 'Lager',
slots = 80,
weight = 80000,
},
}
}