mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
152 lines
3.8 KiB
Plaintext
152 lines
3.8 KiB
Plaintext
/********************
|
|
* Devices and Tools *
|
|
********************/
|
|
/datum/uplink_item/item/tools/oxygen
|
|
name = "Emergency Oxygen Tank"
|
|
item_cost = 2
|
|
path = /obj/item/tank/emergency/oxygen/double
|
|
|
|
/datum/uplink_item/item/tools/phoron
|
|
name = "Emergency Phoron Tank"
|
|
item_cost = 2
|
|
path = /obj/item/tank/emergency/phoron/double
|
|
|
|
/datum/uplink_item/item/tools/suitcooler
|
|
name = "Emergency Suit Cooler"
|
|
item_cost = 2
|
|
path = /obj/item/suit_cooling_unit/emergency
|
|
|
|
/datum/uplink_item/item/tools/beacon_op
|
|
name = "Holomap Beacon-M"
|
|
item_cost = 2
|
|
path = /obj/item/holomap_beacon/operative
|
|
antag_roles = list("mercenary")
|
|
|
|
/datum/uplink_item/item/tools/beacon_ert
|
|
name = "Holomap Beacon-E"
|
|
item_cost = 2
|
|
path = /obj/item/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/survivalcapsule
|
|
|
|
/datum/uplink_item/item/tools/popcabin
|
|
name = "Cabin Capsule"
|
|
item_cost = 5
|
|
path = /obj/item/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/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/smallpouch
|
|
name = "Small Pouch"
|
|
item_cost = 5
|
|
path = /obj/item/storage/pouch/small
|
|
|
|
/datum/uplink_item/item/tools/normalpouch
|
|
name = "Standard Pouch"
|
|
item_cost = 10
|
|
path = /obj/item/storage/pouch
|
|
|
|
/datum/uplink_item/item/tools/largepouch
|
|
name = "Large Pouch"
|
|
item_cost = 15
|
|
path = /obj/item/storage/pouch/large
|
|
|
|
/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/inducer/syndicate
|
|
|
|
/datum/uplink_item/item/tools/mappingunit_op
|
|
name = "Mapping Unit-M"
|
|
item_cost = 20
|
|
path = /obj/item/mapping_unit/operative
|
|
antag_roles = list("mercenary")
|
|
|
|
/datum/uplink_item/item/tools/mappingunit_ert
|
|
name = "Mapping Unit-E"
|
|
item_cost = 20
|
|
path = /obj/item/mapping_unit/ert
|
|
antag_roles = list("ert")
|
|
|
|
/datum/uplink_item/item/tools/luxurycapsule
|
|
name = "Survival Capsule (Luxury)"
|
|
item_cost = 40
|
|
path = /obj/item/survivalcapsule/luxury
|
|
|
|
/datum/uplink_item/item/tools/translocator
|
|
name = "Translocator"
|
|
item_cost = 40
|
|
path = /obj/item/perfect_tele
|
|
|
|
/datum/uplink_item/item/tools/uav
|
|
name = "Recon Skimmer"
|
|
item_cost = 40
|
|
path = /obj/item/uav
|
|
|
|
/datum/uplink_item/item/tools/barcapsule
|
|
name = "Survival Capsule (Bar)"
|
|
item_cost = 80
|
|
path = /obj/item/survivalcapsule/luxurybar
|
|
|
|
/datum/uplink_item/item/tools/capturecrystal
|
|
name = "Capture Crystal"
|
|
item_cost = 30
|
|
path = /obj/item/capture_crystal/basic
|
|
|
|
/datum/uplink_item/item/tools/capturecrystal/great
|
|
name = "Capture Crystal (Great)"
|
|
item_cost = 40
|
|
path = /obj/item/capture_crystal/great
|
|
|
|
/datum/uplink_item/item/tools/capturecrystal/ultra
|
|
name = "Capture Crystal (Ultra)"
|
|
item_cost = 50
|
|
path = /obj/item/capture_crystal/ultra
|
|
|
|
/datum/uplink_item/item/tools/armoredgloves
|
|
name = "Reinforced Insulated Gloves"
|
|
item_cost = 5
|
|
path = /obj/item/clothing/gloves/heavy_engineer
|