Adds an advanced version of the mining drill scanner.

Advanced scanner can adjust it's scan range and shows exact numbers of ore.

Can be made in R&D or found in technical loot piles.
This commit is contained in:
Fenodyree
2021-03-07 14:37:32 +00:00
parent 1367d38769
commit 7e0fa9ffe7
3 changed files with 32 additions and 2 deletions

View File

@@ -48,3 +48,10 @@
materials = list(DEFAULT_WALL_MATERIAL = 1000,"glass" = 1000, MAT_COPPER = 50)
build_path = /obj/item/device/depth_scanner
sort_string = "FBAAA"
/datum/design/item/weapon/mining/mining_scanner
id = "mining_scanner"
req_tech = list(TECH_MAGNET = 3, TECH_ENGINEERING = 4, TECH_BLUESPACE = 1)
materials = list(DEFAULT_WALL_MATERIAL = 1000,"glass" = 500, MAT_COPPER = 250)
build_path = /obj/item/weapon/mining_scanner/advanced
sort_string = "FBAAB"