Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserMaus committed Dec 5, 2024
1 parent d323134 commit 1d46aa3
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ent-CrateSecurityWebbing = ящик с РПС охраны
ent-CrateSecurityGlovesCombat = ящик с боевыми перчатками
.desc = Ящик, содержащий трое боевых перчаток. Чтобы открыть необходим уровень доступа Служба безопасности.
ent-CrateSecuritySWAT = ящик с бронёй SWAT
.desc = Ящик, Содержит комплект Спецназа. Две брони SWAT, два шлема спецназа, два противогаза спецназа и боевые магнитные ботинки. Чтобы открыть необходим уровень доступа Службы Безопастности.
.desc = Ящик, Содержит комплект Спецназа. Две брони SWAT, два шлема спецназа, два противогаза спецназа и боевые ботинки спецназа а так же боевые перчатки. Чтобы открыть необходим уровень доступа Службы Безопастности.
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Shoes/specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,17 @@
sprite: Clothing/Shoes/Specific/swat.rsi
- type: Clothing
sprite: Clothing/Shoes/Specific/swat.rsi
- type: NoSlip
- type: SlowedOverSlippery
slowdownModifier: 0.5
- type: SpeedModifierContactCapClothing
maxContactSprintSlowdown: 0.3
maxContactWalkSlowdown: 0.3
- type: ClothingSlowOnDamageModifier
modifier: 0.5
- type: ClothingSpeedModifier
walkModifier: 0.90
sprintModifier: 0.90

- type: entity
parent: ClothingShoesBaseButcherable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
sprite: _Sunrise/Clothing/OuterClothing/Armor/swat_armor.rsi
state: icon
product: CrateSecuritySWAT
cost: 8000
cost: 6000
category: cargoproduct-category-name-security
group: market
10 changes: 6 additions & 4 deletions Resources/Prototypes/_Sunrise/Catalog/Fills/Crates/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@
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.
description: Contains a SWAT kit. 2 heavy armor suit, 2 special forces helmet, 2special forces gas mask and 2 combat Swat 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
- id: ClothingShoesSwat
amount: 2
- id: ClothingHeadHelmetSwat
amount: 2
- id: ClothingHeadHelmetSwat
amount: 2
- id: ClothingHandsGlovesCombat
amount: 2
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.5
Slash: 0.5
Blunt: 0.45
Slash: 0.45
Piercing: 0.5
Heat: 0.65
Heat: 0.60
Radiation: 0.75
Caustic: 0.75
- type: ExplosionResistance
damageCoefficient: 0.9
damageCoefficient: 0.85
- type: ClothingSpeedModifier
walkModifier: 1
sprintModifier: 0.85
walkModifier: 0.90
sprintModifier: 0.90
- type: GroupExamine
- type: ProtectedFromStepTriggers
slots: WITHOUT_POCKET
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1d46aa3

Please sign in to comment.