Add content to radiation closets and medicine lockers (#6006)
This commit is contained in:
@@ -97,4 +97,15 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: ClosetRadiationSuitFilled
|
id: ClosetRadiationSuitFilled
|
||||||
parent: ClosetRadiationSuit
|
parent: ClosetRadiationSuit
|
||||||
suffix: Filled
|
suffix: Filled
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: ClothingHeadHatHoodRad
|
||||||
|
amount: 2
|
||||||
|
- id: ClothingOuterSuitRad
|
||||||
|
amount: 2
|
||||||
|
- id: ClothingEyesGlassesMeson
|
||||||
|
amount: 2
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,19 @@
|
|||||||
id: LockerMedicineFilled
|
id: LockerMedicineFilled
|
||||||
suffix: Filled
|
suffix: Filled
|
||||||
parent: LockerMedicine
|
parent: LockerMedicine
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: BoxPillCanister
|
||||||
|
amount: 1
|
||||||
|
- id: BoxSyringe
|
||||||
|
amount: 1
|
||||||
|
- id: EpinephrineChemistryBottle
|
||||||
|
amount: 3
|
||||||
|
- id: Brutepack
|
||||||
|
amount: 2
|
||||||
|
- id: Ointment
|
||||||
|
amount: 2
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerMedicalFilled
|
id: LockerMedicalFilled
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
id: ClosetRadiationSuit
|
id: ClosetRadiationSuit
|
||||||
name: radiation suit closet
|
name: radiation suit closet
|
||||||
parent: ClosetBase
|
parent: ClosetBase
|
||||||
description: It's a storage unit for rad-protective suits.
|
description: "More comfortable than radiation poisioning."
|
||||||
components:
|
components:
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
visuals:
|
visuals:
|
||||||
|
|||||||
Reference in New Issue
Block a user