-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into hardlight-spear
- Loading branch information
Showing
13 changed files
with
114 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
ent-ActivateHardlightSpearImplant = Создать световое копьё | ||
.desc = Создает световое копьё в ваших руках. | ||
.desc = Создает световое копьё в ваших руках. | ||
ent-ActivateSmokeImplant = Выпустить облако дыма | ||
.desc = Выпускает облако дыма вокруг вас. |
5 changes: 4 additions & 1 deletion
5
Resources/Locale/ru-RU/_white/prototypes/entities/objects/misc/implanters.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
ent-HardlightSpearImplanter = { ent-BaseImplanter } | ||
.desc = { ent-BaseImplanter.desc } | ||
.suffix = световое копьё | ||
.suffix = световое копьё | ||
ent-SmokeImplanter = { ent-BaseImplanter } | ||
.desc = { ent-BaseImplanter.desc } |
5 changes: 4 additions & 1 deletion
5
Resources/Locale/ru-RU/_white/prototypes/entities/objects/misc/subdermal_implants.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
ent-HardlightSpearImplant = имплант световое копьё | ||
.desc = Этот имплант создаёт световое копьё в ваших руках. | ||
.desc = Этот имплант создаёт световое копьё в ваших руках. | ||
ent-SmokeImplant = имплант дыма | ||
.desc = Этот имплант выпускает облако дыма при активации. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- type: storePreset | ||
id: StorePresetUplinkNoDiscounts | ||
storeName: Uplink | ||
categories: | ||
- UplinkWeapons | ||
- UplinkAmmo | ||
- UplinkExplosives | ||
- UplinkMisc | ||
- UplinkBundles | ||
- UplinkTools | ||
- UplinkUtility | ||
- UplinkImplants | ||
- UplinkJob | ||
- UplinkArmor | ||
- UplinkPointless | ||
currencyWhitelist: | ||
- Telecrystal |