Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,65 @@
factions:
- AllHostile

- type: entity
parent: WeaponTurretLaserTSFMC
id: WeaponTurretLaserBase
name: remote laser sentry turret
abstract: true
components:
- type: AccessReader
access: [["Security"]]
- type: DeployableTurret
retractedDamageModifierSetId: Metallic
deployedDamageModifierSetId: Metallic
deploymentSound:
path: /Audio/_Mono/Effects/Machines/twobeep_high.ogg
retractionSound:
path: /Audio/_Mono/Effects/Machines/triple_beep.ogg
- type: TurretTargetSettings
exemptAccessLevels:
- Security
- Borg
- BasicSilicon
- type: HitscanBatteryAmmoProvider
proto: RedLaser
fireCost: 10
- type: DeviceNetworkRequiresPower
- type: WiredNetworkConnection
- type: UserInterface
interfaces:
enum.WiresUiKey.Key:
type: WiresBoundUserInterface
- type: WiresPanel
- type: WiresVisuals
- type: Wires
boardName: wires-board-name-weapon-energy-turret
layoutId: WeaponEnergyTurret
- type: Lock
locked: true
unlockOnClick: false
- type: LockedWiresPanel
- type: BatteryWeaponFireModes
fireModes:
- proto: RedLightLaser
fireCost: 10
- proto: RedLaser
fireCost: 10
- type: DeviceNetwork
deviceNetId: Wired
sendBroadcastAttemptEvent: true
prefix: device-address-prefix-turret
examinableAddress: true
receiveFrequencyId: TurretControlAI
transmitFrequencyId: TurretAI
- type: HTN
enabled: false
- type: StationAiWhitelist
- type: NpcFactionMember
factions:
- AllHostile


- type: entity
parent: WeaponEnergyTurretStationControlPanel
id: WeaponEnergyTurretTSFControlPanel
Expand Down Expand Up @@ -97,6 +156,26 @@
receiveFrequencyId: TurretControlAITSF
transmitFrequencyId: TurretAITSF

- type: entity
parent: WeaponTurretLaserBase
id: WeaponTurretLaserBaseAITSF
name: TSF remote laser sentry turret
suffix: TSF
components:
- type: AccessReader
access: [["TsfmcEngineering"]]
- type: TurretTargetSettings
exemptAccessLevels:
- HeadOfSecurity
- Armory
- Bailiff
- Sergeant
- Security
- TsfmcEngineering
- type: DeviceNetwork
receiveFrequencyId: TurretControlAITSF
transmitFrequencyId: TurretAITSF

- type: deviceFrequency
id: TurretControlAITSF
name: device-frequency-prototype-name-turret-control
Expand Down
Loading