Skip to content

Commit

Permalink
maxweight extra space tidy up (#231)
Browse files Browse the repository at this point in the history
* Update config.lua

* Update config.lua
  • Loading branch information
Andyauk authored Sep 10, 2024
1 parent 445a55a commit 172f31d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions shared/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Config.Apartments = {
},
shell = "Apartment Furnished",
},

["South Rockford Drive"] = {
label = "South Rockford Drive",
door = { x = -667.02, y = -1105.24, z = 14.63, h = 242.32, length = 1, width = 2 },
Expand Down Expand Up @@ -184,7 +184,7 @@ Config.Shells = {
hash = `standardmotel_shell`,
doorOffset = { x = -0.5, y = -2.3, z = 0.0, h = 90.0, width = 1.5 },
stash = {
maxweight = 100000,
maxweight = 100000,
slots = 12,
},
imgs = {
Expand All @@ -200,7 +200,7 @@ Config.Shells = {
hash = `modernhotel_shell`,
doorOffset = { x = 4.98, y = 4.35, z = 0.0, h = 179.79, width = 2.0 },
stash = {
maxweight = 150000,
maxweight = 150000,
slots = 20,
},
imgs = {
Expand All @@ -220,7 +220,7 @@ Config.Shells = {
hash = `furnitured_midapart`,
doorOffset = { x = 1.44, y = -10.25, z = 0.0, h = 0.0, width = 1.5 },
stash = {
maxweight = 200000,
maxweight = 200000,
slots = 25,
},
imgs = {
Expand Down Expand Up @@ -256,7 +256,7 @@ Config.Shells = {
hash = `shell_v16mid`,
doorOffset = { x = 1.34, y = -14.36, z = -0.5, h = 354.08, width = 1.5 },
stash = {
maxweight = 200000,
maxweight = 200000,
slots = 25,
},
imgs = {
Expand Down Expand Up @@ -288,7 +288,7 @@ Config.Shells = {
hash = `shell_v16low`,
doorOffset = { x = 4.69, y = -6.5, z = -1.0, h = 358.50, width = 1.5 },
stash = {
maxweight = 200000,
maxweight = 200000,
slots = 25,
},
imgs = {
Expand All @@ -312,7 +312,7 @@ Config.Shells = {
hash = `shell_garagem`,
doorOffset = { x = 14.0, y = 1.7, z = -0.76, h = 88.49, width = 2.0 },
stash = {
maxweight = 500000,
maxweight = 500000,
slots = 50,
},
imgs = {
Expand All @@ -332,7 +332,7 @@ Config.Shells = {
hash = `shell_office1`,
doorOffset = { x = 1.2, y = 4.90, z = -0.73, h = 180.0, width = 2.0 },
stash = {
maxweight = 250000,
maxweight = 250000,
slots = 30,
},
imgs = {
Expand All @@ -352,7 +352,7 @@ Config.Shells = {
hash = `shell_store1`,
doorOffset = { x = -2.69, y = -4.56, z = -0.62, h = 1.91, width = 2.0 },
stash = {
maxweight = 500000,
maxweight = 500000,
slots = 50,
},
imgs = {
Expand All @@ -372,7 +372,7 @@ Config.Shells = {
hash = `shell_warehouse1`,
doorOffset = { x = -8.96, y = 0.11, z = -0.95, h = 270.64, width = 2.0 },
stash = {
maxweight = 1000000,
maxweight = 1000000,
slots = 100,
},
imgs = {
Expand All @@ -392,7 +392,7 @@ Config.Shells = {
hash = `container_shell`,
doorOffset = { x = 0.05, y = -5.7, z = -0.22, h = 1.7, width = 2.2 },
stash = {
maxweight = 500000,
maxweight = 500000,
slots = 100,
},
imgs = {
Expand All @@ -408,7 +408,7 @@ Config.Shells = {
hash = `shell_michael`,
doorOffset = { x = -9.6, y = 5.63, z = -4.07, h = 268.55, width = 2.0 },
stash = {
maxweight = 300000,
maxweight = 300000,
slots = 50,
},
imgs = {
Expand Down Expand Up @@ -456,7 +456,7 @@ Config.Shells = {
hash = `shell_frankaunt`,
doorOffset = { x = -0.34, y = -5.97, z = -0.57, h = 357.23, width = 2.0 },
stash = {
maxweight = 200000,
maxweight = 200000,
slots = 50,
},
imgs = {
Expand Down Expand Up @@ -496,7 +496,7 @@ Config.Shells = {
hash = `shell_ranch`,
doorOffset = { x = -1.23, y = -5.54, z = -1.1, h = 272.21, width = 2.0 },
stash = {
maxweight = 500000,
maxweight = 500000,
slots = 50,
},
imgs = {
Expand Down Expand Up @@ -528,7 +528,7 @@ Config.Shells = {
hash = `shell_lester`,
doorOffset = { x = -1.61, y = -6.02, z = -0.37, h = 357.7, width = 2.0 },
stash = {
maxweight = 15000,
maxweight = 15000,
slots = 20,
},
imgs = {
Expand All @@ -552,7 +552,7 @@ Config.Shells = {
hash = `shell_trevor`,
doorOffset = { x = 0.2, y = -3.82, z = -0.41, h = 358.4, width = 2.0 },
stash = {
maxweight = 10000,
maxweight = 10000,
slots = 12,
},
imgs = {
Expand Down

0 comments on commit 172f31d

Please sign in to comment.