Files
CHOMPStation2/code/game/machinery/portable_turret_vr.dm
2025-08-31 03:56:12 +02: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