Files
Bubberstation/code/modules/projectiles/ammunition/caseless/misc.dm
TemporalOroboros 0782e92d1d Defines calibers (#56476)
Adds defines for all of the ammo calibers
Replaces all current magic strings with defines
Docs what guns use what calibers
Corrects the name of the incendiary .45 ammo casing to indicate that it fires incendiary rounds rather than armor piercing rounds
2021-01-30 22:16:30 -03:00

23 lines
678 B
Plaintext

/obj/item/ammo_casing/caseless/laser
name = "laser casing"
desc = "You shouldn't be seeing this."
caliber = CALIBER_LASER
icon_state = "s-casing-live"
slot_flags = null
projectile_type = /obj/projectile/beam
fire_sound = 'sound/weapons/laser.ogg'
firing_effect_type = /obj/effect/temp_visual/dir_setting/firing_effect/energy
/obj/item/ammo_casing/caseless/laser/gatling
projectile_type = /obj/projectile/beam/weak/penetrator
variance = 0.8
click_cooldown_override = 1
// Harpoons (Ballistic Harpoon Gun)
/obj/item/ammo_casing/caseless/harpoon
name = "harpoon"
caliber = CALIBER_HARPOON
icon_state = "magspear"
projectile_type = /obj/projectile/bullet/harpoon