Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- datum/design/item/rigmodule/iss_module
- desc = "Allows for the construction of an integrated intelligence system module suitable for most hardsuits."
- id = "iss_module"
- req_tech = list("programming" = 4, "materials" = 3)
- materials = list("$glass" = 7500, "$metal" = 5000)
- build_path = /obj/item/rig_module/ai_container
- datum/design/item/rigmodule/sink_module
- desc = "Allows for the construction of an heavy-duty power sink."
- id = "sink_module"
- req_tech = list("engineering" = 4, "materials" = 3, "powerstorage" = 4, "syndicate" = 3)
- materials = list("$metal" = 10000, "$gold"= 2000, "$silver"= 3000, "$glass"= 2000)
- build_path = /obj/item/rig_module/power_sink
- datum/design/item/rigmodule/meson_module
- desc = "Allows for the construction of an integrated meson scanner."
- id = "meson_module"
- req_tech = list("engineering" = 3, "materials" = 2, "magnets" = 3)
- materials = list("$glass" = 5000, "$metal" = 1500)
- build_path = /obj/item/rig_module/vision/meson
- datum/design/item/rigmodule/sechud_module
- desc = "Allows for the construction of an integrated security hud."
- id = "sechud_module"
- req_tech = list("biotech" = 3, "materials" = 2, "magnets" = 3)
- materials = list("$glass" = 5000, "$metal" = 1500)
- build_path = /obj/item/rig_module/vision/sechud
- datum/design/item/rigmodule/medhud_module
- desc = "Allows for the construction of an integrated medical hud."
- id = "medhud_module"
- req_tech = list("biotech" = 3, "materials" = 2, "magnets" = 3)
- materials = list("$glass" = 5000, "$metal" = 1500)
- build_path = /obj/item/rig_module/vision/medhud
- datum/design/item/rigmodule/nvg_module
- desc = "Allows for the construction of an integrated night vision module."
- id = "nvg_module"
- req_tech = list("biotech" = 4, "materials" = 3, "magnets" = 4)
- materials = list("$glass" = 5000, "$metal" = 1500, "$uranium" = 5000)
- build_path = /obj/item/rig_module/vision/nvg
- datum/design/item/rigmodule/healthscanner_module
- desc = "Allows for the construction of a hardsuit-mounted health scanner."
- id = "healthscanner_module"
- req_tech = list("biotech" = 3, "materials" = 3, "magnets" = 2)
- materials = list("$glass" = 5250, "$metal" = 2500)
- build_path = /obj/item/rig_module/device/healthscanner
- datum/design/item/rigmodule/chem_module
- desc = "Allows for the construction of a hardsuit-mounted medicine dispenser."
- id = "chem_module"
- req_tech = list("biotech" = 5, "materials" = 4, "programming" = 3)
- materials = list("$glass" = 9250, "$metal" = 10000, "$gold" = 2500, "$silver" = 4250, "$phoron" = 5500)
- build_path = /obj/item/rig_module/chem_dispenser
- datum/design/item/rigmodule/plasmacutter_module
- desc = "Allows for the construction of a hardsuit-mounted plasma cutter."
- id = "plasmacutter_module"
- req_tech = list("engineering" = 4, "materials" = 3, "phorontech" = 4)
- materials = list("$glass" = 5250, "$metal" = 30000, "$silver" = 5250, "$phoron" = 7250)
- build_path = /obj/item/rig_module/device/plasmacutter
- datum/design/item/rigmodule/jet_module
- desc = "Allows for the construction of a hardsuit-mounted jetpacks."
- id = "jet_module"
- req_tech = list("materials" = 3, "engineering" = 4, "powerstorage" = 2)
- materials = list("$glass" = 4250, "$metal" = 15000, "$silver" = 4250, "$uranium" = 5250)
- build_path = /obj/item/rig_module/maneuvering_jets
- datum/design/item/rigmodule/drill_module
- desc = "Allows for the construction of a diamond-tipped hardsuit-mounted drill."
- id = "drill_module"
- req_tech = list("materials" = 5, "engineering" = 5, "powerstorage" = 4)
- materials = list("$glass" = 2250, "$metal" = 55000, "$silver" = 5250, "$diamond" = 3750)
- build_path = /obj/item/rig_module/device/drill
- datum/design/item/rigmodule/rcd_module
- desc = "Allows for the construction of a hardsuit cell-powered rapid construction device."
- id = "rcd_module"
- req_tech = list("materials" = 5, "engineering" = 6, "powerstorage" = 5, "bluespace" = 4)
- materials = list("$metal"=10000,"gold"=2000,"$silver"=3000,"$glass"=2000)
- build_path = /obj/item/rig_module/device/rcd
- datum/design/item/rigmodule/taser_module
- desc = "Allows for the construction of a hardsuit-mounted nonlethal energy projector."
- id = "taser_module"
- req_tech = list("materials" = 2, "powerstorage" = 3, "combat" = 3)
- materials = list("$glass" = 5250, "$metal" = 7000)
- build_path = /obj/item/rig_module/mounted/taser
- datum/design/item/rigmodule/egun_module
- desc = "Allows for the construction of a hardsuit-mounted energy projector."
- id = "egun_module"
- req_tech = list("materials" = 3, "powerstorage" = 4, "combat" = 4)
- materials = list("$glass" = 2250, "$metal" = 7000, "$uranium" = 5250, "$gold" = 2500)
- build_path = /obj/item/rig_module/mounted/egun
Advertisement
Add Comment
Please, Sign In to add comment