mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Adds Gamma Laser for mech, tweaks gamma laser
Tweaking Gamma Laser projectile to be used in mech weapon
This commit is contained in:
@@ -20,6 +20,17 @@
|
||||
|
||||
origin_tech = list(TECH_MATERIAL = 3, TECH_COMBAT = 3, TECH_PHORON = 3, TECH_POWER = 3)
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/gamma //CHOMPedit begin : adds Gamma Laser as proof of concept
|
||||
equip_cooldown = 5
|
||||
name = "\improper GA-X \"Render\" Experimental Gamma Laser"
|
||||
desc = "A experimental suppression laser that fires blasts of radiation charged photons, extremely effective at punching through armor."
|
||||
icon_state = "mecha_coil"
|
||||
energy_drain = 80
|
||||
projectile = /obj/item/projectile/beam/gamma
|
||||
fire_sound = 'sound/weapons/emitter.ogg'
|
||||
|
||||
origin_tech = list(TECH_MATERIAL = 5, TECH_COMBAT = 5, TECH_PHORON = 4, TECH_POWER = 5, TECH_ILLEGAL = 3) //CHOMPedit end
|
||||
|
||||
/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/xray/rigged
|
||||
equip_cooldown = 12
|
||||
name = "jury-rigged xray rifle"
|
||||
|
||||
Reference in New Issue
Block a user