Posts: 5,708
Threads: 303
Joined: May 2014
Another storage option for people who want to free up their back slots.
Pocket satchels would be belt like items, wearable on the pocket slots. Each satchel has three spaces of storage, for six total if you have one in each slot. Holds small to medium sized objects
Posts: 1,584
Threads: 151
Joined: Jun 2016
BYOND Username: Lady Birb
Character Name: Allie Allison
I am pretty sure there is some weird coding reason why all containers have exactly seven slots but I guess if the coders can do it than go for it.
Posts: 1,538
Threads: 70
Joined: Aug 2015
(11-05-2017, 12:32 PM)Lord Birb Wrote: I am pretty sure there is some weird coding reason why all containers have exactly seven slots but I guess if the coders can do it than go for it.
Afaik don't the tables you can build from Space IKEA have more than 7 slots of storage in them? I could be lying I forget
Posts: 501
Threads: 42
Joined: Oct 2015
BYOND Username: The Grim Sleeper
(11-05-2017, 12:32 PM)Lord Birb Wrote: I am pretty sure there is some weird coding reason why all containers have exactly seven slots but I guess if the coders can do it than go for it.
The limiting factor is in /datum/hud/storage.dm which defines the hud elements for most boxes.
It is used by boxes, backpacks, some types of pill bottles.
Yet wall-mounted lockers have 16 slots and borgs have an entirely different hud that scrolls.
So it should be possible to make a just make a fresh hud element that has only 4 blocks (3 slots + a close box).
But yeah, hassle.
Posts: 2,552
Threads: 33
Joined: Oct 2014
Somewhat balanced by game mechanics. Pockets are for instant access. You'd be trading in that instant access for more slots, which is something I'd actually avoid most of the time. Not to mention drop leg pouches making you look like a total tacnerd.
Posts: 70
Threads: 19
Joined: Sep 2016
BYOND Username: Faceplant-kun
If people want more inventory spots, why not add pockets to coats? Labcoats, trench coats, safety vests, chef's aprons, ect. Some coats with worse stats could get pockets to add incentive for people to wear them.