Skip to content

Commit

Permalink
Fix: Шинели не позволяют носить на спине пушки. (#742)
Browse files Browse the repository at this point in the history
* Sunrise weapon: small rebalance

* Fix Storage Suit for Trench

* Fix

* 1 Backspace later

---------

Co-authored-by: Your Name <[email protected]>
  • Loading branch information
KaiserMaus and Your Name authored Dec 1, 2024
1 parent a72e8db commit 16ba5e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.6
Slash: 0.6
Piercing: 0.45
Blunt: 0.5
Slash: 0.5
Piercing: 0.5
Heat: 0.65
Radiation: 0.75
Caustic: 0.75
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
Heat: 0.8

- type: entity
parent: ClothingOuterStorageBase
parent: [ClothingOuterArmorBasic, ClothingOuterStorageBase, BaseSecurityContraband]
id: ClothingOuterCoatSecurityOvercoat
name: security overcoat
description: Lightly armored leather overcoat meant as casual wear for high-ranking officers. Bears the crest of Nanotrasen Security.
Expand Down Expand Up @@ -86,7 +86,7 @@
Caustic: 0.75

- type: entity
parent: ClothingOuterStorageBase
parent: [ClothingOuterArmorBasic, ClothingOuterStorageBase, BaseSecurityCommandContraband]
id: ClothingOuterCoatCaptain
name: captain's jacket
description: Captain's formal jacket, inlaid with gold.
Expand Down Expand Up @@ -217,7 +217,7 @@
sprite: _Sunrise/Clothing/OuterClothing/Coats/hopcoat.rsi

- type: entity
parent: ClothingOuterStorageBase
parent: [ClothingOuterArmorBasic, ClothingOuterStorageBase, BaseSecurityContraband]
id: ClothingOuterCoatHOSOvercoatBlack
name: armored overcoat
description: Black overcoat with red lines, silver rivets and a gold plaque.
Expand Down Expand Up @@ -278,7 +278,7 @@


- type: entity
parent: ClothingOuterStorageBase
parent: [ClothingOuterArmorBasic, ClothingOuterStorageBase, BaseSecurityContraband]
id: ClothingOuterCoatHoSOvercoat
name: armored overcoat
description: Pretty old stuff for these times, bringing back old memories...
Expand Down Expand Up @@ -318,7 +318,7 @@
sprite: _Sunrise/Clothing/OuterClothing/Coats/disco.rsi

- type: entity
parent: ClothingOuterStorageBase
parent: [ClothingOuterArmorBasic, ClothingOuterStorageBase, BaseSecurityCommandContraband]
id: ClothingOuterCoatCaptainOvercoat
name: captain's overcoat
description: Made specifically to the measurements of the current captain and made by the best seamstresses at NanoTrasen.
Expand All @@ -340,7 +340,7 @@
- type: GroupExamine

- type: entity
parent: ClothingOuterStorageBase
parent: [ClothingOuterArmorBasic, ClothingOuterStorageBase, BaseSecurityContraband]
id: ClothingOuterCoatUSSPOvercoatBlack
name: USSP armored overcoat
description: Old stuff, straight out of USSP.
Expand Down

0 comments on commit 16ba5e3

Please sign in to comment.