Add hardlight spear implant (#587)

* Add hardlight spear implant

* Small fixes

* Fix collision layer
This commit is contained in:
Aviu00
2024-01-04 04:11:28 +09:00
committed by Aviu00
parent f8aca2617c
commit 4304673fd6
18 changed files with 235 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
hardlight-spear-pickup-failed = You can't pick up hardlight spear.
use-hardlight-spear-implant-action-name = Create hardlight spear
use-hardlight-spear-implant-action-description = Creates hardlight spear in your hands.
uplink-hardlight-spear-implant-name = Hardlight spear implanter
uplink-hardlight-spear-implant-desc = An implant injected into the body, and later activated at the user's will. It will summon a spear made out of hardlight that the user can use to wreak havoc.

View File

@@ -11,7 +11,7 @@ implanter-inject-text = Установка
implanter-empty-text = Пусто
implanter-implant-text = { $implantName }{ $lineBreak }{ $implantDescription }
implanter-contained-implant-text = [color=green]{ $desc }[/color]
implanter-label = [color=white]Имплант: { $currentEntities }{ $lineBreak }Режим: { $modeString }[/color]
implanter-label = [color=white]Имплант: { $implantName }{ $lineBreak }Режим: { $modeString }[/color]
## Implanter Actions

View File

@@ -0,0 +1,13 @@
hardlight-spear-pickup-failed = Вы не можете подобрать световое копьё.
use-hardlight-spear-implant-action-name = Создать световое копьё.
use-hardlight-spear-implant-action-description = Создает световое копьё в ваших руках.
uplink-hardlight-spear-implant-name = Имплантатор световое копьё
uplink-hardlight-spear-implant-desc = Имплант, вводимый в тело и активируемый по желанию пользователя. Он вызывает копье из твердого света, с помощью которого пользователь может сеять хаос.
ent-SpearHardlight = световое копьё
.desc = Копьё из твердого света.
ent-HardlightSpearImplanter = имплантатор световое копьё
ent-HardlightSpearImplant = имплант световое копьё
.desc = Этот имплант создаёт световое копьё в ваших руках.