Moves head's fluff items out of lockers into dressers (#23183)

Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
Velcroboy
2023-12-30 16:42:19 -06:00
committed by GitHub
parent da055fcd98
commit c6bbd6e1db
3 changed files with 86 additions and 50 deletions

View File

@@ -0,0 +1,86 @@
- type: entity
id: DresserCaptainFilled
parent: Dresser
suffix: Filled, Captain
components:
- type: StorageFill
contents:
- id: ClothingHeadHatCaptain
- id: ClothingHeadHatCapcap
- id: ClothingNeckCloakCap
- id: ClothingNeckCloakCapFormal
- id: ClothingUniformJumpsuitCapFormal
- id: ClothingUniformJumpskirtCapFormalDress
- id: ClothingHandsGlovesCaptain
- type: entity
id: DresserChiefEngineerFilled
parent: Dresser
suffix: Filled, Chief Engineer
components:
- type: StorageFill
contents:
- id: ClothingUniformJumpsuitChiefEngineerTurtle
- id: ClothingUniformJumpskirtChiefEngineerTurtle
- id: ClothingNeckCloakCe
- id: ClothingHeadHatBeretEngineering
- type: entity
id: DresserChiefMedicalOfficerFilled
parent: Dresser
suffix: Filled, Chief Medical Officer
components:
- type: StorageFill
contents:
- id: ClothingCloakCmo
- id: ClothingOuterCoatLabCmo
- id: ClothingHeadHatBeretCmo
- type: entity
id: DresserHeadOfPersonnelFilled
parent: Dresser
suffix: Filled, Head Of Personnel
components:
- type: StorageFill
contents:
- id: ClothingNeckCloakHop
- id: ClothingHeadHatHopcap
- id: ClothingOuterWinterHoP
- type: entity
id: DresserHeadOfSecurityFilled
parent: Dresser
suffix: Filled, Head Of Security
components:
- type: StorageFill
contents:
- id: ClothingHeadHatBeretHoS
- id: ClothingHeadHatHoshat
- id: ClothingNeckCloakHos
- id: ClothingUniformJumpskirtHoSAlt
- id: ClothingUniformJumpsuitHoSAlt
- id: ClothingUniformJumpskirtHosFormal
- id: ClothingUniformJumpsuitHosFormal
- type: entity
id: DresserQuarterMasterFilled
parent: Dresser
suffix: Filled, Quarter Master
components:
- type: StorageFill
contents:
- id: ClothingNeckCloakQm
- id: ClothingHeadsetCargo
- id: ClothingUniformJumpsuitQMTurtleneck
- id: ClothingUniformJumpskirtQMTurtleneck
- id: ClothingHandsGlovesColorBrown
- type: entity
id: DresserWardenFilled
parent: Dresser
suffix: Filled, Warden
components:
- type: StorageFill
contents:
- id: ClothingHeadHatWarden
- id: ClothingHeadHatBeretWarden

View File

@@ -5,12 +5,7 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: ClothingNeckCloakQm
- id: BoxFolderQmClipboard - id: BoxFolderQmClipboard
- id: ClothingHeadsetCargo
- id: ClothingUniformJumpsuitQMTurtleneck
- id: ClothingUniformJumpskirtQMTurtleneck
- id: ClothingHandsGlovesColorBrown
- id: CargoRequestComputerCircuitboard - id: CargoRequestComputerCircuitboard
- id: CargoShuttleComputerCircuitboard - id: CargoShuttleComputerCircuitboard
- id: CargoShuttleConsoleCircuitboard - id: CargoShuttleConsoleCircuitboard
@@ -34,8 +29,6 @@
- id: NukeDisk - id: NukeDisk
- id: PinpointerNuclear - id: PinpointerNuclear
- id: CaptainIDCard - id: CaptainIDCard
- id: ClothingHeadHatCaptain
- id: ClothingNeckCloakCap
- id: ClothingOuterHardsuitCap - id: ClothingOuterHardsuitCap
- id: ClothingMaskGasCaptain - id: ClothingMaskGasCaptain
- id: WeaponDisabler - id: WeaponDisabler
@@ -48,14 +41,10 @@
prob: 0.25 prob: 0.25
- id: ClothingBeltSheathFilled - id: ClothingBeltSheathFilled
- id: DoorRemoteCommand - id: DoorRemoteCommand
- id: ClothingNeckCloakCapFormal
- id: ClothingUniformJumpsuitCapFormal
- id: ClothingUniformJumpskirtCapFormalDress
- id: RubberStampCaptain - id: RubberStampCaptain
- id: WeaponAntiqueLaser - id: WeaponAntiqueLaser
- id: JetpackCaptainFilled - id: JetpackCaptainFilled
- id: MedalCase - id: MedalCase
- id: ClothingHeadHatCapcap
- type: entity - type: entity
id: LockerCaptainFilled id: LockerCaptainFilled
@@ -68,9 +57,6 @@
- id: NukeDisk - id: NukeDisk
- id: PinpointerNuclear - id: PinpointerNuclear
- id: CaptainIDCard - id: CaptainIDCard
- id: ClothingHeadHatCaptain
- id: ClothingNeckCloakCap
- id: ClothingHandsGlovesCaptain
- id: WeaponDisabler - id: WeaponDisabler
- id: CommsComputerCircuitboard - id: CommsComputerCircuitboard
- id: ClothingHeadsetAltCommand - id: ClothingHeadsetAltCommand
@@ -81,14 +67,10 @@
prob: 0.25 prob: 0.25
- id: ClothingBeltSheathFilled - id: ClothingBeltSheathFilled
- id: DoorRemoteCommand - id: DoorRemoteCommand
- id: ClothingNeckCloakCapFormal
- id: ClothingUniformJumpsuitCapFormal
- id: ClothingUniformJumpskirtCapFormalDress
- id: RubberStampCaptain - id: RubberStampCaptain
- id: WeaponAntiqueLaser - id: WeaponAntiqueLaser
- id: JetpackCaptainFilled - id: JetpackCaptainFilled
- id: MedalCase - id: MedalCase
- id: ClothingHeadHatCapcap
- type: entity - type: entity
id: LockerHeadOfPersonnelFilled id: LockerHeadOfPersonnelFilled
@@ -97,8 +79,6 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: ClothingNeckCloakHop
- id: ClothingHeadHatHopcap
- id: HoPIDCard - id: HoPIDCard
- id: ClothingHeadsetCommand - id: ClothingHeadsetCommand
- id: BoxPDA - id: BoxPDA
@@ -106,7 +86,6 @@
- id: BoxHeadset - id: BoxHeadset
- id: IDComputerCircuitboard - id: IDComputerCircuitboard
- id: WeaponDisabler - id: WeaponDisabler
- id: ClothingOuterWinterHoP
- id: CigarGoldCase - id: CigarGoldCase
prob: 0.25 prob: 0.25
# Fuck the HoP they don't deserve fucking cigars. # Fuck the HoP they don't deserve fucking cigars.
@@ -129,14 +108,10 @@
contents: contents:
- id: ClothingOuterHardsuitEngineeringWhite - id: ClothingOuterHardsuitEngineeringWhite
- id: ClothingMaskBreath - id: ClothingMaskBreath
- id: ClothingUniformJumpsuitChiefEngineerTurtle
- id: ClothingUniformJumpskirtChiefEngineerTurtle
- id: OxygenTankFilled - id: OxygenTankFilled
- id: NitrogenTankFilled - id: NitrogenTankFilled
- id: ClothingNeckCloakCe
- id: ClothingEyesGlassesMeson - id: ClothingEyesGlassesMeson
- id: ClothingBeltChiefEngineerFilled - id: ClothingBeltChiefEngineerFilled
- id: ClothingHeadHatBeretEngineering
- id: ClothingShoesBootsMagAdv - id: ClothingShoesBootsMagAdv
- id: ClothingHandsGlovesColorYellow - id: ClothingHandsGlovesColorYellow
- id: CigarCase - id: CigarCase
@@ -157,13 +132,9 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: ClothingNeckCloakCe
- id: ClothingEyesGlassesMeson - id: ClothingEyesGlassesMeson
- id: ClothingBeltChiefEngineerFilled - id: ClothingBeltChiefEngineerFilled
- id: ClothingHeadHatBeretEngineering
- id: ClothingHandsGlovesColorYellow - id: ClothingHandsGlovesColorYellow
- id: ClothingUniformJumpsuitChiefEngineerTurtle
- id: ClothingUniformJumpskirtChiefEngineerTurtle
- id: CigarCase - id: CigarCase
prob: 0.15 prob: 0.15
- id: DoorRemoteEngineering - id: DoorRemoteEngineering
@@ -209,11 +180,8 @@
- id: ClothingHandsGlovesNitrile - id: ClothingHandsGlovesNitrile
#- name: ClothingEyesHudMedical #Removed until working properly #- name: ClothingEyesHudMedical #Removed until working properly
- id: ClothingHeadsetAltMedical - id: ClothingHeadsetAltMedical
- id: ClothingCloakCmo
- id: ClothingBackpackDuffelSurgeryFilled - id: ClothingBackpackDuffelSurgeryFilled
- id: ClothingOuterCoatLabCmo
- id: ClothingMaskSterile - id: ClothingMaskSterile
- id: ClothingHeadHatBeretCmo
- id: Hypospray - id: Hypospray
- id: HandheldCrewMonitor - id: HandheldCrewMonitor
- id: DoorRemoteMedical - id: DoorRemoteMedical
@@ -273,12 +241,7 @@
contents: contents:
- id: ClothingEyesHudSecurity - id: ClothingEyesHudSecurity
- id: WeaponDisabler - id: WeaponDisabler
- id: ClothingHeadHatBeretHoS
- id: ClothingHeadHatHoshat
- id: ClothingNeckCloakHos
- id: ClothingOuterCoatHoSTrench - id: ClothingOuterCoatHoSTrench
- id: ClothingUniformJumpskirtHoSAlt
- id: ClothingUniformJumpsuitHoSAlt
- id: ClothingOuterHardsuitSecurityRed - id: ClothingOuterHardsuitSecurityRed
- id: ClothingMaskGasSwat - id: ClothingMaskGasSwat
- id: ClothingBeltSecurityFilled - id: ClothingBeltSecurityFilled
@@ -288,8 +251,6 @@
- id: CigarGoldCase - id: CigarGoldCase
prob: 0.50 prob: 0.50
- id: DoorRemoteSecurity - id: DoorRemoteSecurity
- id: ClothingUniformJumpskirtHosFormal
- id: ClothingUniformJumpsuitHosFormal
- id: RubberStampHos - id: RubberStampHos
- id: SecurityTechFabCircuitboard - id: SecurityTechFabCircuitboard
- id: JetpackSecurityFilled - id: JetpackSecurityFilled
@@ -306,12 +267,7 @@
contents: contents:
- id: ClothingEyesHudSecurity - id: ClothingEyesHudSecurity
- id: WeaponDisabler - id: WeaponDisabler
- id: ClothingHeadHatBeretHoS
- id: ClothingHeadHatHoshat
- id: ClothingNeckCloakHos
- id: ClothingOuterCoatHoSTrench - id: ClothingOuterCoatHoSTrench
- id: ClothingUniformJumpskirtHoSAlt
- id: ClothingUniformJumpsuitHoSAlt
- id: ClothingBeltSecurityFilled - id: ClothingBeltSecurityFilled
- id: ClothingHeadsetAltSecurity - id: ClothingHeadsetAltSecurity
- id: ClothingEyesGlassesSunglasses - id: ClothingEyesGlassesSunglasses
@@ -319,8 +275,6 @@
- id: CigarGoldCase - id: CigarGoldCase
prob: 0.50 prob: 0.50
- id: DoorRemoteSecurity - id: DoorRemoteSecurity
- id: ClothingUniformJumpskirtHosFormal
- id: ClothingUniformJumpsuitHosFormal
- id: RubberStampHos - id: RubberStampHos
- id: SecurityTechFabCircuitboard - id: SecurityTechFabCircuitboard
- id: BoxEncryptionKeySecurity - id: BoxEncryptionKeySecurity

View File

@@ -8,8 +8,6 @@
- id: FlashlightSeclite - id: FlashlightSeclite
- id: WeaponDisabler - id: WeaponDisabler
prob: 0.3 prob: 0.3
- id: ClothingHeadHatWarden
- id: ClothingHeadHatBeretWarden
- id: ClothingBeltSecurityFilled - id: ClothingBeltSecurityFilled
- id: Flash - id: Flash
- id: ClothingEyesGlassesSunglasses - id: ClothingEyesGlassesSunglasses
@@ -34,8 +32,6 @@
- id: FlashlightSeclite - id: FlashlightSeclite
- id: WeaponDisabler - id: WeaponDisabler
prob: 0.3 prob: 0.3
- id: ClothingHeadHatWarden
- id: ClothingHeadHatBeretWarden
- id: ClothingBeltSecurityFilled - id: ClothingBeltSecurityFilled
- id: Flash - id: Flash
- id: ClothingEyesGlassesSunglasses - id: ClothingEyesGlassesSunglasses