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
- id: SurvivalKnife
- 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: BoxForensicPad
- id: WeaponRevolverInspector
- id: DrinkDetFlask
- type: entity
id: ClosetBombFilled

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -49,6 +49,21 @@
- type: AccessReader
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
- type: entity
id: LockerCaptain