Skip to content

Commit

Permalink
hotfix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Farrellka-dev committed Jan 6, 2025
1 parent 8890dc4 commit a55e88d
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,17 @@
description: job-description-admin-assistant
playTimeTracker: JobLPPАdjutant # JobAdminAssistant # LPP Адъю трекер
requirements:
- !type:DepartmentTimeRequirement
- !type:CharacterAgeRequirement
min: 25
max: 80
- !type:CharacterDepartmentTimeRequirement
department: Engineering
min: 10800 # 3 hours
- !type:DepartmentTimeRequirement
department: Logistics
min: 10800 # 3 hours
- !type:DepartmentTimeRequirement
min: 36000
- !type:CharacterDepartmentTimeRequirement
department: Medical
min: 10800 # 3 hours
- !type:DepartmentTimeRequirement
department: Civilian
min: 10800 # 3 hours
- !type:DepartmentTimeRequirement
department: Security
min: 10800 # 3 hours
- !type:DepartmentTimeRequirement
department: Justice
min: 10800 # 3 hours
- !type:DepartmentTimeRequirement
department: Epistemics
min: 10800 # 3 hours
min: 36000
- !type:CharacterOverallTimeRequirement
min: 72000
startingGear: AdminAssistantGear
icon: "JobIconAdminAssitant"
supervisors: job-supervisors-command
Expand Down Expand Up @@ -61,8 +51,10 @@
id: AdminAssistantGear
equipment:
jumpsuit: ClothingUniformJumpsuitAdminAssistant
id: AdminAssistantPDA
ears: ClothingHeadsetAdminAssist
back: ClothingBackpackHOPFilled
neck: LPPADJUCloak
id: LPPAdjutantPDA
ears: ClothingHeadsetCommand
shoes: ClothingShoesLeather
socks: LPPClothingUnderSocksNormBlue
underwear: LPPBoxerBlue
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/DeltaV/Roles/play_time_trackers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
- type: playTimeTracker
id: JobCourier

- type: playTimeTracker
id: JobAdminAssistant
# - type: playTimeTracker # LPP It's JobLPPАdjutant
# id: JobAdminAssistant
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# - type: entity
# id: LPPAdjutantSpawn
# parent: SpawnPointJobBase
# name: adjutant spawn
# components:
# - type: SpawnPoint
# job_id: LPPAdjutant
# - type: Sprite
# layers:
# - state: green
# - state: hop
- type: entity
id: LPPAdjutantSpawn
parent: SpawnPointJobBase
name: adjutant spawn
components:
- type: SpawnPoint
job_id: AdministrativeAssistant # LPPAdjutant # Появился AdministrativeAssistant
- type: Sprite
layers:
- state: green
- state: hop

- type: entity
id: LPPSpawnSecPilot
Expand Down
28 changes: 17 additions & 11 deletions Resources/Prototypes/_LostParadise/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,23 @@
- type: HealthAnalyzer
scanDelay: 1.2

# - type: entity
# parent: BasePDA
# id: LPPAdjutantPDA
# name: adjutant PDA
# description: Adjutant PDA.
# components:
# - type: Pda
# id: LPPAdjutantIDCard
# state: pda-clear
# - type: Icon
# state: pda-clear
- type: entity
parent: BasePDA
id: LPPAdjutantPDA
name: adjutant PDA
description: Adjutant PDA.
components:
- type: Pda
id: AdminAssistantIDCard # LPPAdjutantIDCard
state: pda-clear
- type: Icon
state: pda-clear
- type: CartridgeLoader
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
- NewsReaderCartridge
- NanoChatCartridge

- type: entity
parent: BasePDA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
groups:
- AllAccess

# - type: entity
# parent: IDCardStandard
# id: LPPAdjutantIDCard
# name: adjutant ID card
# components:
# - type: Sprite
# layers:
# - state: default
# - state: departmenthead
# color: "#1B67A5"
# - state: subdepartment
# color: "#1B67A5"
# - state: idheadofpersonnel
# - type: PresetIdCard
# job: LPPAdjutant
- type: entity
parent: IDCardStandard
id: LPPAdjutantIDCard
name: adjutant ID card
components:
- type: Sprite
layers:
- state: default
- state: departmenthead
color: "#1B67A5"
- state: subdepartment
color: "#1B67A5"
- state: idheadofpersonnel
- type: PresetIdCard
job: LPPAdjutant

- type: entity
parent: IDCardStandard
Expand Down

0 comments on commit a55e88d

Please sign in to comment.