Fix cadet pda (#32399)
This commit is contained in:
@@ -115,11 +115,11 @@
|
||||
speechVerb: Robotic
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
id: BaseSecurityPDA
|
||||
abstract: true
|
||||
components:
|
||||
- type: CartridgeLoader
|
||||
uiKey: enum.PdaUiKey.Key
|
||||
preinstalled:
|
||||
- CrewManifestCartridge
|
||||
- NotekeeperCartridge
|
||||
@@ -184,7 +184,7 @@
|
||||
- Medical Doctor
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
parent: BaseSecurityPDA
|
||||
id: SecurityCadetPDA
|
||||
name: security cadet PDA
|
||||
description: Why isn't it red?
|
||||
@@ -445,7 +445,7 @@
|
||||
state: pda-library
|
||||
|
||||
- type: entity
|
||||
parent: [BaseSecurityPDA, BasePDA]
|
||||
parent: BaseSecurityPDA
|
||||
id: LawyerPDA
|
||||
name: lawyer PDA
|
||||
description: For lawyers to poach dubious clients.
|
||||
@@ -488,7 +488,7 @@
|
||||
state: pda-janitor
|
||||
|
||||
- type: entity
|
||||
parent: [BaseSecurityPDA, BasePDA]
|
||||
parent: BaseSecurityPDA
|
||||
id: CaptainPDA
|
||||
name: captain PDA
|
||||
description: Surprisingly no different from your PDA.
|
||||
@@ -663,7 +663,7 @@
|
||||
state: pda-science
|
||||
|
||||
- type: entity
|
||||
parent: [BaseSecurityPDA, BasePDA]
|
||||
parent: BaseSecurityPDA
|
||||
id: HoSPDA
|
||||
name: head of security PDA
|
||||
description: Whosoever bears this PDA is the law.
|
||||
@@ -678,7 +678,7 @@
|
||||
state: pda-hos
|
||||
|
||||
- type: entity
|
||||
parent: [BaseSecurityPDA, BasePDA]
|
||||
parent: BaseSecurityPDA
|
||||
id: WardenPDA
|
||||
name: warden PDA
|
||||
description: The OS appears to have been jailbroken.
|
||||
@@ -693,7 +693,7 @@
|
||||
state: pda-warden
|
||||
|
||||
- type: entity
|
||||
parent: [BaseSecurityPDA, BasePDA]
|
||||
parent: BaseSecurityPDA
|
||||
id: SecurityPDA
|
||||
name: security PDA
|
||||
description: Red to hide the stains of passenger blood.
|
||||
@@ -707,7 +707,7 @@
|
||||
state: pda-security
|
||||
|
||||
- type: entity
|
||||
parent: [BaseSecurityPDA, BasePDA]
|
||||
parent: BaseSecurityPDA
|
||||
id: CentcomPDA
|
||||
name: CentComm PDA
|
||||
description: Light green sign of walking bureaucracy.
|
||||
@@ -847,7 +847,7 @@
|
||||
- Cartridge
|
||||
|
||||
- type: entity
|
||||
parent: [BaseSecurityPDA, BasePDA]
|
||||
parent: BaseSecurityPDA
|
||||
id: ERTLeaderPDA
|
||||
name: ERT Leader PDA
|
||||
suffix: Leader
|
||||
@@ -995,7 +995,7 @@
|
||||
state: pda-boxer
|
||||
|
||||
- type: entity
|
||||
parent: [BaseSecurityPDA, BasePDA]
|
||||
parent: BaseSecurityPDA
|
||||
id: DetectivePDA
|
||||
name: detective PDA
|
||||
description: Smells like rain... pouring down the rooftops...
|
||||
@@ -1095,7 +1095,7 @@
|
||||
state: pda-seniorphysician
|
||||
|
||||
- type: entity
|
||||
parent: [BaseSecurityPDA, BasePDA]
|
||||
parent: BaseSecurityPDA
|
||||
id: SeniorOfficerPDA
|
||||
name: senior officer PDA
|
||||
description: Beaten, battered and broken, but just barely useable.
|
||||
|
||||
Reference in New Issue
Block a user