
📦Stashes
Adding More STASHES
You must ensure the key matches the job you wish to allow stash access to
To add another stash simply add your restaurant name as they
key
and the name of your stash as thevalue
to theSTASHES
Section inConfig.CoreSettings
You can change stash labels, slot count, weight and minimum grades required to access that stash (for boss stashes)
Stashes = {
['Legion'] = { -- the key is the location name and must match throughout
BossStash = { label = 'Legion Weapon Shop Boss Storage', slots = 128, weight = 1000000000, minGrade = 3, },
StorageShelf1 = { label = 'Legion Weapon Shop Storage Shelf 1', slots = 64, weight = 1000000000, minGrade = 0, },
StorageShelf2 = { label = 'Legion Weapon Shop Storage Shelf 2', slots = 64, weight = 1000000000, minGrade = 0, },
CollectionTray1 = { label = 'Legion Weapon Shop Collection Tray 1', slots = 6, weight = 1000000000, minGrade = 0, },
},
},
Last updated