mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
/obj/item/ammo_casing/energy/plasma
|
|
projectile_type = /obj/projectile/plasma
|
|
select_name = "plasma burst"
|
|
fire_sound = 'sound/items/weapons/plasma_cutter.ogg'
|
|
delay = 12
|
|
e_cost = LASER_SHOTS(30, STANDARD_CELL_CHARGE)
|
|
|
|
/obj/item/ammo_casing/energy/plasma/adv
|
|
projectile_type = /obj/projectile/plasma/adv
|
|
delay = 8
|
|
e_cost = LASER_SHOTS(75, STANDARD_CELL_CHARGE)
|
|
|