Ящики готовы
This commit is contained in:
@@ -10,4 +10,4 @@
|
|||||||
- id: ImprovedScrewdriver
|
- id: ImprovedScrewdriver
|
||||||
- id: ImprovedWirecutter
|
- id: ImprovedWirecutter
|
||||||
- id: ImprovedWelder
|
- id: ImprovedWelder
|
||||||
- id: NetworkConfigurator
|
- id: Multitool
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: Medkit
|
parent: Medkit
|
||||||
id: ExpandedMedkit
|
id: ExpandedMedkit
|
||||||
name: expanded medkit
|
name: расширенная аптечка
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: White/Specific/expmedkit.rsi
|
sprite: White/Specific/expmedkit.rsi
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: LockerHeadCleaner
|
id: LockerCleaner
|
||||||
parent: BaseSenorsLocker
|
parent: BaseSeniorsLocker
|
||||||
name: head cleaner's locker
|
name: шкаф уборщика
|
||||||
components:
|
components:
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
- type: EntityStorageVisuals
|
- type: EntityStorageVisuals
|
||||||
@@ -10,3 +10,28 @@
|
|||||||
stateDoorClosed: head_cleaner_door
|
stateDoorClosed: head_cleaner_door
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [ [ "Janitor" ] ]
|
access: [ [ "Janitor" ] ]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: LockerCleanerFilled
|
||||||
|
parent: LockerCleaner
|
||||||
|
suffix: Filled
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: MopItem
|
||||||
|
amount: 2
|
||||||
|
- id: BoxMousetrap
|
||||||
|
amount: 2
|
||||||
|
- id: WetFloorSign
|
||||||
|
amount: 3
|
||||||
|
- id: TrashBag
|
||||||
|
amount: 2
|
||||||
|
- id: LightReplacer
|
||||||
|
- id: BoxLightMixed
|
||||||
|
- id: Holoprojector
|
||||||
|
- id: SoapNT
|
||||||
|
amount: 2
|
||||||
|
- id: FlashlightLantern
|
||||||
|
amount: 2
|
||||||
|
- id: Plunger
|
||||||
|
amount: 2
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: BaseSenorsLocker
|
id: BaseSeniorsLocker
|
||||||
parent: LockerBaseSecure
|
parent: LockerBaseSecure
|
||||||
abstract: true
|
abstract: true
|
||||||
name: base senors locker
|
name: base senors locker
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerVeteran
|
id: LockerVeteran
|
||||||
parent: BaseSenorsLocker
|
parent: BaseSeniorsLocker
|
||||||
name: шкаф ветерана
|
name: шкаф ветерана
|
||||||
components:
|
components:
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerBrigadier
|
id: LockerBrigadier
|
||||||
parent: BaseSenorsLocker
|
parent: BaseSeniorsLocker
|
||||||
name: шкаф бригадира
|
name: шкаф бригадира
|
||||||
components:
|
components:
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerMedicalOfficer
|
id: LockerMedicalOfficer
|
||||||
parent: BaseSenorsLocker
|
parent: BaseSeniorsLocker
|
||||||
name: шкаф медицинского офицера
|
name: шкаф медицинского офицера
|
||||||
components:
|
components:
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerCargoHunter
|
id: LockerCargoHunter
|
||||||
parent: BaseSenorsLocker
|
parent: BaseSeniorsLocker
|
||||||
name: шкаф охотника карго
|
name: шкаф охотника карго
|
||||||
components:
|
components:
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerLeadResearcher
|
id: LockerLeadResearcher
|
||||||
parent: BaseSenorsLocker
|
parent: BaseSeniorsLocker
|
||||||
name: шкаф ведущего исследователя
|
name: шкаф ведущего исследователя
|
||||||
components:
|
components:
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
@@ -191,9 +191,11 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: LockerLeadResearcherFilled
|
id: LockerLeadResearcherFilled
|
||||||
parent: LockerLeadResearcher
|
parent: LockerLeadResearcher
|
||||||
|
suffix: Filled
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
|
- id: AnomalyLocator
|
||||||
- id: ClothingHandsGlovesLatex
|
- id: ClothingHandsGlovesLatex
|
||||||
- id: ClothingHeadsetScience
|
- id: ClothingHeadsetScience
|
||||||
- id: ClothingMaskSterile
|
- id: ClothingMaskSterile
|
||||||
@@ -201,5 +203,4 @@
|
|||||||
- id: AnomalyScanner
|
- id: AnomalyScanner
|
||||||
- id: NodeScanner
|
- id: NodeScanner
|
||||||
- id: NetworkConfigurator
|
- id: NetworkConfigurator
|
||||||
prob: 0.5
|
|
||||||
- id: ClothingShoesBootsMagSci
|
- id: ClothingShoesBootsMagSci
|
||||||
Reference in New Issue
Block a user