Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinary1 committed Jul 19, 2024
1 parent 05958e0 commit 06173fd
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
9 changes: 4 additions & 5 deletions Resources/Prototypes/_Sunrise/Roles/Jobs/departments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
roles:
- Magistrat
- IAA
- Lawyer

- type: department
id: CentralCommand
Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

- type: playTimeTracker
id: JobBlueShield

- type: playTimeTracker
id: NanoTrasenRepresentative

- type: playTimeTracker
id: JobSeniorEngineer
Expand Down

0 comments on commit 06173fd

Please sign in to comment.