Add Shells
['LowApt'] = { -- This is the key index
label = "Low Apartment", -- Label to display in creator menu
tier = "low_end", -- What type of location should be used (config/locations.lua)
level = 2, -- Required level to unlock this shell (requires av_contacts to work) | this same value will be used for lockpick difficulty
shell = `furnitured_lowapart`, -- Shell object name
z = 25.0, -- How far down should be spawned
door = {x = 4.91, y = -1.06, z = 3.33, heading = -2.95, distance = 2.0, offset = -0.75},
objects = {
{type = "alarm", prop = 'v_res_tre_alarmbox', x = 6.14, y = -1.65, z = 3.15, heading = -180.44, label = "Hack", icon = "fa-solid fa-laptop-code"}, -- Alarm don't remove it
{type = "safe", prop = 'ch_prop_ch_arcade_safe_door', x = -4.33, y = 1.80, z = 3.20, heading = 90.0, label = "Crack", icon = "fa-solid fa-vault"}, -- it spawns randomly
{type = "item", prop = 'prop_tv_04', x = 2.69, y = -2.09, z = 2.60, heading = 0.0, itemName = "low_end_tv", label = "Grab", icon = "fa-solid fa-user-ninja"},
{type = "item", prop = 'prop_tv_03', x = -3.54, y = 4.60, z = 2.80, heading = 45.0, itemName = "low_end_tv", label = "Grab", icon = "fa-solid fa-user-ninja"},
{type = "item", prop = 'ch_prop_ch_wallart_01a', x = -1.14, y = -4.01, z = 3.30, heading = 90.0, itemName = "low_end_art", label = "Grab", icon = "fa-solid fa-user-ninja"},
{type = "item", prop = 'as_prop_as_speakerdock', x = 3.15, y = 4.93, z = 2.97, heading = 0.0, itemName = "ipod", label = "Grab", icon = "fa-solid fa-user-ninja"},
{type = "item", prop = 'prop_toaster_02', x = 6.24, y = 2.84, z = 2.97, heading = 0.0, itemName = "toaster", label = "Grab", icon = "fa-solid fa-user-ninja"},
},
zones = {
{x = 6.08, y = -0.02, z = 2.11, heading = -267.99, label = "Search", icon = "fa-solid fa-magnifying-glass", items = 1, offset = 0.0},
{x = -3.31, y = -1.55, z = 2.10, heading = -179.23, label = "Search", icon = "fa-solid fa-magnifying-glass", items = 1, offset = 0.0},
{x = 1.23, y = -2.14, z = 2.05, heading = -2.50, label = "Search", icon = "fa-solid fa-magnifying-glass", items = 1, offset = 0.0},
},
},







Last updated