Fill lockers with stuff (#2427)
* Fill lockers with stuff (see detail) + atmos/engineer/ce hardsuits, breath masks and oxygen tanks + chef can actually get meat + fix janitor closet misorganization + medical/medical doctor randomly can get latex gloves (they don't DO anything but they don't have to r/n) + detective gets pen & 3 paper * Filled "Detective locker" no longer contains stuff
This commit is contained in:
@@ -1,18 +1,3 @@
|
|||||||
- type: entity
|
|
||||||
id: LockerJanitor
|
|
||||||
parent: WardrobeMixed
|
|
||||||
name: "custodial closet"
|
|
||||||
description: "It's a storage unit for janitorial clothes and gear."
|
|
||||||
components:
|
|
||||||
- type: StorageFill
|
|
||||||
contents:
|
|
||||||
- name: MopItem
|
|
||||||
- name: MopBucket
|
|
||||||
- name: WetFloorSign
|
|
||||||
amount: 3
|
|
||||||
- name: TrashBag
|
|
||||||
amount: 2
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerToolFilled
|
id: LockerToolFilled
|
||||||
parent: LockerTool
|
parent: LockerTool
|
||||||
@@ -91,6 +76,13 @@
|
|||||||
id: LockerChiefEngineerFilled
|
id: LockerChiefEngineerFilled
|
||||||
suffix: Filled
|
suffix: Filled
|
||||||
parent: LockerChiefEngineer
|
parent: LockerChiefEngineer
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- name: HelmetHardsuitCE
|
||||||
|
- name: HardsuitCE
|
||||||
|
- name: BreathMaskClothing
|
||||||
|
- name: OxygenTankFilled
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerElectricalSuppliesFilled
|
id: LockerElectricalSuppliesFilled
|
||||||
@@ -106,11 +98,25 @@
|
|||||||
id: LockerAtmosphericsFilled
|
id: LockerAtmosphericsFilled
|
||||||
suffix: Filled
|
suffix: Filled
|
||||||
parent: LockerAtmospherics
|
parent: LockerAtmospherics
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- name: HelmetHardsuitAtmos
|
||||||
|
- name: HardsuitAtmos
|
||||||
|
- name: BreathMaskClothing
|
||||||
|
- name: OxygenTankFilled
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerEngineerFilled
|
id: LockerEngineerFilled
|
||||||
suffix: Filled
|
suffix: Filled
|
||||||
parent: LockerEngineer
|
parent: LockerEngineer
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- name: HelmetHardsuitEngineering
|
||||||
|
- name: HardsuitEngineering
|
||||||
|
- name: BreathMaskClothing
|
||||||
|
- name: OxygenTankFilled
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerBotanistFilled
|
id: LockerBotanistFilled
|
||||||
@@ -126,6 +132,11 @@
|
|||||||
id: LockerMedicalFilled
|
id: LockerMedicalFilled
|
||||||
suffix: Filled
|
suffix: Filled
|
||||||
parent: LockerMedical
|
parent: LockerMedical
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- name: GlovesLatex
|
||||||
|
prob: 0.4
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerChemistryFilled
|
id: LockerChemistryFilled
|
||||||
@@ -157,6 +168,7 @@
|
|||||||
suffix: Filled
|
suffix: Filled
|
||||||
parent: LockerSecurity
|
parent: LockerSecurity
|
||||||
|
|
||||||
|
# Before adding to this - See https://github.com/space-wizards/space-station-14/pull/2427#issuecomment-718152557
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerDetectiveFilled
|
id: LockerDetectiveFilled
|
||||||
suffix: Filled
|
suffix: Filled
|
||||||
@@ -171,11 +183,27 @@
|
|||||||
id: LockerChefFilled
|
id: LockerChefFilled
|
||||||
suffix: Filled
|
suffix: Filled
|
||||||
parent: LockerChef
|
parent: LockerChef
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- name: CrowbarRed
|
||||||
|
- name: FoodContainerMonkeyCubeBox
|
||||||
|
- name: SprayBottleWater
|
||||||
|
- name: ReagentContainerFlour
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerJanitorFilled
|
id: LockerJanitorFilled
|
||||||
suffix: Filled
|
suffix: Filled
|
||||||
parent: LockerJanitor
|
parent: LockerJanitor
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- name: MopItem
|
||||||
|
- name: MopBucket
|
||||||
|
- name: WetFloorSign
|
||||||
|
amount: 3
|
||||||
|
- name: TrashBag
|
||||||
|
amount: 2
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerLegalFilled
|
id: LockerLegalFilled
|
||||||
@@ -211,6 +239,11 @@
|
|||||||
id: WardrobeMedicalDoctorFilled
|
id: WardrobeMedicalDoctorFilled
|
||||||
suffix: Filled
|
suffix: Filled
|
||||||
parent: WardrobeMedicalDoctor
|
parent: WardrobeMedicalDoctor
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- name: GlovesLatex
|
||||||
|
prob: 0.4
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: WardrobeRoboticsFilled
|
id: WardrobeRoboticsFilled
|
||||||
@@ -281,6 +314,11 @@
|
|||||||
id: LockerRadiationSuitFilled
|
id: LockerRadiationSuitFilled
|
||||||
parent: LockerRadiationSuit
|
parent: LockerRadiationSuit
|
||||||
suffix: Filled
|
suffix: Filled
|
||||||
|
# at time of writing, rad suits do nothing, let's not get anyone's hopes up
|
||||||
|
# components:
|
||||||
|
# - type: StorageFill
|
||||||
|
# contents:
|
||||||
|
# - name: OuterclothingRadSuit
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerFireFilled
|
id: LockerFireFilled
|
||||||
|
|||||||
@@ -25,3 +25,11 @@
|
|||||||
state_closed: atmos_wardrobe_door
|
state_closed: atmos_wardrobe_door
|
||||||
- type: Icon
|
- type: Icon
|
||||||
state: atmos_wardrobe_icon
|
state: atmos_wardrobe_icon
|
||||||
|
|
||||||
|
# Janitor locker (moved here from the Fills group because it was being misused)
|
||||||
|
- type: entity
|
||||||
|
id: LockerJanitor
|
||||||
|
parent: WardrobeMixed
|
||||||
|
name: "custodial closet"
|
||||||
|
description: "It's a storage unit for janitorial clothes and gear."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user