Skip to content

Commit

Permalink
Портативный монитор криминальных записей (#113)
Browse files Browse the repository at this point in the history
* added portable criminal records monitor

* added criminal records monitor to warden
  • Loading branch information
pxc1984 authored Jun 14, 2024
1 parent f70cbd6 commit 3234035
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ ent-HandheldCrewMonitor = handheld crew monitor
ent-HandheldCrewMonitorEmpty = { ent-HandheldCrewMonitor }
.suffix = Empty
.desc = { ent-HandheldCrewMonitor.desc }
ent-HandheldCriminalRecordsMonitor = handheld criminal records monitor
.desc = A hand-held criminal records monitor displaying current criminals of the station.
.suffix = DO NOT MAP
ent-HandheldCriminalRecordsMonitorEmpty = { ent-HandheldCriminalRecordsMonitor }
.desc = { ent-HandheldCriminalRecordsMonitor }
.suffix = Empty
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ ent-HandheldCrewMonitor = портативный монитор экипажа
ent-HandheldCrewMonitorEmpty = { ent-HandheldCrewMonitor }
.suffix = Пустой
.desc = { ent-HandheldCrewMonitor.desc }
ent-HandheldCriminalRecordsMonitor = портативный монитор криминальных записей
.desc = Портативный монитор криминального учета, отображающий информацию о текущих преступниках на станции.
.suffix = НЕ МАППИТЬ
ent-HandheldCriminalRecordsMonitorEmpty = { ent-HandheldCriminalRecordsMonitor }
.desc = { ent-HandheldCriminalRecordsMonitor }
.suffix = Пустой
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- id: DoorRemoteArmory
- id: ClothingOuterHardsuitWarden
- id: HoloprojectorSecurity
- id: HandheldCriminalRecordsMonitor # Sunrise-CriminalRecords

- type: entity
id: LockerWardenFilled
Expand All @@ -42,6 +43,7 @@
- id: RubberStampWarden
- id: DoorRemoteArmory
- id: HoloprojectorSecurity
- id: HandheldCriminalRecordsMonitor # Sunrise-CriminalRecords

- type: entity
id: LockerSecurityFilled
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
- type: entity
name: handheld-criminal-records-monitor
suffix: DO NOT MAP
parent:
- BaseItem
- PowerCellSlotSmallItem
id: HandheldCriminalRecordsMonitor
description: A hand-held crew monitor displaying the status of wanted persons on station.
components:
- type: Sprite
sprite: _Sunrise/Objects/Specific/handheldcriminalrecordsmonitor.rsi
state: monitor
- type: PowerCellDraw
drawRate: 0
useRate: 20
- type: CriminalRecordsConsole
- type: UserInterface
interfaces:
enum.CriminalRecordsConsoleKey.Key:
type: CriminalRecordsConsoleBoundUserInterface
- type: ActivatableUI
key: enum.CriminalRecordsConsoleKey.Key
- type: WirelessNetworkConnection
range: 500
- type: StationLimitedNetwork
- type: StaticPrice
price: 500
- type: GuideHelp
guides:
- CriminalRecords

- type: entity
id: HandheldCriminalRecordsMonitorEmpty
parent: HandheldCriminalRecordsMonitor
suffix: Empty
components:
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
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,29 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation and resprited by pacable",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "monitor",
"directions": 1,
"delays": [
[
0.6,
0.2,
0.2,
0.6,
0.2,
0.2
]
]
},
{
"name": "icon",
"directions": 1
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3234035

Please sign in to comment.