Fix Justice Warden's suffixes for mapping (#6393)

* SUFFIXES

* I missed the PDA one.

* Justice warden's shit

* Holopad
This commit is contained in:
Radezolid 2026-08-04 14:45:19 -03:00 committed by GitHub
parent 9c83b91850
commit e44717f262
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with 21 additions and 11 deletions

View File

@ -1,6 +1,6 @@
- type: entity - type: entity
id: LockerWardenFilledHardsuit id: LockerWardenFilledHardsuit
suffix: Filled, Hardsuit suffix: Filled, Hardsuit, Security # DeltaV - Added security.
parent: LockerWarden parent: LockerWarden
components: components:
- type: EntityTableContainerFill - type: EntityTableContainerFill
@ -14,7 +14,7 @@
- type: entity - type: entity
id: LockerWardenFilled id: LockerWardenFilled
suffix: Filled suffix: Filled, Security # DeltaV - Added security.
parent: LockerWarden parent: LockerWarden
components: components:
- type: EntityTableContainerFill - type: EntityTableContainerFill
@ -357,7 +357,7 @@
- id: MagazinePistolSubMachineGunTopMounted - id: MagazinePistolSubMachineGunTopMounted
amount: 4 amount: 4
- type: entity - type: entity
parent: [SecurityGunSafeBaseSecureDV, BaseSecurityContraband] # DeltaV - Changed GunSafeBaseSecure with SecurityGunSafeBaseSecureDV parent: [SecurityGunSafeBaseSecureDV, BaseSecurityContraband] # DeltaV - Changed GunSafeBaseSecure with SecurityGunSafeBaseSecureDV
id: GunSafeLaserCarbine id: GunSafeLaserCarbine
name: laser safe name: laser safe

View File

@ -244,7 +244,7 @@
- type: entity - type: entity
id: SuitStorageWarden id: SuitStorageWarden
parent: SuitStorageBase parent: SuitStorageBase
suffix: Warden suffix: Warden, Security # DeltaV - Added security.
components: components:
- type: EntityTableContainerFill - type: EntityTableContainerFill
containers: containers:

View File

@ -162,7 +162,7 @@
parent: MarkerBase parent: MarkerBase
id: SpawnMobMcGriff id: SpawnMobMcGriff
name: McGriff Spawner 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: components:
- type: Sprite - type: Sprite
layers: layers:

View File

@ -456,6 +456,7 @@
id: SpawnPointWarden id: SpawnPointWarden
parent: SpawnPointJobBase parent: SpawnPointJobBase
name: warden name: warden
suffix: Security # DeltaV
components: components:
- type: SpawnPoint - type: SpawnPoint
job_id: Warden job_id: Warden

View File

@ -972,6 +972,7 @@
id: WardenPDA id: WardenPDA
name: warden PDA name: warden PDA
description: The OS appears to have been jailbroken. description: The OS appears to have been jailbroken.
suffix: Security # DeltaV
components: components:
- type: Pda - type: Pda
id: WardenIDCard id: WardenIDCard

View File

@ -183,7 +183,7 @@
- type: entity - type: entity
parent: DefaultStationBeaconSecurity parent: DefaultStationBeaconSecurity
id: DefaultStationBeaconWardensOffice id: DefaultStationBeaconWardensOffice
suffix: Warden's Office suffix: Warden's Office, Security # DeltaV - Added security.
components: components:
- type: NavMapBeacon - type: NavMapBeacon
defaultText: station-beacon-warden defaultText: station-beacon-warden

View File

@ -480,6 +480,7 @@
parent: IDCardStandard parent: IDCardStandard
id: WardenIDCard id: WardenIDCard
name: warden ID card name: warden ID card
suffix: Security # DeltaV
components: components:
- type: Sprite - type: Sprite
layers: layers:

View File

@ -232,6 +232,7 @@
parent: [RubberStampBase, BaseSecurityContraband] parent: [RubberStampBase, BaseSecurityContraband]
id: RubberStampWarden id: RubberStampWarden
categories: [ DoNotMap ] categories: [ DoNotMap ]
suffix: Security # DeltaV
components: components:
- type: Stamp - type: Stamp
stampedName: stamp-component-stamped-name-warden stampedName: stamp-component-stamped-name-warden

View File

@ -703,7 +703,7 @@
- type: entity - type: entity
parent: HolopadSecurity # DeltaV parent: HolopadSecurity # DeltaV
id: HolopadSecurityWarden id: HolopadSecurityWarden
suffix: Warden suffix: Warden, Security # DeltaV - Added security.
components: components:
- type: Label - type: Label
currentLabel: holopad-security-warden currentLabel: holopad-security-warden

View File

@ -339,6 +339,7 @@
id: LockerWarden id: LockerWarden
parent: LockerBaseSecureDeltaV # DeltaV - resprite security lockers parent: LockerBaseSecureDeltaV # DeltaV - resprite security lockers
name: warden's locker name: warden's locker
suffix: Security # DeltaV
components: components:
- type: Appearance - type: Appearance
- type: EntityStorageVisuals - type: EntityStorageVisuals

View File

@ -112,7 +112,7 @@
- type: entity - type: entity
parent: LockerJusticeWarden parent: LockerJusticeWarden
id: LockerJusticeWardenFilled id: LockerJusticeWardenFilled
suffix: Filled suffix: Filled, Justice
components: components:
- type: EntityTableContainerFill - type: EntityTableContainerFill
containers: containers:

View File

@ -221,6 +221,7 @@
parent: BaseJusticePDA parent: BaseJusticePDA
id: JusticeWardenPDA id: JusticeWardenPDA
name: warden PDA name: warden PDA
suffix: Justice Warden
description: Covered in cracks and dents. Has seen more than its fair share of abuse. description: Covered in cracks and dents. Has seen more than its fair share of abuse.
components: components:
- type: Pda - type: Pda

View File

@ -41,6 +41,7 @@
parent: BedsheetBase parent: BedsheetBase
id: BedsheetJusticeWarden id: BedsheetJusticeWarden
name: warden's bedsheet name: warden's bedsheet
suffix: Justice
components: components:
- type: Sprite # TODO: Resprite - type: Sprite # TODO: Resprite
state: random_bedsheet state: random_bedsheet

View File

@ -260,6 +260,7 @@
parent: IDCardStandard parent: IDCardStandard
id: JusticeWardenIDCard id: JusticeWardenIDCard
name: warden ID card name: warden ID card
suffix: Justice
components: components:
- type: Sprite - type: Sprite
layers: layers:

View File

@ -64,7 +64,7 @@
id: RubberStampJusticeWarden id: RubberStampJusticeWarden
name: warden's rubber stamp name: warden's rubber stamp
categories: [ DoNotMap ] 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. description: With a simple press of ink to paper, a life is sealed behind bars. Maybe not forever.
components: components:
- type: Stamp - type: Stamp

View File

@ -492,7 +492,7 @@
- type: entity - type: entity
parent: FaxMachineBase parent: FaxMachineBase
id: FaxMachineWarden id: FaxMachineWarden
suffix: Warden suffix: Warden, Security
components: components:
- type: PageSender - type: PageSender
autoLinkJobs: [Warden] autoLinkJobs: [Warden]

View File

@ -144,6 +144,7 @@
- type: entity - type: entity
parent: Holopad parent: Holopad
id: HolopadJusticeJusticeWarden id: HolopadJusticeJusticeWarden
suffix: Justice Warden
components: components:
- type: Label - type: Label
currentLabel: holopad-justice-warden currentLabel: holopad-justice-warden

View File

@ -92,6 +92,7 @@
parent: LockerJustice parent: LockerJustice
id: LockerJusticeWarden # TODO - Resprite id: LockerJusticeWarden # TODO - Resprite
name: warden's locker name: warden's locker
suffix: Justice
components: components:
- type: AccessReader - type: AccessReader
access: [["JusticeWarden"]] access: [["JusticeWarden"]]

View File

@ -189,7 +189,7 @@
- type: entity - type: entity
parent: FilledSecureCabinet parent: FilledSecureCabinet
id: SecureCabinetWarden id: SecureCabinetWarden
suffix: Warden suffix: Warden, Security
components: components:
- type: AccessReader - type: AccessReader
access: [["Armory"]] access: [["Armory"]]