Fix Justice Warden's suffixes for mapping (#6393)
* SUFFIXES * I missed the PDA one. * Justice warden's shit * Holopad
This commit is contained in:
parent
9c83b91850
commit
e44717f262
|
|
@ -1,6 +1,6 @@
|
|||
- type: entity
|
||||
id: LockerWardenFilledHardsuit
|
||||
suffix: Filled, Hardsuit
|
||||
suffix: Filled, Hardsuit, Security # DeltaV - Added security.
|
||||
parent: LockerWarden
|
||||
components:
|
||||
- type: EntityTableContainerFill
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- type: entity
|
||||
id: LockerWardenFilled
|
||||
suffix: Filled
|
||||
suffix: Filled, Security # DeltaV - Added security.
|
||||
parent: LockerWarden
|
||||
components:
|
||||
- type: EntityTableContainerFill
|
||||
|
|
|
|||
|
|
@ -244,7 +244,7 @@
|
|||
- type: entity
|
||||
id: SuitStorageWarden
|
||||
parent: SuitStorageBase
|
||||
suffix: Warden
|
||||
suffix: Warden, Security # DeltaV - Added security.
|
||||
components:
|
||||
- type: EntityTableContainerFill
|
||||
containers:
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@
|
|||
parent: MarkerBase
|
||||
id: SpawnMobMcGriff
|
||||
name: McGriff Spawner
|
||||
suffix: Warden or Detective Pet # DeltaV - Change from Warden pet to Warden or Detective pet
|
||||
suffix: Armorer or Detective Pet # DeltaV - Change from Warden pet to Armorer or Detective pet
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
|
|
|
|||
|
|
@ -456,6 +456,7 @@
|
|||
id: SpawnPointWarden
|
||||
parent: SpawnPointJobBase
|
||||
name: warden
|
||||
suffix: Security # DeltaV
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: Warden
|
||||
|
|
|
|||
|
|
@ -972,6 +972,7 @@
|
|||
id: WardenPDA
|
||||
name: warden PDA
|
||||
description: The OS appears to have been jailbroken.
|
||||
suffix: Security # DeltaV
|
||||
components:
|
||||
- type: Pda
|
||||
id: WardenIDCard
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@
|
|||
- type: entity
|
||||
parent: DefaultStationBeaconSecurity
|
||||
id: DefaultStationBeaconWardensOffice
|
||||
suffix: Warden's Office
|
||||
suffix: Warden's Office, Security # DeltaV - Added security.
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-warden
|
||||
|
|
|
|||
|
|
@ -480,6 +480,7 @@
|
|||
parent: IDCardStandard
|
||||
id: WardenIDCard
|
||||
name: warden ID card
|
||||
suffix: Security # DeltaV
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
|
|
|
|||
|
|
@ -232,6 +232,7 @@
|
|||
parent: [RubberStampBase, BaseSecurityContraband]
|
||||
id: RubberStampWarden
|
||||
categories: [ DoNotMap ]
|
||||
suffix: Security # DeltaV
|
||||
components:
|
||||
- type: Stamp
|
||||
stampedName: stamp-component-stamped-name-warden
|
||||
|
|
|
|||
|
|
@ -703,7 +703,7 @@
|
|||
- type: entity
|
||||
parent: HolopadSecurity # DeltaV
|
||||
id: HolopadSecurityWarden
|
||||
suffix: Warden
|
||||
suffix: Warden, Security # DeltaV - Added security.
|
||||
components:
|
||||
- type: Label
|
||||
currentLabel: holopad-security-warden
|
||||
|
|
|
|||
|
|
@ -339,6 +339,7 @@
|
|||
id: LockerWarden
|
||||
parent: LockerBaseSecureDeltaV # DeltaV - resprite security lockers
|
||||
name: warden's locker
|
||||
suffix: Security # DeltaV
|
||||
components:
|
||||
- type: Appearance
|
||||
- type: EntityStorageVisuals
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@
|
|||
- type: entity
|
||||
parent: LockerJusticeWarden
|
||||
id: LockerJusticeWardenFilled
|
||||
suffix: Filled
|
||||
suffix: Filled, Justice
|
||||
components:
|
||||
- type: EntityTableContainerFill
|
||||
containers:
|
||||
|
|
|
|||
|
|
@ -221,6 +221,7 @@
|
|||
parent: BaseJusticePDA
|
||||
id: JusticeWardenPDA
|
||||
name: warden PDA
|
||||
suffix: Justice Warden
|
||||
description: Covered in cracks and dents. Has seen more than its fair share of abuse.
|
||||
components:
|
||||
- type: Pda
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
parent: BedsheetBase
|
||||
id: BedsheetJusticeWarden
|
||||
name: warden's bedsheet
|
||||
suffix: Justice
|
||||
components:
|
||||
- type: Sprite # TODO: Resprite
|
||||
state: random_bedsheet
|
||||
|
|
|
|||
|
|
@ -260,6 +260,7 @@
|
|||
parent: IDCardStandard
|
||||
id: JusticeWardenIDCard
|
||||
name: warden ID card
|
||||
suffix: Justice
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
id: RubberStampJusticeWarden
|
||||
name: warden's rubber stamp
|
||||
categories: [ DoNotMap ]
|
||||
suffix: DO NOT MAP
|
||||
suffix: DO NOT MAP, Justice
|
||||
description: With a simple press of ink to paper, a life is sealed behind bars. Maybe not forever.
|
||||
components:
|
||||
- type: Stamp
|
||||
|
|
|
|||
|
|
@ -492,7 +492,7 @@
|
|||
- type: entity
|
||||
parent: FaxMachineBase
|
||||
id: FaxMachineWarden
|
||||
suffix: Warden
|
||||
suffix: Warden, Security
|
||||
components:
|
||||
- type: PageSender
|
||||
autoLinkJobs: [Warden]
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@
|
|||
- type: entity
|
||||
parent: Holopad
|
||||
id: HolopadJusticeJusticeWarden
|
||||
suffix: Justice Warden
|
||||
components:
|
||||
- type: Label
|
||||
currentLabel: holopad-justice-warden
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@
|
|||
parent: LockerJustice
|
||||
id: LockerJusticeWarden # TODO - Resprite
|
||||
name: warden's locker
|
||||
suffix: Justice
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["JusticeWarden"]]
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
- type: entity
|
||||
parent: FilledSecureCabinet
|
||||
id: SecureCabinetWarden
|
||||
suffix: Warden
|
||||
suffix: Warden, Security
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Armory"]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue