mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
- Based on the 'nerf' to energy relays, they no longer require Illegal Tech to build, and instead a mech clusterbang launcher takes its place for Illegal Tech. Do note however, that this launcher cannot reload, so it would have to be replaced with a new one in order to fire again. Hopefully that would provide some semblance of balance without gimping it.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4983 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -327,6 +327,13 @@
|
|||||||
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang//Because I am a heartless bastard -Sieve
|
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang//Because I am a heartless bastard -Sieve
|
||||||
name = "SOP-6 Grenade Launcher"
|
name = "SOP-6 Grenade Launcher"
|
||||||
projectile = /obj/item/weapon/grenade/flashbang/clusterbang
|
projectile = /obj/item/weapon/grenade/flashbang/clusterbang
|
||||||
|
construction_cost = list("metal"=20000,"gold"=6000,"uranium"=6000)
|
||||||
|
|
||||||
|
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited/get_equip_info()//Limited version of the clusterbang launcher that can't reload
|
||||||
|
return "<span style=\"color:[equip_ready?"#0f0":"#f00"];\">*</span> [chassis.selected==src?"<b>":"<a href='?src=\ref[chassis];select_equip=\ref[src]'>"][src.name][chassis.selected==src?"</b>":"</a>"]\[[src.projectiles]\]"
|
||||||
|
|
||||||
|
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited/rearm()
|
||||||
|
return//Extra bit of security
|
||||||
|
|
||||||
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/banana_mortar
|
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/banana_mortar
|
||||||
name = "Banana Mortar"
|
name = "Banana Mortar"
|
||||||
|
|||||||
@@ -748,6 +748,15 @@ datum/design/mech_grenade_launcher
|
|||||||
build_path = "/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang"
|
build_path = "/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang"
|
||||||
category = "Exosuit Equipment"
|
category = "Exosuit Equipment"
|
||||||
|
|
||||||
|
datum/design/clusterbang_launcher
|
||||||
|
name = "Exosuit Module Design (SOP-6 Clusterbang Launcher)"
|
||||||
|
desc = "A weapon that violates the Geneva Convention at 6 rounds per minute"
|
||||||
|
id = "clusterbang_launcher"
|
||||||
|
build_type = MECHFAB
|
||||||
|
req_tech = list("combat"= 5, "materials" = 5, "syndicate" = 3)
|
||||||
|
build_path = "/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited"
|
||||||
|
category = "Exosuit Equipment"
|
||||||
|
|
||||||
datum/design/mech_wormhole_gen
|
datum/design/mech_wormhole_gen
|
||||||
name = "Exosuit Module Design (Localized Wormhole Generator)"
|
name = "Exosuit Module Design (Localized Wormhole Generator)"
|
||||||
desc = "An exosuit module that allows generating of small quasi-stable wormholes."
|
desc = "An exosuit module that allows generating of small quasi-stable wormholes."
|
||||||
@@ -807,7 +816,7 @@ datum/design/mech_energy_relay
|
|||||||
desc = "Tesla Energy Relay"
|
desc = "Tesla Energy Relay"
|
||||||
id = "mech_energy_relay"
|
id = "mech_energy_relay"
|
||||||
build_type = MECHFAB
|
build_type = MECHFAB
|
||||||
req_tech = list("magnets" = 4, "syndicate" = 3)
|
req_tech = list("magnets" = 4, "powerstorage" = 3)
|
||||||
build_path = "/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay"
|
build_path = "/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay"
|
||||||
category = "Exosuit Equipment"
|
category = "Exosuit Equipment"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user