-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- ЭТО ШАБЛОН ВАШЕГО PULL REQUEST. Текст между стрелками - это комментарии - они не будут видны в PR. --> Добавление подноса в игру, а так же контрабандный "Особо острый поднос" в аплинке для ролей шеф-повар, ботаник, мим, клоун ## Описание PR <!-- Ниже опишите ваш Pull Request. Что он изменяет? На что еще это может повлиять? Постарайтесь описать все внесённые вами изменения! --> **Ссылка на публикацию в Discord** <!-- Укажите ссылки на соответствующие обсуждения, проблемы, баги, заказы в разработку или предложения Если ссылки отсутствуют или этот PR ваша личная инициатива, данный раздел описания можно удалить. --> - [Заказы-разработка](https://discord.com/channels/901772674865455115/1229710928157605960/1229710928157605960) **Медиа** <!-- Если приемлемо, добавьте скриншоты для демонстрации вашего PR. Если ваш PR представляет собой визуальное изменение, добавьте скриншоты, иначе он может быть закрыт. --> **Проверки** <!-- Выполнение всех следующих действий, если это приемлемо для вида изменений сильно ускорит разбор вашего PR --> - [x] PR полностью завершён и мне не нужна помощь чтобы его закончить. - [x] Я внимательно просмотрел все свои изменения и багов в них не нашёл. - [x] Я запускал локальный сервер со своими изменениями и всё протестировал. - [x] Я добавил скриншот/видео демонстрации PR в игре, **или** этот PR этого не требует. **Изменения** <!-- Здесь вы можете написать список изменений, который будет автоматически добавлен в игру, когда ваш PR будет принят. В журнал изменений следует помещать только то, что действительно важно игрокам. В списке изменений тип значка не является часть предложения, поэтому явно указывайте - Добавлен, Удалён, Изменён. плохо: - add: Новый инструмент для инженеров хорошо: - add: Добавлен новый инструмент для инженеров Вы можете указать своё имя после символа 🆑 именно оно будет отображаться в журнале изменений (иначе будет использоваться ваше имя на GitHub) Например: 🆑 Ian --> 🆑 Хурмик - add: НТ расширила финансирование сервисного отдела и в ПосудоМатах теперь добавлены подносы! - add: Синдикат стали продавать на чёрном рынке "Особо острый поднос" через аплинк агентам синдиката c профессиями: шеф-повар, ботаник, мим, клоун --------- Co-authored-by: Schrödinger <[email protected]>
- Loading branch information
1 parent
ed3dcdd
commit 0119e51
Showing
10 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.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 @@ | ||
uplink-jumpboots-name = Продвинутые прыжковые ботинки | ||
uplink-jumpboots-desc = Прыжковые ботинки в раскраске Синдиката. Обладают гораздо более повышенной перезарядкой, чем прообраз, а так же могут работать в качестве магнитных ботинок. | ||
uplink-ADTAntagIronTray-name = Особо острый поднос | ||
uplink-ADTAntagIronTray-desc = Железный поднос c очень острыми краями. |
4 changes: 4 additions & 0 deletions
4
Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Specific/Service/iron_tray.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ent-ADTIronTray = поднос | ||
.desc = Железный поднос для хранения и сервировки продуктов. | ||
ent-ADTAntagIronTray = поднос | ||
.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
39 changes: 39 additions & 0 deletions
39
Resources/Prototypes/ADT/Entities/Objects/Specific/Service/Iron_tray.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,39 @@ | ||
- type: entity | ||
id: ADTIronTray | ||
name: Iron tray | ||
parent: BaseStorageItem | ||
description: An iron tray to store and service food | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Objects/Specific/Service/iron_tray.rsi | ||
state: icon | ||
- type: Storage | ||
grid: | ||
- 0,0,4,3 | ||
maxItemSize: Huge | ||
# TODO: ERROR FOOD & Drink нет таких тэгов | ||
# whitelist: | ||
# tags: | ||
# - Food | ||
# - Drink | ||
- type: Item | ||
size: Ginormous | ||
#- type: ItemCooldown | ||
- type: MeleeWeapon | ||
damage: | ||
types: | ||
Blunt: 8 | ||
soundHit: | ||
path: "/Audio/Weapons/smash.ogg" | ||
|
||
- type: entity | ||
id: ADTAntagIronTray | ||
name: Particularly sharp tray | ||
parent: [ADTIronTray, BaseSyndicateContraband] | ||
description: An iron tray to store and service food | ||
suffix: Антаг | ||
components: | ||
- type: DamageOtherOnHit | ||
damage: | ||
types: | ||
Blunt: 12 |
1 change: 0 additions & 1 deletion
1
Resources/Prototypes/ADT/Entities/Objects/Specific/Service/fill.txt
This file was deleted.
Oops, something went wrong.
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
Binary file added
BIN
+451 Bytes
Resources/Textures/ADT/Objects/Specific/Service/iron_tray.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+636 Bytes
Resources/Textures/ADT/Objects/Specific/Service/iron_tray.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+635 Bytes
Resources/Textures/ADT/Objects/Specific/Service/iron_tray.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
Resources/Textures/ADT/Objects/Specific/Service/iron_tray.rsi/meta.json
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,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "made by nope_ingeneer", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |