-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Портативный монитор криминальных записей (#113)
* added portable criminal records monitor * added criminal records monitor to warden
- Loading branch information
Showing
7 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
...urces/Prototypes/_Sunrise/Entities/Objects/Specific/handheld_criminal_records_monitor.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Binary file added
BIN
+601 Bytes
.../Textures/_Sunrise/Objects/Specific/handheldcriminalrecordsmonitor.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions
29
Resources/Textures/_Sunrise/Objects/Specific/handheldcriminalrecordsmonitor.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
Binary file added
BIN
+1.51 KB
...xtures/_Sunrise/Objects/Specific/handheldcriminalrecordsmonitor.rsi/monitor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.