Fix CentCom official costume issues (#19256)
This commit is contained in:
parent
25b2be3ffe
commit
100d718edd
|
|
@ -146,22 +146,23 @@
|
|||
parent: ClothingBackpackDuffel
|
||||
id: ClothingBackpackDuffelSyndicateCostumeCentcom
|
||||
name: CentCom official costume duffel bag
|
||||
description: "Contains a full CentCom Official uniform set, headset and clipboard included. The headset comes without an encryption key."
|
||||
description: "Contains a full CentCom Official uniform set, headset and clipboard included. Encryption keys and ID access are not included."
|
||||
suffix: DO NOT MAP
|
||||
components:
|
||||
- type: Tag
|
||||
tags: [] # ignore "WhitelistChameleon" tag
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingHeadHatCaptain
|
||||
- id: ClothingHeadHatCentcom
|
||||
- id: ClothingEyesGlassesSunglasses
|
||||
- id: ClothingUniformJumpsuitCentcomOfficial
|
||||
- id: ClothingShoesBootsJack
|
||||
- id: ClothingHandsGlovesColorGray
|
||||
- id: ClothingHeadsetService
|
||||
- id: ClothingHandsGlovesColorBlack
|
||||
- id: ClothingHeadsetAltCentComFake
|
||||
- id: ClothingOuterArmorBasic
|
||||
- id: Paper
|
||||
- id: Pen
|
||||
- id: CentcomPDA
|
||||
- id: CentcomPDAFake
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelClown
|
||||
|
|
|
|||
|
|
@ -41,6 +41,16 @@
|
|||
- type: Clothing
|
||||
sprite: Clothing/Ears/Headsets/centcom.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadsetAltCentCom
|
||||
id: ClothingHeadsetAltCentComFake
|
||||
suffix: Fake
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
key_slots:
|
||||
- EncryptionKeyCommon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadsetAlt
|
||||
id: ClothingHeadsetAltCommand
|
||||
|
|
|
|||
Loading…
Reference in New Issue