Guest User

Untitled

a guest
Jun 30th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. datum/design/item/rigmodule/iss_module
  2. desc = "Allows for the construction of an integrated intelligence system module suitable for most hardsuits."
  3. id = "iss_module"
  4. req_tech = list("programming" = 4, "materials" = 3)
  5. materials = list("$glass" = 7500, "$metal" = 5000)
  6. build_path = /obj/item/rig_module/ai_container
  7.  
  8. datum/design/item/rigmodule/sink_module
  9. desc = "Allows for the construction of an heavy-duty power sink."
  10. id = "sink_module"
  11. req_tech = list("engineering" = 4, "materials" = 3, "powerstorage" = 4, "syndicate" = 3)
  12. materials = list("$metal" = 10000, "$gold"= 2000, "$silver"= 3000, "$glass"= 2000)
  13. build_path = /obj/item/rig_module/power_sink
  14.  
  15. datum/design/item/rigmodule/meson_module
  16. desc = "Allows for the construction of an integrated meson scanner."
  17. id = "meson_module"
  18. req_tech = list("engineering" = 3, "materials" = 2, "magnets" = 3)
  19. materials = list("$glass" = 5000, "$metal" = 1500)
  20. build_path = /obj/item/rig_module/vision/meson
  21.  
  22. datum/design/item/rigmodule/sechud_module
  23. desc = "Allows for the construction of an integrated security hud."
  24. id = "sechud_module"
  25. req_tech = list("biotech" = 3, "materials" = 2, "magnets" = 3)
  26. materials = list("$glass" = 5000, "$metal" = 1500)
  27. build_path = /obj/item/rig_module/vision/sechud
  28.  
  29. datum/design/item/rigmodule/medhud_module
  30. desc = "Allows for the construction of an integrated medical hud."
  31. id = "medhud_module"
  32. req_tech = list("biotech" = 3, "materials" = 2, "magnets" = 3)
  33. materials = list("$glass" = 5000, "$metal" = 1500)
  34. build_path = /obj/item/rig_module/vision/medhud
  35.  
  36. datum/design/item/rigmodule/nvg_module
  37. desc = "Allows for the construction of an integrated night vision module."
  38. id = "nvg_module"
  39. req_tech = list("biotech" = 4, "materials" = 3, "magnets" = 4)
  40. materials = list("$glass" = 5000, "$metal" = 1500, "$uranium" = 5000)
  41. build_path = /obj/item/rig_module/vision/nvg
  42.  
  43. datum/design/item/rigmodule/healthscanner_module
  44. desc = "Allows for the construction of a hardsuit-mounted health scanner."
  45. id = "healthscanner_module"
  46. req_tech = list("biotech" = 3, "materials" = 3, "magnets" = 2)
  47. materials = list("$glass" = 5250, "$metal" = 2500)
  48. build_path = /obj/item/rig_module/device/healthscanner
  49.  
  50. datum/design/item/rigmodule/chem_module
  51. desc = "Allows for the construction of a hardsuit-mounted medicine dispenser."
  52. id = "chem_module"
  53. req_tech = list("biotech" = 5, "materials" = 4, "programming" = 3)
  54. materials = list("$glass" = 9250, "$metal" = 10000, "$gold" = 2500, "$silver" = 4250, "$phoron" = 5500)
  55. build_path = /obj/item/rig_module/chem_dispenser
  56.  
  57. datum/design/item/rigmodule/plasmacutter_module
  58. desc = "Allows for the construction of a hardsuit-mounted plasma cutter."
  59. id = "plasmacutter_module"
  60. req_tech = list("engineering" = 4, "materials" = 3, "phorontech" = 4)
  61. materials = list("$glass" = 5250, "$metal" = 30000, "$silver" = 5250, "$phoron" = 7250)
  62. build_path = /obj/item/rig_module/device/plasmacutter
  63.  
  64. datum/design/item/rigmodule/jet_module
  65. desc = "Allows for the construction of a hardsuit-mounted jetpacks."
  66. id = "jet_module"
  67. req_tech = list("materials" = 3, "engineering" = 4, "powerstorage" = 2)
  68. materials = list("$glass" = 4250, "$metal" = 15000, "$silver" = 4250, "$uranium" = 5250)
  69. build_path = /obj/item/rig_module/maneuvering_jets
  70.  
  71. datum/design/item/rigmodule/drill_module
  72. desc = "Allows for the construction of a diamond-tipped hardsuit-mounted drill."
  73. id = "drill_module"
  74. req_tech = list("materials" = 5, "engineering" = 5, "powerstorage" = 4)
  75. materials = list("$glass" = 2250, "$metal" = 55000, "$silver" = 5250, "$diamond" = 3750)
  76. build_path = /obj/item/rig_module/device/drill
  77.  
  78. datum/design/item/rigmodule/rcd_module
  79. desc = "Allows for the construction of a hardsuit cell-powered rapid construction device."
  80. id = "rcd_module"
  81. req_tech = list("materials" = 5, "engineering" = 6, "powerstorage" = 5, "bluespace" = 4)
  82. materials = list("$metal"=10000,"gold"=2000,"$silver"=3000,"$glass"=2000)
  83. build_path = /obj/item/rig_module/device/rcd
  84.  
  85. datum/design/item/rigmodule/taser_module
  86. desc = "Allows for the construction of a hardsuit-mounted nonlethal energy projector."
  87. id = "taser_module"
  88. req_tech = list("materials" = 2, "powerstorage" = 3, "combat" = 3)
  89. materials = list("$glass" = 5250, "$metal" = 7000)
  90. build_path = /obj/item/rig_module/mounted/taser
  91.  
  92. datum/design/item/rigmodule/egun_module
  93. desc = "Allows for the construction of a hardsuit-mounted energy projector."
  94. id = "egun_module"
  95. req_tech = list("materials" = 3, "powerstorage" = 4, "combat" = 4)
  96. materials = list("$glass" = 2250, "$metal" = 7000, "$uranium" = 5250, "$gold" = 2500)
  97. build_path = /obj/item/rig_module/mounted/egun
Advertisement
Add Comment
Please, Sign In to add comment