mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
Adds a new mech weapon, the GA-X Experimental Gamma Laser
This commit is contained in:
committed by
CHOMPStation2
parent
5d0a8ee8fb
commit
826138cf89
@@ -79,3 +79,17 @@
|
||||
equip_type = EQUIP_UTILITY
|
||||
|
||||
origin_tech = list(TECH_COMBAT = 4, TECH_MAGNET = 4, TECH_PHORON = 3, TECH_ILLEGAL = 1)
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/gamma
|
||||
equip_cooldown = 5
|
||||
name = "\improper GA-X \"Render\" Experimental Gamma Laser"
|
||||
desc = "A experimental suppression laser that fires rapid blasts of radiation charged photons, extremely effective against infantry."
|
||||
icon_state = "mecha_coil"
|
||||
energy_drain = 80
|
||||
projectile = /obj/item/projectile/beam/gamma
|
||||
fire_sound = 'sound/weapons/emitter.ogg'
|
||||
|
||||
origin_tech = list(TECH_MATERIAL = 4, TECH_COMBAT = 4, TECH_PHORON = 4, TECH_POWER = 4, TECH_ILLEGAL = 3)
|
||||
>>>>>>> 0be53d50f6... Merge pull request #14618 from MisterGrimm/GA-X
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user