2025-04-07 01:41:12 +00:00

174 lines
5.5 KiB
Lua

return {
locations = {
main = {
label = 'Truck Shed',
coords = vec3(153, -3211.68, 5.91),
size = vec3(3.0, 3.0, 5.0),
markerType = 2,
markerRadius = 10.0,
interactionsRadius = 5.0,
rotation = 274.5,
icon = 'fa-solid fa-eye',
debug = false
},
vehicle = {
label = 'Truck Storage',
coords = vec3(141.12, -3204.31, 5.85),
markerType = 2,
markerRadius = 10.0,
interactionsRadius = 5.0,
rotation = 267.5,
debug = false
},
stores = {
{
label = 'ltdgasoline',
coords = vec3(-41.07, -1747.91, 29.4),
size = vec3(40.0, 40.0, 5.0),
rotation = 137.5,
debug = false
},
{
label = '247supermarket',
coords = vec3(31.62, -1315.87, 29.52),
size = vec3(40.0, 40.0, 5.0),
rotation = 179.5,
debug = false
},
{
label = 'robsliquor',
coords = vec3(-1226.48, -907.58, 12.32),
size = vec3(40.0, 40.0, 5.0),
rotation = 119.5,
debug = false
},
{
label = 'ltdgasoline2',
coords = vec3(-714.13, -909.13, 19.21),
size = vec3(40.0, 40.0, 5.0),
roation = 0.5,
debug = false
},
{
label = 'robsliquor2',
coords = vec3(-1469.78, -366.72, 40.2),
size = vec3(40.0, 40.0, 5.0),
rotation = 138.5,
debug = false
},
{
label = 'ltdgasoline3',
coords = vec3(-1829.15, 791.99, 138.26),
size = vec3(40.0, 40.0, 5.0),
rotation = 46.5,
debug = false
},
{
label = 'robsliquor3',
coords = vec3(-2959.92, 396.77, 15.02),
size = vec3(40.0, 40.0, 5.0),
rotation = 178.5,
debug = false
},
{
label = '247supermarket2',
coords = vec3(-3047.58, 589.89, 7.78),
size = vec3(40.0, 40.0, 5.0),
rotation = 199.5,
debug = false
},
{
label = '247supermarket3',
coords = vec3(-3245.85, 1008.25, 12.83),
size = vec3(40.0, 40.0, 5.0),
rotation = 90.5,
debug = false
},
{
label = '247supermarket4',
coords = vec3(1735.54, 6416.28, 35.03),
size = vec3(40.0, 40.0, 5.0),
rotation = 332.5,
debug = false
},
{
label = '247supermarket5',
coords = vec3(1702.84, 4917.28, 42.22),
size = vec3(40.0, 40.0, 5.0),
rotation = 323.5,
debug = false
},
{
label = '247supermarket6',
coords = vec3(1960.47, 3753.59, 32.26),
size = vec3(40.0, 40.0, 5.0),
rotation = 127.5,
debug = false
},
{
label = 'robsliquor4',
coords = vec3(1169.27, 2707.7, 38.15),
size = vec3(40.0, 40.0, 5.0),
rotation = 267.5,
debug = false
},
{
label = '247supermarket7',
coords = vec3(543.47, 2658.81, 42.17),
size = vec3(40.0, 40.0, 5.0),
rotation = 277.5,
debug = false
},
{
label = '247supermarket8',
coords = vec3(2678.09, 3288.43, 55.24),
size = vec3(40.0, 40.0, 5.0),
rotation = 61.5,
debug = false
},
{
label = '247supermarket9',
coords = vec3(2553.0, 399.32, 108.61),
size = vec3(40.0, 40.0, 5.0),
rotation = 179.5,
debug = false
},
{
label = 'ltdgasoline4',
coords = vec3(1155.97, -319.76, 69.2),
size = vec3(40.0, 40.0, 5.0),
rotation = 17.5,
debug = false
},
{
label = 'robsliquor5',
coords = vec3(1119.78, -983.99, 46.29),
size = vec3(40.0, 40.0, 5.0),
rotation = 287.5,
debug = false
},
{
label = '247supermarket10',
coords = vec3(382.13, 326.2, 103.56),
size = vec3(40.0, 40.0, 5.0),
rotation = 253.5,
debug = false
},
{
label = 'hardware',
coords = vec3(89.33, -1745.44, 30.08),
size = vec3(40.0, 40.0, 5.0),
rotation = 143.5,
debug = false
},
{
label = 'hardware2',
coords = vec3(2704.09, 3457.55, 55.53),
size = vec3(40.0, 40.0, 5.0),
rotation = 339.5,
debug = false
},
},
}
}