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:
PollardTheDragon
2025-08-19 09:35:52 -04:00
committed by GitHub
parent 4ff7e00979
commit 747bea4fce
2 changed files with 34 additions and 0 deletions

View File

@@ -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."