Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Роли ЦентКом #228

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

- type: playTimeTracker
id: JobSurgeon

- type: playTimeTracker
id: JobOCC
Loading