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:
Geeves
2024-12-26 14:34:37 +00:00
committed by GitHub
parent 4713bbbb48
commit 08fcffad44
5 changed files with 75 additions and 0 deletions
@@ -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