Skip to content

Commit

Permalink
Портативный монитор камер для дека
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jun 5, 2024
1 parent 9ffab74 commit 1b48401
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
- id: RubberStampDetective
- id: HoloprojectorSecurity
- id: BoxEvidenceMarkers
- id: PortableSurveillanceCameraMonitor # Sunrise-edit

- type: entity
id: ClosetBombFilled
Expand Down
30 changes: 30 additions & 0 deletions Resources/Prototypes/_Sunrise/portable_computers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
- type: entity
id: PortableSurveillanceCameraMonitor
name: портативный монитор камер
description: Позволяет вам в любом месте смотреть за экипажем.
parent: BaseItem
components:
- type: Sprite
sprite: _Sunrise/Entities/Objects/Devices/portable_camera_viewer.rsi
state: icon
- type: Item
size: Normal
- type: ApcPowerReceiver
needsPower: false
powerLoad: 0
- type: DeviceNetwork
deviceNetId: Wired
receiveFrequencyId: SurveillanceCamera
transmitFrequencyId: SurveillanceCamera
- type: WiredNetworkConnection
- type: DeviceNetworkRequiresPower
- type: SurveillanceCameraMonitor
- type: ActivatableUI
key: enum.SurveillanceCameraMonitorUiKey.Key
- type: ActivatableUIRequiresVision
- type: Transform
anchored: false
- type: UserInterface
interfaces:
- key: enum.SurveillanceCameraMonitorUiKey.Key
type: SurveillanceCameraMonitorBoundUserInterface
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "",
"states": [
{
"name": "icon"
}
]
}

0 comments on commit 1b48401

Please sign in to comment.