ERT PDA Fixup (#25606)

meat and potatoes

ayup
This commit is contained in:
Hanz
2024-02-26 18:00:51 -05:00
committed by GitHub
parent 2faf7433c0
commit 6b00f592b6
2 changed files with 17 additions and 6 deletions

View File

@@ -765,7 +765,7 @@
- type: entity - type: entity
parent: BasePDA parent: BasePDA
id: ERTLeaderPDA id: ERTLeaderPDA
name: ERT PDA name: ERT Leader PDA
suffix: Leader suffix: Leader
description: Red for firepower. description: Red for firepower.
components: components:
@@ -782,8 +782,9 @@
- type: entity - type: entity
parent: ERTLeaderPDA parent: ERTLeaderPDA
id: ERTChaplainPDA id: ERTChaplainPDA
name: ERT PDA name: ERT Chaplain PDA
suffix: Chaplain suffix: Chaplain
description: Red for firepower, it's blessed.
components: components:
- type: Pda - type: Pda
id: ERTChaplainIDCard id: ERTChaplainIDCard
@@ -791,7 +792,9 @@
- type: entity - type: entity
parent: ERTLeaderPDA parent: ERTLeaderPDA
id: ERTEngineerPDA id: ERTEngineerPDA
name: ERT Engineer PDA
suffix: Engineer suffix: Engineer
description: Red for firepower, it's well-worn.
components: components:
- type: Pda - type: Pda
id: ERTEngineerIDCard id: ERTEngineerIDCard
@@ -799,7 +802,9 @@
- type: entity - type: entity
parent: ERTLeaderPDA parent: ERTLeaderPDA
id: ERTJanitorPDA id: ERTJanitorPDA
name: ERT Janitor PDA
suffix: Janitor suffix: Janitor
description: Red for firepower, it's squeaky clean.
components: components:
- type: Pda - type: Pda
id: ERTJanitorIDCard id: ERTJanitorIDCard
@@ -807,15 +812,23 @@
- type: entity - type: entity
parent: ERTLeaderPDA parent: ERTLeaderPDA
id: ERTMedicPDA id: ERTMedicPDA
name: ERT Medic PDA
suffix: Medic suffix: Medic
description: Red for firepower, it's shiny and sterile. Has a built-in rapid health analyzer.
components: components:
- type: Pda - type: Pda
id: ERTMedicIDCard id: ERTMedicIDCard
- type: HealthAnalyzer
scanDelay: 1
scanningEndSound:
path: "/Audio/Items/Medical/healthscanner.ogg"
- type: entity - type: entity
parent: ERTLeaderPDA parent: ERTLeaderPDA
id: ERTSecurityPDA id: ERTSecurityPDA
name: ERT Security PDA
suffix: Security suffix: Security
description: Red for firepower, it has tally marks etched on the side.
components: components:
- type: Pda - type: Pda
id: ERTSecurityIDCard id: ERTSecurityIDCard

View File

@@ -212,8 +212,7 @@
id: ERTMedicPDA id: ERTMedicPDA
ears: ClothingHeadsetAltCentCom ears: ClothingHeadsetAltCentCom
belt: ClothingBeltMedicalFilled belt: ClothingBeltMedicalFilled
pocket1: HandheldHealthAnalyzer pocket1: Flare
pocket2: Flare
- type: startingGear - type: startingGear
id: ERTMedicalGearEVA id: ERTMedicalGearEVA
@@ -229,8 +228,7 @@
id: ERTMedicPDA id: ERTMedicPDA
ears: ClothingHeadsetAltCentCom ears: ClothingHeadsetAltCentCom
belt: ClothingBeltMedicalFilled belt: ClothingBeltMedicalFilled
pocket1: HandheldHealthAnalyzer pocket1: Flare
pocket2: Flare
# Janitor # Janitor
- type: job - type: job