Merge pull request #5939 from CHOMPStation2/upstream-merge-14618

[MIRROR] Adds a new mech weapon, the GA-X Experimental Gamma Laser
This commit is contained in:
Nadyr
2023-03-17 03:40:40 -04:00
committed by GitHub
2 changed files with 19 additions and 1 deletions

View File

@@ -12,4 +12,11 @@
id = "rig_gun_sizegun"
req_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 3, TECH_POWER = 2)
materials = list(MAT_STEEL = 3000, MAT_GLASS = 2000, MAT_URANIUM = 2000)
build_path = /obj/item/rig_module/mounted/sizegun
build_path = /obj/item/rig_module/mounted/sizegun
/datum/design/item/mecha/weapon/laser_gamma
name = "GA-X \"Render\" Experimental Gamma Laser"
id = "mech_laser_gamma"
req_tech = list(TECH_MATERIAL = 4, TECH_COMBAT = 4, TECH_PHORON = 4, TECH_POWER = 4, TECH_ILLEGAL = 3)
materials = list(MAT_STEEL = 6000, MAT_GLASS = 4000, MAT_PHORON = 2500, MAT_SILVER = 1000, MAT_GOLD = 500, MAT_URANIUM = 3000)
build_path = /obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/gamma