diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/monitors_televisions.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/monitors_televisions.yml index 41402dbdd512..2f77c04c5ede 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/monitors_televisions.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/monitors_televisions.yml @@ -112,6 +112,8 @@ interfaces: enum.SurveillanceCameraMonitorUiKey.Key: type: SurveillanceCameraMonitorBoundUserInterface + - type: ViewableStationMap # SS220 Camera-Map + # Wall Televisions diff --git a/Resources/Prototypes/SS220/Entities/Structures/Wallmount/monitors_televisions.yml b/Resources/Prototypes/SS220/Entities/Structures/Wallmount/monitors_televisions.yml new file mode 100644 index 000000000000..43f0315a1a1c --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Structures/Wallmount/monitors_televisions.yml @@ -0,0 +1,20 @@ +# © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt + +- type: entity + parent: WallmountTelescreen + id: WallmountTelescreenWireless + suffix: wirless camera monitor + name: телеэкран + components: + - type: Construction + graph: WallmountTelescreen + node: Telescreen + - type: PointLight + radius: 1.5 + energy: 1.6 + color: "#b89f25" + - type: DeviceNetwork + deviceNetId: Wireless + receiveFrequencyId: SurveillanceCamera + transmitFrequencyId: SurveillanceCamera + - type: ViewableStationMap # SS220 Camera-Map