mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Xenoarch adjustments.
This commit is contained in:
@@ -350,6 +350,14 @@ other types of metals and chemistry for reagents).
|
||||
build_path = /obj/item/weapon/pickaxe/diamonddrill
|
||||
sort_string = "KAAAE"
|
||||
|
||||
/datum/design/item/device/depth_scanner
|
||||
desc = "Used to check spatial depth and density of rock outcroppings."
|
||||
id = "depth_scanner"
|
||||
req_tech = list(TECH_MAGNET = 2, TECH_ENGINEERING = 2, TECH_BLUESPACE = 2)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 1000,"glass" = 1000)
|
||||
build_path = /obj/item/device/depth_scanner
|
||||
sort_string = "KAAAF"
|
||||
|
||||
///////////////////////////////////
|
||||
/////////Shield Generators/////////
|
||||
///////////////////////////////////
|
||||
@@ -692,6 +700,15 @@ other types of metals and chemistry for reagents).
|
||||
build_path = /obj/item/weapon/stock_parts/subspace/transmitter
|
||||
sort_string = "UAAAG"
|
||||
|
||||
/datum/design/item/device/ano_scanner
|
||||
name = "Alden-Saraspova counter"
|
||||
id = "ano_scanner"
|
||||
desc = "Aids in triangulation of exotic particles."
|
||||
req_tech = list(TECH_BLUESPACE = 3, TECH_MAGNET = 3)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 10000,"glass" = 5000)
|
||||
build_path = /obj/item/device/ano_scanner
|
||||
sort_string = "UAAAH"
|
||||
|
||||
/datum/design/item/light_replacer
|
||||
name = "Light replacer"
|
||||
desc = "A device to automatically replace lights. Refill with working lightbulbs."
|
||||
@@ -756,6 +773,24 @@ other types of metals and chemistry for reagents).
|
||||
build_path = /obj/item/device/radio/beacon
|
||||
sort_string = "VADAA"
|
||||
|
||||
/datum/design/item/gps
|
||||
name = "Triangulating device design"
|
||||
desc = "Triangulates approximate co-ordinates using a nearby satellite network."
|
||||
id = "gps"
|
||||
req_tech = list(TECH_MATERIAL = 2, TECH_DATA = 2, TECH_BLUESPACE = 2)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 500)
|
||||
build_path = /obj/item/device/gps
|
||||
sort_string = "VADAB"
|
||||
|
||||
/datum/design/item/beacon_locator
|
||||
name = "Beacon tracking pinpointer"
|
||||
desc = "Used to scan and locate signals on a particular frequency."
|
||||
id = "beacon_locator"
|
||||
req_tech = list(TECH_MAGNET = 3, TECH_ENGINEERING = 2, TECH_BLUESPACE = 3)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 1000,"glass" = 500)
|
||||
build_path = /obj/item/device/beacon_locator
|
||||
sort_string = "VADAC"
|
||||
|
||||
/datum/design/item/bag_holding
|
||||
name = "'Bag of Holding', an infinite capacity bag prototype"
|
||||
desc = "Using localized pockets of bluespace this bag prototype offers incredible storage capacity with the contents weighting nothing. It's a shame the bag itself is pretty heavy."
|
||||
|
||||
Reference in New Issue
Block a user