Fix drobes and lockers contents (#11366)

This commit is contained in:
theashtronaut
2022-09-17 14:43:33 +00:00
committed by GitHub
parent b94086ee0a
commit 525d5c9ad7
10 changed files with 49 additions and 10 deletions

View File

@@ -17,3 +17,25 @@
prob: 0.8 prob: 0.8
- id: SurvivalKnife - id: SurvivalKnife
- id: WeaponProtoKineticAccelerator - id: WeaponProtoKineticAccelerator
- type: entity
id: LockerCargoTechnicianFilled
suffix: Filled
parent: LockerCargoTechnician
components:
- type: StorageFill
contents:
- id: ClothingHeadHatCargosoft
amount: 1
- id: ClothingUniformJumpsuitCargo
amount: 1
- id: ClothingBackpack
amount: 1
- id: ClothingShoesColorBlack
amount: 1
- id: ClothingUniformJumpskirtCargo
amount: 1
- id: ClothingHandsGlovesFingerless
amount: 1
- id: AppraisalTool
amount: 1

View File

@@ -56,6 +56,7 @@
- id: ForensicScanner - id: ForensicScanner
- id: BoxForensicPad - id: BoxForensicPad
- id: WeaponRevolverInspector - id: WeaponRevolverInspector
- id: DrinkDetFlask
- type: entity - type: entity
id: ClosetBombFilled id: ClosetBombFilled

View File

@@ -15,6 +15,8 @@
prob: 0.5 prob: 0.5
- id: DrinkBottleBeer - id: DrinkBottleBeer
prob: 0.5 prob: 0.5
- id: BoxBeanbag
amount: 2
#- type: entity #- type: entity
# id: LockerFormalFilled # id: LockerFormalFilled
@@ -53,6 +55,7 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: MopItem - id: MopItem
amount: 2
- id: BoxMousetrap - id: BoxMousetrap
amount: 2 amount: 2
- id: WetFloorSign - id: WetFloorSign
@@ -63,6 +66,12 @@
amount: 1 amount: 1
- id: BoxLightMixed - id: BoxLightMixed
amount: 1 amount: 1
- id: Holoprojector
amount: 1
- id: SoapNT
amount: 2
- id: FlashlightLantern
amount: 2
- type: entity - type: entity
id: ClosetLegalFilled id: ClosetLegalFilled

View File

@@ -12,4 +12,3 @@
ClothingOuterVestKevlar: 2 ClothingOuterVestKevlar: 2
ClothingBeltBandolier: 2 ClothingBeltBandolier: 2
ClothingEyesGlassesSunglasses: 2 ClothingEyesGlassesSunglasses: 2
BoxBeanbag: 2

View File

@@ -1,7 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: CargoDrobeInventory id: CargoDrobeInventory
startingInventory: startingInventory:
AppraisalTool: 3
ClothingUniformJumpsuitCargo: 3 ClothingUniformJumpsuitCargo: 3
ClothingUniformJumpskirtCargo: 3 ClothingUniformJumpskirtCargo: 3
ClothingShoesColorBlack: 3 ClothingShoesColorBlack: 3

View File

@@ -13,5 +13,4 @@
ClothingHeadHatFedoraGrey: 2 ClothingHeadHatFedoraGrey: 2
ClothingHandsGlovesColorBlack: 2 ClothingHandsGlovesColorBlack: 2
ClothingHandsGlovesLatex: 2 ClothingHandsGlovesLatex: 2
DrinkDetFlask: 2
ClothingHeadsetSecurity: 2 ClothingHeadsetSecurity: 2

View File

@@ -11,6 +11,5 @@
ClothingOuterVestHazard: 3 ClothingOuterVestHazard: 3
ClothingShoesBootsWork: 3 ClothingShoesBootsWork: 3
ClothingHeadHatHardhatYellow: 3 ClothingHeadHatHardhatYellow: 3
ClothingHeadHatWelding: 3
ClothingHeadsetEngineering: 3 ClothingHeadsetEngineering: 3
ClothingOuterWinterEngi: 2 ClothingOuterWinterEngi: 2

View File

@@ -2,7 +2,7 @@
id: EngiVendInventory id: EngiVendInventory
startingInventory: startingInventory:
ClothingEyesGlassesMeson: 4 ClothingEyesGlassesMeson: 4
ClothingHeadHatWelding: 4 ClothingHeadHatWelding: 6
Multitool: 4 Multitool: 4
PowerCellMedium: 5 PowerCellMedium: 5
ClothingHandsGlovesColorYellow: 6 ClothingHandsGlovesColorYellow: 6

View File

@@ -5,14 +5,10 @@
ClothingUniformJumpskirtJanitor: 2 ClothingUniformJumpskirtJanitor: 2
ClothingShoesColorBlack: 2 ClothingShoesColorBlack: 2
ClothingHeadHatPurplesoft: 2 ClothingHeadHatPurplesoft: 2
FlashlightLantern: 2
LightReplacer: 2
SoapNT: 2
TrashBag: 2
ClothingShoesGaloshes: 2 ClothingShoesGaloshes: 2
ClothingBeltJanitor: 2 ClothingBeltJanitor: 2
ClothingHeadsetService: 2 ClothingHeadsetService: 2
ClothingOuterWinterJani: 2 ClothingOuterWinterJani: 2
Holoprojector: 1
emaggedInventory: emaggedInventory:
ClothingUniformJumpskirtJanimaid: 2 ClothingUniformJumpskirtJanimaid: 2

View File

@@ -49,6 +49,21 @@
- type: AccessReader - type: AccessReader
access: [["Salvage"]] access: [["Salvage"]]
- type: entity
id: LockerCargoTechnician
parent: LockerBase
name: cargo technician's equipment
description: All the basics for a Cargonian resident.
components:
- type: Appearance
visuals:
- type: StorageVisualizer
state: cargo
state_open: cargo_open
state_closed: cargo_door
- type: AccessReader
access: [["Cargo"]]
# Command # Command
- type: entity - type: entity
id: LockerCaptain id: LockerCaptain