Files
CHOMPStation2/code/game/machinery/portable_turret_vr.dm
CHOMPStation2StaffMirrorBot 65f21fb1d3 [MIRROR] end of file Fix (#10355)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-03-11 17:58:14 +01:00

35 lines
940 B
Plaintext

/obj/machinery/porta_turret/stationary/CIWS
name = "CIWS turret"
desc = "A ship weapons turret designed for light defense."
req_one_access = list(access_cent_general)
health = 200
maxhealth = 200
enabled = TRUE
lethal = TRUE
check_weapons = TRUE
can_salvage = FALSE
/obj/machinery/porta_turret/stationary/syndie/CIWS
name = "mercenary CIWS turret"
desc = "A ship weapons turret designed for light defense."
req_one_access = list(access_syndicate)
health = 200
maxhealth = 200
enabled = TRUE
lethal = TRUE
check_weapons = TRUE
can_salvage = FALSE
/obj/machinery/porta_turret/industrial/military
name = "military CIWS turret"
desc = "A ship weapons turret designed for anti-fighter defense."
req_one_access = list(access_cent_general)
installation = /obj/item/gun/energy/pulse_rifle/destroyer
health = 500
maxhealth = 500
enabled = TRUE
lethal = TRUE
check_weapons = TRUE
auto_repair = TRUE
can_salvage = FALSE