Skip to content

Commit

Permalink
Лютое изменение с одним словом
Browse files Browse the repository at this point in the history
  • Loading branch information
ITamiokiI committed Jun 1, 2024
1 parent debff4e commit d592ba9
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ent-ClothingOuterDogi = доги самурая
ent-ClothingOuterCoatParamedicWB = ветровка парамедика
.desc = Надежная ветровка парамедика, защита от любого космического ветра.
ent-ADTClothingOuterCoatBrigmedicWB = ветровка бригмедика
.desc = Надежная ветровка врача брига, от любого космического ветра.
.desc = Надежная ветровка врача брига, защита от любого космического ветра.
ent-ClothingOuterCoatSyndieCap = тренч Синдиката
.desc = Плащ Синдиката, изготовлен из прочной ткани, украшен позолоченными узорами.
ent-ClothingOuterCoatSyndieCapArmored = бронированный тренч Синдиката
Expand Down
20 changes: 20 additions & 0 deletions Resources/Prototypes/ADT/Catalog/Fills/Boxes/emergency.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- type: entity
name: survival box
parent: BoxCardboard
id: BoxSurvivalBrigmedic
description: It's a box with basic internals inside.
suffix: Medical
components:
- type: StorageFill
contents:
- id: ClothingMaskBreathMedicalSecurity
- id: EmergencyOxygenTankFilled
- id: EmergencyMedipen
- id: Flare
- id: FoodSnackNutribrick
- id: DrinkWaterBottleFull
- id: SpaceMedipen
- type: Sprite
layers:
- state: internals
- state: emergencytank
13 changes: 13 additions & 0 deletions Resources/Prototypes/ADT/Catalog/Fills/Lockers/suit_storage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#Brigmedic hardsuit
- type: entity
id: SuitStorageBrigmedic
parent: SuitStorageBase
suffix: Brigmedic
components:
- type: StorageFill
contents:
- id: OxygenTankFilled
- id: ClothingOuterHardsuitBrigmedic
- id: ClothingMaskBreath
- type: AccessReader
access: [["Medical"]]
21 changes: 0 additions & 21 deletions Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,27 +80,6 @@
- state: internals
- state: emergencytank

- type: entity
name: survival box
parent: BoxCardboard
id: BoxSurvivalBrigmedic
description: It's a box with basic internals inside.
suffix: Medical
components:
- type: StorageFill
contents:
- id: ClothingMaskBreathMedicalSecurity
- id: EmergencyOxygenTankFilled
- id: EmergencyMedipen
- id: Flare
- id: FoodSnackNutribrick
- id: DrinkWaterBottleFull
- id: SpaceMedipen
- type: Sprite
layers:
- state: internals
- state: emergencytank

- type: entity
name: box of hugs
parent: BoxCardboard
Expand Down
14 changes: 0 additions & 14 deletions Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,20 +144,6 @@
- type: AccessReader
access: [["Security"]]

#Brigmedic hardsuit
- type: entity
id: SuitStorageBrigmedic
parent: SuitStorageBase
suffix: Brigmedic
components:
- type: StorageFill
contents:
- id: OxygenTankFilled
- id: ClothingOuterHardsuitBrigmedic
- id: ClothingMaskBreath
- type: AccessReader
access: [["Medical"]]

#CE's hardsuit
- type: entity
id: SuitStorageCE
Expand Down

0 comments on commit d592ba9

Please sign in to comment.