uplink-backpack-syndicate-name = Syndicate backpack
uplink-backpack-syndicate-desc = A lightweight explosion-proof backpack for holding various traitor goods
+uplink-cameraBug-name = Camera bug
+uplink-cameraBug-desc = A portable device that allows you to view the station's cameras.
+
uplink-combat-bakery-name = Combat Bakery Kit
uplink-combat-bakery-desc = A kit of clandestine baked weapons. Contains a baguette sword, a pair of throwing croissants, and a syndicate microwave board for making more. Once the job is done, eat the evidence.
--- /dev/null
+- type: entity
+ id: CameraBug
+ parent: [ BaseItem, BaseSyndicateContraband ]
+ name: camera bug
+ description: An illegal syndicate device that allows you to hack into the station's camera network.
+ components:
+ - type: Sprite
+ sprite: Objects/Devices/camera_bug.rsi
+ layers:
+ - state: camera_bug
+ - type: Item
+ - type: ActivatableUI
+ requireActiveHand: false
+ inHandsOnly: true
+ key: enum.SurveillanceCameraMonitorUiKey.Key
+ - type: UserInterface
+ interfaces:
+ enum.SurveillanceCameraMonitorUiKey.Key:
+ type: SurveillanceCameraMonitorBoundUserInterface
+ - type: DeviceNetwork
+ deviceNetId: Wired
+ receiveFrequencyId: SurveillanceCamera
+ transmitFrequencyId: SurveillanceCamera
+ - type: WiredNetworkConnection
+ - type: SurveillanceCameraMonitor
\ No newline at end of file