This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 38
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 #283 from NEirotoXiN00/VendAds
Реклама в торговых автоматах
- Loading branch information
Showing
7 changed files
with
51 additions
and
6 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,6 @@ | ||
advertisement-autotune-1 = Поддержи сообщество музыкантов - купи инструмент! | ||
advertisement-autotune-2 = У нас музыка всех поколений! | ||
advertisement-autotune-3 = Расстроилась гитара? Не расстраивайся, купи новую! | ||
advertisement-autotune-4 = До-Ре-Ми-Фа-Соль-Ля-Си | ||
advertisement-autotune-5 = Будь на октаву выше этого! | ||
advertisement-autotune-6 = Сегодня ты играешь джаз, а завтра аванпост продашь? |
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,6 @@ | ||
advertisement-bounty-1 = Сезон охоты открыт! | ||
advertisement-bounty-2 = Хватай его, я плачу! Причем тут ударение? | ||
advertisement-bounty-3 = Самое качественное снаряжение на всем диком фронтире! | ||
advertisement-bounty-4 = Преступность не спит! Вооружись! | ||
advertisement-bounty-5 = Лучше перестраховаться, никогда не знаешь, чего ждать завтра! | ||
advertisement-bounty-6 = КонтрактВенд, возможно это лучшее, что ты сегодня видел. |
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,6 @@ | ||
advertisement-flatpack-1 = Зип-Зип-Зип! | ||
advertisement-flatpack-2 = Наши товары не тянут карман! | ||
advertisement-flatpack-3 = Лучшее оборудование на один квадратный сантиметр! | ||
advertisement-flatpack-4 = Распаковки еще никогда не были так популярны... Или были? | ||
advertisement-flatpack-5 = Упаковки в форме коробки! | ||
advertisement-flatpack-6 = Не знаешь куда тратить деньги? Купи упакованный принтер униформы! |
9 changes: 9 additions & 0 deletions
9
Resources/Prototypes/Catalog/VendingMachines/Advertisements/autotune.yml
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,9 @@ | ||
- type: messagePack | ||
id: AutoTuneVendAds | ||
messages: | ||
- advertisement-autotune-1 | ||
- advertisement-autotune-2 | ||
- advertisement-autotune-3 | ||
- advertisement-autotune-4 | ||
- advertisement-autotune-5 | ||
- advertisement-autotune-6 |
9 changes: 9 additions & 0 deletions
9
Resources/Prototypes/Catalog/VendingMachines/Advertisements/bounty.yml
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,9 @@ | ||
- type: messagePack | ||
id: BountyVendAds | ||
messages: | ||
- advertisement-bounty-1 | ||
- advertisement-bounty-2 | ||
- advertisement-bounty-3 | ||
- advertisement-bounty-4 | ||
- advertisement-bounty-5 | ||
- advertisement-bounty-6 |
9 changes: 9 additions & 0 deletions
9
Resources/Prototypes/Catalog/VendingMachines/Advertisements/flatpack.yml
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,9 @@ | ||
- type: messagePack | ||
id: FlatpackVendAds | ||
messages: | ||
- advertisement-flatpack-1 | ||
- advertisement-flatpack-2 | ||
- advertisement-flatpack-3 | ||
- advertisement-flatpack-4 | ||
- advertisement-flatpack-5 | ||
- advertisement-flatpack-6 |
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