Skip to content

Commit

Permalink
добавление локализации гранатам
Browse files Browse the repository at this point in the history
  • Loading branch information
1Stepka1 committed Oct 14, 2023
1 parent b5a4f67 commit dee90a0
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
7 changes: 7 additions & 0 deletions Resources/Locale/ru-RU/ADT/Catalog/store/uplink.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ uplink-syndiecloak-desc = антагонизируй со стилем!
uplink-nukeopscloak-name = плащ Ядерных Оперативников
uplink-nukeopscloak-desc = защитит тебя от холода на базе
uplink-SmokeGrenadeBundle-name = Набор дымовых бомб синдиката
uplink-SmokeGrenadeBundle-desc = Набор из 6 дымовых бомб синдиката
uplink-SmokeGrenade-name = Дымовая бомба синдиката
uplink-SmokeGrenade-desc = Распыляет дым на небольшую область. Является улучшенной версией обычной гранаты.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ent-ADTSmokeGrenade = Дымовая граната
.desc = Вам определенно не стоит пытаться разобрать её самостоятельно.
.suffix = { "" }
ent-ADTSSmokeGrenade = Дымовая граната синдиката
.desc = Вам определенно не стоит пытаться разобрать её самостоятельно. Вы чувствуете страх держа её в руках
.suffix = { "" }
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
name: Дымовая граната
description: Вам определенно не стоит пытаться разобрать её самостоятельно
name: SmokeGrenade
description:
parent: GrenadeBase
id: ADTSmokeGrenade
components:
Expand All @@ -22,8 +22,8 @@
beepInterval: 2

- type: entity
name: Дымовая граната
description: Вам определенно не стоит пытаться разобрать её самостоятельно. Вы чувствуете страх держа её в руках
name: Syndicate Smoke Grenade
description:
parent: GrenadeBase
id: ADTSSmokeGrenade
components:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Fills/Items/belt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
- type: StorageFill
contents:
- id: ExGrenade
amount: 4
amount: 3
- id: SyndieMiniBomb
amount: 2
- id: EmpGrenade
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@

- type: listing
id: ADTUplinkSmokeGrenade
name: Дымовая граната
description: Дымовая граната распыляет дым на небольшую область, является улучшенной версией обычной
name: uplink-SmokeGrenade-name
description: uplink-SmokeGrenade-desc
productEntity: ADTSSmokeGrenade
cost:
Telecrystal: 4
Expand Down Expand Up @@ -836,8 +836,8 @@
#ADT
- type: listing
id: ADTUplinkSmokeBundle
name: Набор дымовых гранат синдиката
description: Набор из 6 дымовых гранат синдиката
name: uplink-SmokeGrenadeBundle-name
description: uplink-SmokeGrenadeBundle-desc
productEntity: ADTClothingBackpackDuffelSsmokeGrenade
cost:
Telecrystal: 18
Expand Down

0 comments on commit dee90a0

Please sign in to comment.