ревенант
This commit is contained in:
@@ -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-max-essence-increased = Максимальный запас эссенции увеличился!
|
||||||
revenant-not-enough-essence = Недостаточно эссенции!
|
revenant-not-enough-essence = Недостаточно эссенции!
|
||||||
revenant-in-solid = Вы не можете использовать эту способность, пока находитесь внутри твёрдого объекта.
|
revenant-in-solid = Вы не можете использовать эту способность, пока находитесь внутри твёрдого объекта.
|
||||||
@@ -14,3 +14,12 @@ revenant-soul-finish-harvest = { CAPITALIZE($target) } падает на зем
|
|||||||
revenant-user-interface-title = Магазин способностей
|
revenant-user-interface-title = Магазин способностей
|
||||||
revenant-user-interface-essence-amount = [color=plum]{ $amount }[/color] украденной эссенции
|
revenant-user-interface-essence-amount = [color=plum]{ $amount }[/color] украденной эссенции
|
||||||
revenant-user-interface-cost = { $price } эссенции
|
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 = Заставляет близлежащие электронные устройства перестать работать должным образом. Использование этого делает вас уязвимыми для атак в течение длительного периода времени.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- type: listing
|
- type: listing
|
||||||
id: RevenantDefile
|
id: RevenantDefile
|
||||||
name: Defile
|
name: revenant-defile-name # WD Ahead of wizden
|
||||||
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.
|
description: revenant-defile-desc # WD Ahead of wizden
|
||||||
productAction: ActionRevenantDefile
|
productAction: ActionRevenantDefile
|
||||||
cost:
|
cost:
|
||||||
StolenEssence: 10
|
StolenEssence: 10
|
||||||
@@ -13,8 +13,8 @@
|
|||||||
|
|
||||||
- type: listing
|
- type: listing
|
||||||
id: RevenantOverloadLights
|
id: RevenantOverloadLights
|
||||||
name: Overload Lights
|
name: revenant-overload-name # WD Ahead of wizden
|
||||||
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.
|
description: revenant-overload-desc # WD Ahead of wizden
|
||||||
productAction: ActionRevenantOverloadLights
|
productAction: ActionRevenantOverloadLights
|
||||||
cost:
|
cost:
|
||||||
StolenEssence: 25
|
StolenEssence: 25
|
||||||
@@ -26,8 +26,8 @@
|
|||||||
|
|
||||||
- type: listing
|
- type: listing
|
||||||
id: RevenantBlight
|
id: RevenantBlight
|
||||||
name: Blight
|
name: revenant-blight-name # WD Ahead of wizden
|
||||||
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.
|
description: revenant-blight-desc # WD Ahead of wizden
|
||||||
productAction: ActionRevenantBlight
|
productAction: ActionRevenantBlight
|
||||||
cost:
|
cost:
|
||||||
StolenEssence: 75
|
StolenEssence: 75
|
||||||
@@ -39,8 +39,8 @@
|
|||||||
|
|
||||||
- type: listing
|
- type: listing
|
||||||
id: RevenantMalfunction
|
id: RevenantMalfunction
|
||||||
name: Malfunction
|
name: revenant-malfunction-name # WD Ahead of wizden
|
||||||
description: Makes nearby electronics stop working properly. Using it leaves you vulnerable to attacks for a long period of time.
|
description: revenant-malfunction-desc # WD Ahead of wizden
|
||||||
productAction: ActionRevenantMalfunction
|
productAction: ActionRevenantMalfunction
|
||||||
cost:
|
cost:
|
||||||
StolenEssence: 125
|
StolenEssence: 125
|
||||||
|
|||||||
Reference in New Issue
Block a user