Skip to content

Commit

Permalink
Фикс перевода проджектайлов
Browse files Browse the repository at this point in the history
Добавлен перевод проджектайлов через .ftl файл
  • Loading branch information
Yuoko committed Dec 4, 2023
1 parent e4ba827 commit 2d4f2b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Resources/Locale/ru-RU/ganimed/entities/guns/multifaze.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
ent-WeaponMultiphaseEnergyPistol = X-01 Мультифазовый энергопистолет
.desc = Это дорогая, современная версия антикварного лазерного пистолета. У этого оружия есть несколько уникальных режимов огня, но нет возможности самостоятельно перезаряжаться с течением времени.
ent-TerminationOrb = Ликвидация
ent-ShutdownOrb = Оглушение
ent-LethalOrb = Летальный
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
- type: GrapplingProjectile

- type: entity
name: Ликвидация
name: TerminationOrb
id: BulletHeavyHeatOrb
parent: BaseBullet
noSpawn: true
Expand Down Expand Up @@ -834,7 +834,7 @@

- type: entity
name: Оглушение
id: BulletShutdownOrb
id: ShutdownOrb
parent: BaseBullet
noSpawn: true
components:
Expand Down Expand Up @@ -874,7 +874,7 @@
damage: 170

- type: entity
name: Летальный
name: LethalOrb
id: BulletStaminaOrb
parent: BaseBullet
noSpawn: true
Expand Down

0 comments on commit 2d4f2b4

Please sign in to comment.