Space Station 13 - Modules - TypesVar Details

displaycase

Vars

alertIf true, this is alarmed and will set off a siren when opened without proper access.
electronicsThe electronics currently installed in this showpiece.
force_alarmDo we want to force alarms even if off station?
openIf this is currently unlocked
openableIf false, this can never be opened, and the item inside should be inaccessible. Good for showcases.
showpieceThe object stored inside.
start_showpiece_typeThe type that should be instantiated to fill the showpiece.
start_showpiecesA list of random items that could possibly fill the case, as well as a flavor message for them. Takes sublists in the form of list("type" = /obj/item/bikehorn, "trophy_message" = "henk")
trophy_messageA flavor message to show with this item.

Var Details

alert

If true, this is alarmed and will set off a siren when opened without proper access.

electronics

The electronics currently installed in this showpiece.

force_alarm

Do we want to force alarms even if off station?

open

If this is currently unlocked

openable

If false, this can never be opened, and the item inside should be inaccessible. Good for showcases.

showpiece

The object stored inside.

start_showpiece_type

The type that should be instantiated to fill the showpiece.

start_showpieces

A list of random items that could possibly fill the case, as well as a flavor message for them. Takes sublists in the form of list("type" = /obj/item/bikehorn, "trophy_message" = "henk")

trophy_message

A flavor message to show with this item.