Space Station 13 - Modules - TypesVar Details

storage

Vars

allow_quick_emptyIf set, this item can use the empty verb to dump its contents.
allow_quick_gatherIf set, this item can attempt to collect all items on a turf with a click.
allow_slow_dumpAllows dumping the contents of storage after a duration.
contents_allowed
contents_banned
max_storage_spaceThe space available in this item. If unset, calculate from storage_slots.
max_w_classThe largest item size that can be stored. Ignored if contents_allowed is set.
open_soundIf set, a sound to play when opening the storage item.
openedTrue when this storage item has been opened. Used by storage/fancy.
quick_gather_singleWhen quick gathering, falsy collects all valid items, truthy collects only one.
startswith
storage_slotsIf set, the number of storage slots available.
use_soundIf set, a sound to play when accessing the storage item's UI.
virtualIf truthy, disallows use of the storage UI.

Var Details

allow_quick_empty

If set, this item can use the empty verb to dump its contents.

allow_quick_gather

If set, this item can attempt to collect all items on a turf with a click.

allow_slow_dump

Allows dumping the contents of storage after a duration.

contents_allowed

contents_banned

max_storage_space

The space available in this item. If unset, calculate from storage_slots.

max_w_class

The largest item size that can be stored. Ignored if contents_allowed is set.

open_sound

If set, a sound to play when opening the storage item.

opened

True when this storage item has been opened. Used by storage/fancy.

quick_gather_single

When quick gathering, falsy collects all valid items, truthy collects only one.

startswith

storage_slots

If set, the number of storage slots available.

use_sound

If set, a sound to play when accessing the storage item's UI.

virtual

If truthy, disallows use of the storage UI.