Skip to content

Commit

Permalink
Оператор ЦентКом
Browse files Browse the repository at this point in the history
  • Loading branch information
jailedfish committed Jan 7, 2025
1 parent 0acbb77 commit 5e820b7
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: entity
id: SpawnPointOCC
parent: SpawnPointJobBase
name: OCC
components:
- type: SpawnPoint
job_id: CentCommOperator
- type: Sprite
state: green
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@
- type: GuideHelp
guides:
- Medical Doctor

- type: entity
parent: CentcomPDA
id: OCCPDA
components:
- type: Pda
id: OCCIDCard
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@
- state: idsurgeon
- type: PresetIdCard
job: Surgeon

- type: entity
parent: CentcomIDCard
id: OCCIDCard
name: Centcom ID Card
components:
- type: PresetIdCard
job: CentCommOperator

Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
- type: job
id: CentCommOperator
name: CentComm Operator
description: 1 burocracy pls
weight: 20
playTimeTracker: JobOCC
startingGear: OCCGear
icon: "JobIconNanotrasen"
supervisors: job-supervisors-centcom
canBeAntag: false
requirements:
- !type:RoleTimeRequirement
role: JobHeadOfPersonnel
time: 72000
- !type:OverallPlaytimeRequirement
time: 360000
accessGroups:
- AllAccess
access:
- CentralCommand
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
- !type:AddComponentSpecial
components:
- type: CommandStaff


- type: startingGear
id: OCCGear
equipment:
jumpsuit: ClothingUniformJumpsuitCentcomOfficial
eyes: ClothingEyesGlassesSunglasses
id: OCCPDA
gloves: ClothingHandsGlovesHop
ears: ClothingHeadsetAltCentCom
head: ClothingHeadHatCentcomcap
outerClothing: ClothingOuterArmorBasic
belt: WeaponPistolN1984
shoes: ClothingShoesLeather
7 changes: 7 additions & 0 deletions Resources/Prototypes/_CorvaxNext/Roles/Jobs/departments.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: department
id: CentComm
name: department-CentComm
description: department-CentComm-description
color: "#213c55"
roles:
- CentCommOperator
3 changes: 3 additions & 0 deletions Resources/Prototypes/_CorvaxNext/Roles/play_time_trackers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

- type: playTimeTracker
id: JobSurgeon

- type: playTimeTracker
id: JobOCC

0 comments on commit 5e820b7

Please sign in to comment.