Skip to content

Commit

Permalink
Адмирал
Browse files Browse the repository at this point in the history
  • Loading branch information
RipZoro1 committed Jul 24, 2024
1 parent 39a32fe commit 8f798a0
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/ADT/job/department.ftl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
department-Cyborgs = Синтетики
department-CentralCommand = Центральное Командование
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/ADT/roles/roles.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
job-name-ADTAdmiralCentComm = Адмирал Центрального Командования
1 change: 1 addition & 0 deletions Resources/Prototypes/ADT/Maps/ADTMaps/atlas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@
SeniorOfficer: [ 1, 1 ]
ADTRoboticist: [ 1, 1 ] #ADT
ADTPathologist: [ 1 , 1 ] #ADT
ADTAdmiralCentComm: [1 , 1] #ADT
16 changes: 16 additions & 0 deletions Resources/Prototypes/ADT/Roles/Jobs/CentComm/admiralcentcomm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- type: job
id: ADTAdmiralCentComm
name: job-name-ADTAdmiralCentComm
description: job-description-ADTAdmiralCentComm
playTimeTracker: JobADTAdmiralCentCom
requirements:
- !type:DepartmentTimeRequirement
department: Medical
time: 21600 #6 hrs
startingGear: CentcomAdmiralGear
icon: "JobIconNanotrasen"
supervisors: job-supervisors-cmo
canBeAntag: false
access:
- Medical
- Maintenance
8 changes: 8 additions & 0 deletions Resources/Prototypes/ADT/Roles/Jobs/departments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@
- ADTSecurityCyborg
- Borg
primary: false

- type: department
id: CentralCommand
description: department-CentralCommand-description
color: "#3399CC"
roles:
- ADTAdmiralCentComm
primary: false
3 changes: 3 additions & 0 deletions Resources/Prototypes/ADT/Roles/play_time_trackers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@

- type: playTimeTracker
id: JobRoboticist

- type: playTimeTracker
id: ADTAdmiralCentComm

#СССП Штуки

Expand Down

0 comments on commit 8f798a0

Please sign in to comment.