mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-18 19:22:43 +01:00
5174ab881a
Increased the charge capacity of the X-01's blaster by 60% along with it's charge capacity, allowing 16 lethal shots, 40 disabler, or 16 stun shots. Origionally the stun energy cost was at a whole 200 charge reduction , now being 100 to represent the power in comparison to a tactical energy gun that spent half the amount of energy in comparison.
28 lines
686 B
Plaintext
28 lines
686 B
Plaintext
/obj/item/ammo_casing/energy/electrode
|
|
projectile_type = /obj/item/projectile/energy/electrode
|
|
select_name = "stun"
|
|
fire_sound = 'sound/weapons/taser.ogg'
|
|
e_cost = 200
|
|
harmful = FALSE
|
|
|
|
/obj/item/ammo_casing/energy/electrode/spec
|
|
e_cost = 100
|
|
|
|
/obj/item/ammo_casing/energy/electrode/gun
|
|
fire_sound = 'sound/weapons/gunshot.ogg'
|
|
e_cost = 100
|
|
|
|
/obj/item/ammo_casing/energy/electrode/hos
|
|
e_cost = 100
|
|
|
|
/obj/item/ammo_casing/energy/electrode/old
|
|
e_cost = 1000
|
|
|
|
/obj/item/ammo_casing/energy/disabler
|
|
projectile_type = /obj/item/projectile/beam/disabler
|
|
select_name = "disable"
|
|
e_cost = 40
|
|
fire_sound = 'sound/weapons/taser2.ogg'
|
|
harmful = FALSE
|
|
click_cooldown_override = 3.5
|