-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #284 from FaDeOkno/star-wars
Рельсы нюке
- Loading branch information
Showing
4 changed files
with
44 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
store-category-shuttle = Шаттл | ||
uplink-comb-emi-name = рельсотрон | ||
uplink-comb-emi-desc = Эффективное оружие для унчитожения шаттлов, либо пробития обшивки станций. Устанавливается на обшивку шаттла с обязательным подключением СВ кабеля, подключается к терминалу взаимодействия мультитулом. | ||
uplink-comb-emi2-name = тяжёлый рельсотрон | ||
uplink-comb-emi2-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
- type: storeCategory | ||
id: ADTUplinkShuttle | ||
name: store-category-shuttle | ||
priority: 9 | ||
|
||
- type: listing | ||
id: ADTUplinkCombatEmitterSmall | ||
name: uplink-comb-emi-name | ||
description: uplink-comb-emi-desc | ||
productEntity: NesCombatEmitterSmall | ||
cost: | ||
Telecrystal: 30 | ||
categories: | ||
- ADTUplinkShuttle | ||
conditions: | ||
- !type:StoreWhitelistCondition | ||
whitelist: | ||
tags: | ||
- NukeOpsUplink | ||
|
||
- type: listing | ||
id: ADTUplinkCombatEmitter | ||
name: uplink-comb-emi2-name | ||
description: uplink-comb-emi2-desc | ||
productEntity: NesCombatEmitter | ||
cost: | ||
Telecrystal: 60 | ||
categories: | ||
- ADTUplinkShuttle | ||
conditions: | ||
- !type:StoreWhitelistCondition | ||
whitelist: | ||
tags: | ||
- NukeOpsUplink |
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 |
---|---|---|
|
@@ -13,5 +13,6 @@ | |
- UplinkJob | ||
- UplinkArmor | ||
- UplinkPointless | ||
- ADTUplinkShuttle | ||
currencyWhitelist: | ||
- Telecrystal |