diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/Blueshield/blueshield.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/CentCommRepresentatives/blueshield.yml similarity index 95% rename from Resources/Prototypes/_Sunrise/Roles/Jobs/Blueshield/blueshield.yml rename to Resources/Prototypes/_Sunrise/Roles/Jobs/CentCommRepresentatives/blueshield.yml index e15d50e6807..0750fc2e44a 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/Blueshield/blueshield.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/CentCommRepresentatives/blueshield.yml @@ -6,10 +6,10 @@ requirements: - !type:DepartmentTimeRequirement department: Security - time: 36000 # 10 hrs + time: 62000 # 20 hrs - !type:DepartmentTimeRequirement department: Command - time: 36000 # 10 hrs + time: 62000 # 20 hrs startingGear: BlueShieldGear icon: JobIconBlueShield supervisors: job-supervisors-centcom diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/CentCommRepresentatives/nanotrasenrepresentative.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/CentCommRepresentatives/nanotrasenrepresentative.yml new file mode 100644 index 00000000000..c5433506a23 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/CentCommRepresentatives/nanotrasenrepresentative.yml @@ -0,0 +1,50 @@ +- type: job + id: NanoTrasenRepresentative + name: job-name-ntr + description: job-description-ntr + playTimeTracker: JobNanoTrasenRepresentative + requirements: + - !type:DepartmentTimeRequirement + department: Command + time: 62000 # 20 hrs + startingGear: NanoTrasenRepresentativeGear + icon: JobIconNanoTrasenRepresentative + supervisors: job-supervisors-centcom + canBeAntag: false + access: + - Command + - Bar + - Service + - Maintenance + - Janitor + - Theatre + - Kitchen + - Chapel + - Hydroponics + - External + - Chemistry + - Engineering + - Research + - Detective + - Salvage + - Security + - Brig + - Cargo + - Atmospherics + - Cargo + - Medical + special: + - !type:AddImplantSpecial + implants: [MindShieldImplant] + +- type: startingGear + id: NanoTrasenRepresentativeGear + equipment: + shoes: ClothingShoesBootsBlueShieldFilled + eyes: ClothingEyesGlassesBlueShield + head: ClothingHeadHatBeretBlueShield + outerClothing: ClothingOuterArmorBlueShield + id: BlueShieldPDA + ears: ClothingHeadsetAltCommand + belt: ClothingBeltBlueShieldWebbingFilled + gloves: ClothingHandsGlovesCombat diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml index 57d0f687c26..777d02d7aad 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml @@ -6,7 +6,6 @@ roles: - Magistrat - IAA - - Lawyer - type: department id: CentralCommand @@ -17,10 +16,10 @@ - CentCommOperator primary: false -- type: department # Surnise-Blueshield - id: Blueshield - description: department-Blueshield-description - color: "#005bfb" # Иначе плохо видно +- type: department # Surnise-CentComm Representatives + id: CentCommRepresentatives + description: department-CentCommRepresentatives-description + color: "#005bfb" # Иначе плохо видно roles: - BlueShield primary: false diff --git a/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml b/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml index b2bfe0683f8..863f2de47c4 100644 --- a/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml +++ b/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml @@ -15,6 +15,9 @@ - type: playTimeTracker id: JobBlueShield + +- type: playTimeTracker + id: NanoTrasenRepresentative - type: playTimeTracker id: JobSeniorEngineer