mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
122 lines
3.2 KiB
Plaintext
122 lines
3.2 KiB
Plaintext
/********************
|
|
* Devices and Tools *
|
|
********************/
|
|
/datum/uplink_item/item/tools/oxygen
|
|
name = "Emergency Oxygen Tank"
|
|
item_cost = 2
|
|
path = /obj/item/weapon/tank/emergency/oxygen/double
|
|
|
|
/datum/uplink_item/item/tools/phoron
|
|
name = "Emergency Phoron Tank"
|
|
item_cost = 2
|
|
path = /obj/item/weapon/tank/emergency/phoron/double
|
|
|
|
/datum/uplink_item/item/tools/suitcooler
|
|
name = "Emergency Suit Cooler"
|
|
item_cost = 2
|
|
path = /obj/item/device/suit_cooling_unit/emergency
|
|
|
|
/datum/uplink_item/item/tools/beacon_op
|
|
name = "Holomap Beacon-M"
|
|
item_cost = 2
|
|
path = /obj/item/device/holomap_beacon/operative
|
|
antag_roles = list("mercenary")
|
|
|
|
/datum/uplink_item/item/tools/beacon_ert
|
|
name = "Holomap Beacon-E"
|
|
item_cost = 2
|
|
path = /obj/item/device/holomap_beacon/ert
|
|
antag_roles = list("ert")
|
|
|
|
/datum/uplink_item/item/tools/basiclaptop
|
|
name = "Laptop (Basic)"
|
|
item_cost = 5
|
|
path = /obj/item/modular_computer/laptop/preset/custom_loadout/cheap
|
|
|
|
/datum/uplink_item/item/tools/survivalcapsule
|
|
name = "Survival Capsule"
|
|
item_cost = 5
|
|
path = /obj/item/device/survivalcapsule
|
|
|
|
/datum/uplink_item/item/tools/popcabin
|
|
name = "Cabin Capsule"
|
|
item_cost = 5
|
|
path = /obj/item/device/survivalcapsule/popcabin
|
|
|
|
/datum/uplink_item/item/tools/nanopaste
|
|
name = "Nanopaste (Advanced)"
|
|
item_cost = 10
|
|
path = /obj/item/stack/nanopaste/advanced
|
|
|
|
/datum/uplink_item/item/tools/autolok
|
|
name = "Autolok Voidsuit"
|
|
item_cost = 10
|
|
path = /obj/item/clothing/suit/space/void/autolok
|
|
|
|
/datum/uplink_item/item/tools/inflatable
|
|
name = "Inflatables"
|
|
item_cost = 10
|
|
path = /obj/item/weapon/storage/briefcase/inflatable
|
|
|
|
/datum/uplink_item/item/tools/elitetablet
|
|
name = "Tablet (Advanced)"
|
|
item_cost = 15
|
|
path = /obj/item/modular_computer/tablet/preset/custom_loadout/advanced
|
|
|
|
/datum/uplink_item/item/tools/metal
|
|
name = "Metal (50 sheets)"
|
|
item_cost = 15
|
|
path = /obj/fiftyspawner/steel
|
|
|
|
/datum/uplink_item/item/tools/glass
|
|
name = "Glass (50 sheets)"
|
|
item_cost = 15
|
|
path = /obj/fiftyspawner/glass
|
|
|
|
/datum/uplink_item/item/tools/holdingpouch
|
|
name = "Pouch of Holding"
|
|
item_cost = 20
|
|
path = /obj/item/weapon/storage/pouch/holding
|
|
|
|
/datum/uplink_item/item/tools/elitelaptop
|
|
name = "Laptop (Advanced)"
|
|
item_cost = 20
|
|
path = /obj/item/modular_computer/laptop/preset/custom_loadout/elite
|
|
|
|
/datum/uplink_item/item/tools/inducer
|
|
name = "Inducer"
|
|
item_cost = 20
|
|
path = /obj/item/weapon/inducer/syndicate
|
|
|
|
/datum/uplink_item/item/tools/mappingunit_op
|
|
name = "Mapping Unit-M"
|
|
item_cost = 20
|
|
path = /obj/item/device/mapping_unit/operative
|
|
antag_roles = list("mercenary")
|
|
|
|
/datum/uplink_item/item/tools/mappingunit_ert
|
|
name = "Mapping Unit-E"
|
|
item_cost = 20
|
|
path = /obj/item/device/mapping_unit/ert
|
|
antag_roles = list("ert")
|
|
|
|
/datum/uplink_item/item/tools/luxurycapsule
|
|
name = "Survival Capsule (Luxury)"
|
|
item_cost = 40
|
|
path = /obj/item/device/survivalcapsule/luxury
|
|
|
|
/datum/uplink_item/item/tools/translocator
|
|
name = "Translocator"
|
|
item_cost = 40
|
|
path = /obj/item/device/perfect_tele
|
|
|
|
/datum/uplink_item/item/tools/uav
|
|
name = "Recon Skimmer"
|
|
item_cost = 40
|
|
path = /obj/item/device/uav
|
|
|
|
/datum/uplink_item/item/tools/barcapsule
|
|
name = "Survival Capsule (Bar)"
|
|
item_cost = 80
|
|
path = /obj/item/device/survivalcapsule/luxurybar
|