mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-25 08:51:41 +00:00
Adds DWDL-04 Dropwall Launcher for Mechs (#30042)
* Adds DWDL-04 Dropwall Launcher mech module * Buffed deploy speed * Updated weapon desc * Lints
This commit is contained in:
@@ -980,6 +980,16 @@
|
||||
construction_time = 10 SECONDS
|
||||
category = list("Exosuit Equipment")
|
||||
|
||||
/datum/design/dropwall_launcher
|
||||
name = "Exosuit Module (DWDL-04 Dropwall Launcher)"
|
||||
id = "dropwall_launcher"
|
||||
build_type = MECHFAB
|
||||
req_tech = list("engineering" = 6, "bluespace" = 6, "combat" = 6)
|
||||
build_path = /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/cleaner
|
||||
materials = list(list(MAT_METAL = 8000, MAT_GLASS = 8000, MAT_SILVER = 4000, MAT_TITANIUM = 4000, MAT_PLASMA = 4000))
|
||||
construction_time = 10 SECONDS
|
||||
category = list("Exosuit Equipment")
|
||||
|
||||
/datum/design/mech_bola
|
||||
name = "Exosuit Weapon Design (PCMK-6 Bola Launcher)"
|
||||
desc = "Allows for the construction of PCMK-6 Bola Launcher."
|
||||
|
||||
Reference in New Issue
Block a user