mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
/datum/uplink_item/item/revolution
|
|
category = /datum/uplink_category/revolution
|
|
|
|
/datum/uplink_item/item/revolution/armory
|
|
name = "Armory Dropper"
|
|
desc = "A device that can be used to drop in an armory-worth of guns. Can only be used outside station areas, unless emagged, which is hazardous."
|
|
item_cost = 45
|
|
path = /obj/item/device/orbital_dropper/armory/syndicate
|
|
|
|
/datum/uplink_item/item/revolution/implants
|
|
name = "Box of Aggression Implants"
|
|
desc = "A box containing implants that will make their owners increasingly aggressive."
|
|
item_cost = 10
|
|
path = /obj/item/storage/box/aggression
|
|
|
|
/datum/uplink_item/item/revolution/encryption_keys
|
|
name = "Box of Encryption Keys"
|
|
desc = "A box of encryption keys that gives the user a safe channel to chatter in. Access safe channel with :x."
|
|
item_cost = 15
|
|
path = /obj/item/storage/box/encryption_key
|
|
|
|
/datum/uplink_item/item/revolution/softsuits
|
|
name = "Crate of Softsuits"
|
|
desc = "A crate containing six softsuits, their helmets, and oxygen tanks. Useful for getting out of a pinch."
|
|
item_cost = 10
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/syndicate_softsuits |