Skip to content

Commit

Permalink
migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Krosus777 committed Oct 18, 2023
1 parent 5714c8c commit dc7a7a5
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 99 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ent-ComputerAlert = принтер документов
.desc = Уникальная разработка на NanoTrasen.
ent-ComputerAlert = консоль оповещений
.desc = Используется для доступа к автоматизированной системе оповещения станции.
ent-ComputerEmergencyShuttle = консоль аварийного шаттла
.desc = Выдает разрешение на досрочный запуск шаттла.
ent-BaseComputerShuttle = консоль управления шаттлом
Expand All @@ -21,8 +21,8 @@ ent-ComputerPowerMonitoring = консоль контроля питания
.desc = Он отслеживает показатели энергии по всей станции.
ent-ComputerMedicalRecords = консоль медицинских карт
.desc = Это можно использовать для проверки медицинской истории.
ent-ComputerCriminalRecords = принтер документов
.desc = Уникальная разработка на NanoTrasen.
ent-ComputerCriminalRecords = консоль криминальных записей
.desc = Это можно использовать для проверки судимостей.
ent-ComputerStationRecords = консоль станционного учёта
.desc = По нему можно проверять станционные записи.
ent-ComputerCrewMonitoring = консоль мониторинга экипажа
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
parent: BaseLathe
id: Printer
id: PrinterDoc
name: принтер документов
description: Уникальная разработка на NanoTrasen.
components:
Expand Down Expand Up @@ -98,53 +98,3 @@
SheetPrinter: 1000


- type: entity
parent: Printer
id: ComputerCriminalRecords
name: принтер документов
suffix: Консоль криминалистических записей
description: Уникальная разработка на NanoTrasen.
components:
- type: Sprite
sprite: Corvax/Structures/Machines/printer.rsi
snapCardinals: true
layers:
- state: icon
map: ["enum.LatheVisualLayers.IsRunning"]
- state: idle
shader: unshaded
map: ["enum.PowerDeviceVisualLayers.Powered"]
- state: inserting
map: ["enum.MaterialStorageVisualLayers.Inserting"]
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Lathe
producingSound: /Audio/Machines/scanning.ogg
idleState: icon
runningState: building

- type: entity
parent: Printer
id: ComputerAlert
name: принтер документов
suffix: Консоль оповещений
description: Уникальная разработка на NanoTrasen.
components:
- type: Sprite
sprite: Corvax/Structures/Machines/printer.rsi
snapCardinals: true
layers:
- state: icon
map: ["enum.LatheVisualLayers.IsRunning"]
- state: idle
shader: unshaded
map: ["enum.PowerDeviceVisualLayers.Powered"]
- state: inserting
map: ["enum.MaterialStorageVisualLayers.Inserting"]
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Lathe
producingSound: /Audio/Machines/scanning.ogg
idleState: icon
runningState: building

Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
#Corvax-Printer-Start
# - type: entity
# parent: BaseComputer
# id: ComputerAlert
# name: alerts computer
# description: Used to access the station's automated alert system.
# components:
# - type: Computer
# board: AlertsComputerCircuitboard
# - type: Sprite
# layers:
# - map: ["computerLayerBody"]
# state: computer
# - map: ["computerLayerKeyboard"]
# state: generic_keyboard
# - map: ["computerLayerScreen"]
# state: alert-2
# - map: ["computerLayerKeys"]
# state: atmos_key
#Corvax-Printer-End
- type: entity
parent: BaseComputer
id: ComputerAlert
name: alerts computer
description: Used to access the station's automated alert system.
components:
- type: Computer
board: AlertsComputerCircuitboard
- type: Sprite
layers:
- map: ["computerLayerBody"]
state: computer
- map: ["computerLayerKeyboard"]
state: generic_keyboard
- map: ["computerLayerScreen"]
state: alert-2
- map: ["computerLayerKeys"]
state: atmos_key

- type: entity
parent: BaseComputer
Expand Down Expand Up @@ -277,30 +275,29 @@
- type: Computer
board: MedicalRecordsComputerCircuitboard

#Corvax-Printer-Start
# - type: entity
# parent: BaseComputer
# id: ComputerCriminalRecords
# name: criminal records computer
# description: This can be used to check criminal records.
# components:
# - type: Sprite
# layers:
# - map: ["computerLayerBody"]
# state: computer
# - map: ["computerLayerKeyboard"]
# state: generic_keyboard
# - map: ["computerLayerScreen"]
# state: explosive
# - map: ["computerLayerKeys"]
# state: security_key
# - type: PointLight
# radius: 1.5
# energy: 1.6
# color: "#1f8c28"
# - type: Computer
# board: CriminalRecordsComputerCircuitboard
#Corvax-Printer-End
- type: entity
parent: BaseComputer
id: ComputerCriminalRecords
name: criminal records computer
description: This can be used to check criminal records.
components:
- type: Sprite
layers:
- map: ["computerLayerBody"]
state: computer
- map: ["computerLayerKeyboard"]
state: generic_keyboard
- map: ["computerLayerScreen"]
state: explosive
- map: ["computerLayerKeys"]
state: security_key
- type: PointLight
radius: 1.5
energy: 1.6
color: "#1f8c28"
- type: Computer
board: CriminalRecordsComputerCircuitboard

- type: entity
parent: BaseComputer
id: ComputerStationRecords
Expand Down
4 changes: 4 additions & 0 deletions Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
# WallSolid: Window
# Table: null

# 2023-10-18
ComputerAlert: PrinterDoc
ComputerCriminalRecords: PrinterDoc

# 2023-07-03
ClothingHeadHelmetHelmet: ClothingHeadHelmetBasic
ClothingHeadHelmetHelmetOld: ClothingHeadHelmetBasic
Expand Down

0 comments on commit dc7a7a5

Please sign in to comment.