Skip to content

Commit

Permalink
[Port] Syndicate Implanter / Имплантер Синдиката (#78)
Browse files Browse the repository at this point in the history
* add: syndi implanter

* fix: translation

---------

Co-authored-by: Remuchi <72476615+Remuchi@users.noreply.github.com>
  • Loading branch information
Spatison and Remuchi authored Oct 11, 2024
1 parent 574de10 commit c209391
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/_white/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ uplink-betrayal-knife-desc = Syndicate teleporter, when used, moves 3-8 meters f
uplink-ebow-name = Small energy crossbow
uplink-ebow-desc = A fairly quiet weapon that automatically reloads and stuns. It goes well with other types of weapons.
uplink-implanter-name = Implanter
uplink-implanter-desc = An advanced implant that allows you to quickly insert and remove implants.
uplink-smoke-implant-name = Smoke implant
uplink-smoke-implant-desc = Releases a cloud of smoke when activated.
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
ent-ImplanterSyndi = { ent-BaseImplanter }
.desc = Компактный одноразовый шприц, предназначенный исключительно для введения и извлечения подкожных имплантатов.
ent-SmokeImplanter = { ent-BaseImplanter }
.desc = { ent-BaseImplanter.desc }
.desc = { ent-BaseImplanter.desc }
5 changes: 4 additions & 1 deletion Resources/Locale/ru-RU/_white/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ uplink-experimental-syndicate-teleporter-desc = Телепортер синди
uplink-ebow-name = Маленький энергетический арбалет
uplink-ebow-desc = Довольно тихое оружие, которое автоматически перезаряжается и оглушает. Хорошо сочетается с другими видами оружия.
uplink-implanter-name = Имплантер
uplink-implanter-desc = Продвинутый имплантер, позволяющий быстро вкалывать и вытаскивать импланты.
uplink-smoke-implant-name = Имплант дыма
uplink-smoke-implant-desc = Выпускает облако дыма при активации.
uplink-smoke-implant-desc = Выпускает облако дыма при активации.
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,3 @@ ent-DeathAcidifierImplanter = { ent-BaseImplanter }
ent-ImplanterAdmeme = { ent-BaseImplanter }
.desc = {""}
.suffix = адмемы
ent-ImplanterSyndi = { ent-BaseImplanter }
.desc = { ent-BaseImplanter.desc }
12 changes: 11 additions & 1 deletion Resources/Prototypes/_White/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@
- NukeOpsUplink
saleLimit: 1

- type: listing
id: UplinkImplanterSyndi
name: uplink-implanter-name
description: uplink-implanter-desc
productEntity: ImplanterSyndi
cost:
Telecrystal: 1
categories:
- UplinkImplants

- type: listing
id: UplinkSmokeImplanter
name: uplink-smoke-implant-name
Expand All @@ -61,4 +71,4 @@
cost:
Telecrystal: 2
categories:
- UplinkImplants
- UplinkImplants
15 changes: 14 additions & 1 deletion Resources/Prototypes/_White/Entities/Objects/Misc/implanters.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
- type: entity
parent: Implanter
id: ImplanterSyndi
description: A compact disposable syringe exclusively designed for the quick injection and extraction of subdermal implants.
components:
- type: Item
sprite: Objects/Specific/Medical/syndi_implanter.rsi
- type: Sprite
sprite: Objects/Specific/Medical/syndi_implanter.rsi
- type: Implanter
drawTime: 2
implantTime: 2

- type: entity
parent: BaseImplantOnlyImplanterSyndi
id: SmokeImplanter
suffix: smoke
components:
- type: Implanter
implant: SmokeImplant
implant: SmokeImplant

0 comments on commit c209391

Please sign in to comment.