ревенант

This commit is contained in:
BIGZi0348
2024-11-30 19:02:07 +03:00
parent e637686284
commit 031129ca94
2 changed files with 18 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
revenant-essence-amount = У вас [color=plum]{ $current } эссенции[/color]. Вам максимум — [color=plum]{ $max } эссенции[/color].
revenant-essence-amount = У вас [color=plum]{ $current } эссенции[/color]. Ваш максимум — [color=plum]{ $max } эссенции[/color].
revenant-max-essence-increased = Максимальный запас эссенции увеличился!
revenant-not-enough-essence = Недостаточно эссенции!
revenant-in-solid = Вы не можете использовать эту способность, пока находитесь внутри твёрдого объекта.
@@ -14,3 +14,12 @@ revenant-soul-finish-harvest = { CAPITALIZE($target) } падает на зем
revenant-user-interface-title = Магазин способностей
revenant-user-interface-essence-amount = [color=plum]{ $amount }[/color] украденной эссенции
revenant-user-interface-cost = { $price } эссенции
revenant-defile-name = Осквернение
revenant-defile-desc = Оскверняет окружающую территорию, вскрывая полы, повреждая окна, открывая контейнеры и бросая предметы. Использование делает вас уязвимым для атак на короткий промежуток времени.
revenant-overload-name = Перегрузка
revenant-overload-desc = Перегружает все близлежащие светильники, заставляя их пульсировать опасными молниями. Используя его, вы остаётесь уязвимыми для атак в течение длительного периода времени.
revenant-blight-name = Заражение
revenant-blight-desc = Заражает все близлежащие организмы инфекционным заболеванием, вызывающим усталость и сонливость. Использование делает вас уязвимым для атак на средний период времени.
revenant-malfunction-name = Взлом
revenant-malfunction-desc = Заставляет близлежащие электронные устройства перестать работать должным образом. Использование этого делает вас уязвимыми для атак в течение длительного периода времени.

View File

@@ -1,7 +1,7 @@
- type: listing
id: RevenantDefile
name: Defile
description: Defiles the surrounding area, ripping up floors, damaging windows, opening containers, and throwing items. Using it leaves you vulnerable to attacks for a short period of time.
name: revenant-defile-name # WD Ahead of wizden
description: revenant-defile-desc # WD Ahead of wizden
productAction: ActionRevenantDefile
cost:
StolenEssence: 10
@@ -13,8 +13,8 @@
- type: listing
id: RevenantOverloadLights
name: Overload Lights
description: Overloads all nearby lights, causing lights to pulse and sending out dangerous lightning. Using it leaves you vulnerable to attacks for a long period of time.
name: revenant-overload-name # WD Ahead of wizden
description: revenant-overload-desc # WD Ahead of wizden
productAction: ActionRevenantOverloadLights
cost:
StolenEssence: 25
@@ -26,8 +26,8 @@
- type: listing
id: RevenantBlight
name: Blight
description: Infects all nearby organisms with an infectious disease that causes toxic buildup and tiredness. Using it leaves you vulnerable to attacks for a medium period of time.
name: revenant-blight-name # WD Ahead of wizden
description: revenant-blight-desc # WD Ahead of wizden
productAction: ActionRevenantBlight
cost:
StolenEssence: 75
@@ -39,8 +39,8 @@
- type: listing
id: RevenantMalfunction
name: Malfunction
description: Makes nearby electronics stop working properly. Using it leaves you vulnerable to attacks for a long period of time.
name: revenant-malfunction-name # WD Ahead of wizden
description: revenant-malfunction-desc # WD Ahead of wizden
productAction: ActionRevenantMalfunction
cost:
StolenEssence: 125