mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
@@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
/obj/item/rig_module/rad_shield/advanced
|
/obj/item/rig_module/rad_shield/advanced
|
||||||
name = "advanced radiation absorption device"
|
name = "advanced radiation absorption device"
|
||||||
desc = "The acronym of this device - R.A.D. - and its full name both convey the application of the module. It has additional quality notices \
|
desc = "The acronym of this device - R.A.D. - and its full name both convey the application of the module. It has a changelog inscribed \
|
||||||
on the underside of the casing."
|
on the underside of the casing."
|
||||||
use_power_cost = 5
|
use_power_cost = 5
|
||||||
active_power_cost = 5
|
active_power_cost = 5
|
||||||
|
|||||||
@@ -1048,6 +1048,30 @@
|
|||||||
materials = list(MAT_DURASTEEL = 5000, MAT_GRAPHITE = 3000, MAT_MORPHIUM = 1500, MAT_OSMIUM = 1500, MAT_PHORON = 1750, MAT_VERDANTIUM = 3000, MAT_SUPERMATTER = 2000)
|
materials = list(MAT_DURASTEEL = 5000, MAT_GRAPHITE = 3000, MAT_MORPHIUM = 1500, MAT_OSMIUM = 1500, MAT_PHORON = 1750, MAT_VERDANTIUM = 3000, MAT_SUPERMATTER = 2000)
|
||||||
build_path = /obj/item/rig_module/teleporter
|
build_path = /obj/item/rig_module/teleporter
|
||||||
|
|
||||||
|
/datum/design/item/mechfab/rigsuit/radshield
|
||||||
|
name = "hardsuit radiation absorption device"
|
||||||
|
desc = "A miniaturized radiation absorption array, for use in hardsuits and providing full radiation protection."
|
||||||
|
id = "rig_component_radshield"
|
||||||
|
req_tech = list(TECH_MATERIAL = 5, TECH_ENGINEERING = 3, TECH_MAGNET = 4, TECH_POWER = 3, TECH_BLUESPACE = 4)
|
||||||
|
materials = list(MAT_STEEL = 8000, MAT_GRAPHITE = 3000, MAT_OSMIUM = 1500, MAT_PHORON = 2250, MAT_SILVER = 1500, MAT_GOLD = 1500)
|
||||||
|
build_path = /obj/item/rig_module/rad_shield
|
||||||
|
|
||||||
|
/datum/design/item/mechfab/rigsuit/radshield_adv
|
||||||
|
name = "hardsuit advanced radiation absorption device"
|
||||||
|
desc = "An optimized, miniaturized radiation absorption array, for use in hardsuits and providing full radiation protection. Reduced power draw."
|
||||||
|
id = "rig_component_radshield_adv"
|
||||||
|
req_tech = list(TECH_MATERIAL = 7, TECH_ENGINEERING = 5, TECH_MAGNET = 5, TECH_POWER = 6, TECH_BLUESPACE = 4)
|
||||||
|
materials = list(MAT_PLASTEEL = 8000, MAT_GRAPHITE = 4000, MAT_OSMIUM = 2000, MAT_PHORON = 3250, MAT_SILVER = 2250, MAT_GOLD = 2250)
|
||||||
|
build_path = /obj/item/rig_module/rad_shield/advanced
|
||||||
|
|
||||||
|
/datum/design/item/mechfab/rigsuit/atmosshield
|
||||||
|
name = "hardsuit atmospheric protection enhancement suite"
|
||||||
|
desc = "An advanced atmospheric protection suite, providing protection against both pressure and heat. At the cost of concerningly high power draw."
|
||||||
|
id = "rig_component_atmosshield"
|
||||||
|
req_tech = list(TECH_MATERIAL = 7, TECH_ENGINEERING = 5, TECH_MAGNET = 5, TECH_POWER = 6, TECH_BLUESPACE = 4)
|
||||||
|
materials = list(MAT_PLASTEEL = 8000, MAT_DURASTEEL = 4000, MAT_GRAPHITE = 8000, MAT_OSMIUM = 6000, MAT_PHORON = 6000, MAT_SILVER = 4000, MAT_GOLD = 4000)
|
||||||
|
build_path = /obj/item/rig_module/atmos_shield
|
||||||
|
|
||||||
/datum/design/item/mechfab/uav/basic
|
/datum/design/item/mechfab/uav/basic
|
||||||
name = "UAV - Recon Skimmer"
|
name = "UAV - Recon Skimmer"
|
||||||
id = "recon_skimmer"
|
id = "recon_skimmer"
|
||||||
|
|||||||
Reference in New Issue
Block a user