1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/tgiann-inventory/configs/configStashes.lua

103 lines
3 KiB
Lua
Raw Normal View History

2025-07-09 14:25:50 +02:00
config.stashes = {
2025-07-17 00:21:23 +02:00
active = true,
2025-07-09 14:25:50 +02:00
locations = {
2025-08-04 20:51:55 +02:00
{ --- LSPD ---
2025-08-04 12:41:58 +02:00
coords = vec3(369.87, -1599.0, 33.3),
textUiLabel = 'Persönlicher Spind',
2025-07-09 14:25:50 +02:00
name = 'policelocker', -- uniq name
2025-08-04 12:41:58 +02:00
label = 'Persönlicher Spind',
2025-07-09 14:25:50 +02:00
slots = 70,
weight = 70000,
owner = true, -- if true, it creates a player-specific stash.
2025-07-09 16:51:14 +02:00
jobs = { police = true } -- only 9 ranks for police job
2025-07-09 14:25:50 +02:00
},
2025-08-04 20:51:55 +02:00
{
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
},
2025-07-09 14:25:50 +02:00
{
coords = vec3(301.3, -600.23, 43.28),
2025-08-04 12:41:58 +02:00
textUiLabel = 'Persönlicher Spind',
name = 'policelocker2', -- uniq name
label = 'Persönlicher Spind',
2025-07-09 14:25:50 +02:00
slots = 70,
weight = 70000,
owner = true,
2025-08-04 12:41:58 +02:00
jobs = { police = true } -- all ranks for ambulance job
2025-07-09 14:25:50 +02:00
},
{
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
},
2025-07-14 18:34:49 +02:00
---- NORDIS HAUS ----
2025-07-09 14:25:50 +02:00
{
2025-07-17 02:24:59 +02:00
coords = vec3(-1237.74, 837.11, 192.89),
2025-07-14 18:34:49 +02:00
textUiLabel = 'öffnen',
name = 'nordisideboard', -- uniq name
label = 'Sideboard',
slots = 10,
weight = 70000,
},
{
2025-07-17 02:24:59 +02:00
coords = vec3(-1230.77, 839.04, 192.89),
2025-07-14 18:34:49 +02:00
textUiLabel = 'öffnen',
name = 'nordisfridge', -- uniq name
label = 'Kühlschrank',
slots = 20,
2025-07-09 14:25:50 +02:00
weight = 70000,
},
2025-07-14 18:34:49 +02:00
2025-07-27 22:17:12 +02:00
---- KAYAS HAUS ----
2025-07-14 18:34:49 +02:00
2025-07-27 22:17:12 +02:00
{
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,
},
2025-07-14 18:34:49 +02:00
2025-08-04 04:35:00 +02:00
---- KAYAS RESTAURANT ----
{
coords = vector3(vector3(1898.94, 3714.66, 32.74)),
textUiLabel = 'öffnen',
name = 'kayasrfridge', -- uniq name
label = 'Lager',
slots = 80,
weight = 80000,
},
2025-07-09 14:25:50 +02:00
}
}