Skip to content

Commit

Permalink
updateFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Focstor committed Nov 10, 2024
1 parent 59fb6ec commit 4bac7a1
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ ent-CrateSecurityWebbing = ящик с РПС охраны
.desc = Ящик, содержащий две РПС охраны. Чтобы открыть необходим уровень доступа Служба безопасности.
ent-CrateSecurityGlovesCombat = ящик с боевыми перчатками
.desc = Ящик, содержащий трое боевых перчаток. Чтобы открыть необходим уровень доступа Служба безопасности.
ent-CrateSecuritySWAT = ящик с бронёй SWAT
.desc = Ящик, Содержит комплект Спецназа. Две брони SWAT, два шлема спецназа, два противогаза спецназа и боевые магнитные ботинки. Чтобы открыть необходим уровень доступа Службы Безопастности.
10 changes: 10 additions & 0 deletions Resources/Prototypes/_Sunrise/Catalog/Cargo/cargo_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@
cost: 3500
category: cargoproduct-category-name-security
group: market

- type: cargoProduct
id: SecuritySWAT
icon:
sprite: _Sunrise/Clothing/OuterClothing/Armor/swat_armor.rsi
state: icon
product: CrateSecuritySWAT
cost: 8000
category: cargoproduct-category-name-security
group: market
19 changes: 18 additions & 1 deletion Resources/Prototypes/_Sunrise/Catalog/Fills/Crates/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,21 @@
- type: StorageFill
contents:
- id: ClothingHandsGlovesCombat
amount: 3
amount: 3

- type: entity
id: CrateSecuritySWAT
parent: CrateSecgear
name: SWAT armor crate
description: Contains a SWAT kit. 2 heavy armor suit, 2 special forces helmet, 2special forces gas mask and 2 combat magnetic boots. To open it, the Security Service access level is required.
components:
- type: StorageFill
contents:
- id: ClothingOuterArmorSWAT
amount: 2
- id: ClothingMaskGasSwat
amount: 2
- id: ClothingShoesBootsMagCombat
amount: 2
- id: ClothingHeadHelmetSwat
amount: 2
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
Heat: 0.65
Radiation: 0.75
Caustic: 0.75
- type: ExplosionResistance
damageCoefficient: 0.9
- type: ClothingSpeedModifier
walkModifier: 1
sprintModifier: 0.85
- type: GroupExamine
- type: ProtectedFromStepTriggers
slots: WITHOUT_POCKET

0 comments on commit 4bac7a1

Please sign in to comment.