mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Exosuit Ore Summoners (#20247)
* Added an exosuit compatible ore summoner, capable of pulling ore directly into an ore box held within the exosuit's clamp. Machinists can print them at the cost of steel and glass, and the mining mech dropped from the dropper comes with it equipped.
This commit is contained in:
@@ -154,3 +154,9 @@
|
||||
materials = list(MATERIAL_STEEL = 25000, MATERIAL_GLASS = 5000)
|
||||
req_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 3, TECH_POWER = 3)
|
||||
build_path = /obj/item/mecha_equipment/mounted_system/mining/kinetic_accelerator
|
||||
|
||||
/datum/design/item/mechfab/exosuit_equipment/ore_summoner
|
||||
name = "Mounted Ore Summoner"
|
||||
materials = list(MATERIAL_STEEL = 10000, MATERIAL_GLASS = 5000)
|
||||
req_tech = list(TECH_MATERIAL = 3, TECH_BLUESPACE = 3)
|
||||
build_path = /obj/item/mecha_equipment/ore_summoner
|
||||
|
||||
Reference in New Issue
Block a user