Skip to content

Commit

Permalink
Исправлен перевод ОБР медика СБ
Browse files Browse the repository at this point in the history
  • Loading branch information
Inconnu1337 committed Sep 9, 2024
1 parent 5b1446c commit ba47d6f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/ru-RU/ADT/armor/armor.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ent-ClothingOuterArmorAirsoft = Страйкбольная броня
.desc = Полугибкий поликарбонатный бронекостюм с ослабленной защитой. Броня для страйкбола
.suffix = Страйкбол
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ ent-ADTRandomHumanoidSpawnerERTSecurityEVARiot = ОБР офицер сб
.suffix = Броня EVA riot, против бунтов
.desc = { ent-RandomHumanoidSpawnerERTLeaderEVA.desc }
ent-ADTRandomHumanoidSpawnerERTMedical = ОБР офицер сб
ent-ADTRandomHumanoidSpawnerERTMedical = ОБР медик сб
.suffix = Базовый
.desc = { "" }
ent-ADTRandomHumanoidSpawnerERTMedicalEVA = ОБР офицер сб
ent-ADTRandomHumanoidSpawnerERTMedicalEVA = ОБР медик сб
.suffix = Броня EVA, против ЯО
.desc = { ent-RandomHumanoidSpawnerERTLeader.desc }
ent-ADTRandomHumanoidSpawnerERTMedicalEVARiot = ОБР офицер сб
ent-ADTRandomHumanoidSpawnerERTMedicalEVARiot = ОБР медик сб
.suffix = Броня EVA riot, против бунтов
.desc = { ent-RandomHumanoidSpawnerERTLeaderEVA.desc }
Expand Down
19 changes: 19 additions & 0 deletions Resources/Prototypes/ADT/Entities/Clothing/OuterClothing/armor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,22 @@
Heat: 0.8
- type: ExplosionResistance
damageCoefficient: 0.80

- type: entity
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseRestrictedContraband]
id: ClothingOuterArmorAirsoft
name: airsoft suit
description: Semi-flexible polycarbonate armor suit with weakened protection. Airsoft armor
suffix: airsoft
components:
- type: Sprite
sprite: Clothing/OuterClothing/Armor/riot.rsi
color: "#128fc9"
- type: Clothing
sprite: Clothing/OuterClothing/Armor/riot.rsi
color: "#128fc9"
- type: Armor
modifiers:
coefficients:
Blunt: 4
- type: GroupExamine

0 comments on commit ba47d6f

Please sign in to comment.