-
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.
Особая медицина сервисного отдела (#702)
## Описание PR Добавление таблетки успокоительного для сервисного отдела ## Почему / Баланс Сервисный отдел устал от постоянного стресса, И поэтому им и понадобится данная вещь ## Требования <!-- В связи с наплывом ПР'ов нам необходимо убедиться, что ПР'ы следуют правильным рекомендациям. Пожалуйста, уделите время прочтению, если делаете пулл реквест (ПР) впервые. Отметьте поля ниже, чтобы подтвердить, что Вы действительно видели их (поставьте X в скобках, например [X]): --> - [Х] Я прочитал(а) и следую [Руководство по созданию пулл реквестов](https://docs.spacestation14.com/en/general-development/codebase-info/pull-request-guidelines.html). Я понимаю, что в противном случае мой ПР может быть закрыт по усмотрению мейнтейнера. - [Х] Я добавил скриншоты/видео к этому пулл реквесту, демонстрирующие его изменения в игре, **или** этот пулл реквест не требует демонстрации в игре **Чейнджлог** <!-- Было добавлено веселье и радость для сервисного отдела, Использовав 15 Унций Воды, 3 Листа конопли, 2 Листа табака, А также одну измельченную коноплю в микроволновке на 15 секунд, Сделает Вам то, От чего явно трудно отказатся 🆑 Sh4zik --> 🆑 Sh4zik - add: Великие умы всего сервисного отдела, А также ботаники ломали свою голову для создания способа передохнуть для всего экипажа, Быстро, Эффективно, А самое главное, Приятно, И они нашли этот способ, Положив в микроволновку 3 Листа конопли, 2 Листа табака, 1 Измельченную коноплю, А также 15 унций воды на 15 секунд --------- Co-authored-by: Sh4zik <lorenczaahr516@gmail.com>
- Loading branch information
Showing
7 changed files
with
52 additions
and
0 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
18 changes: 18 additions & 0 deletions
18
Resources/Prototypes/ADT/Entities/Objects/Consumable/Food/relaxpill.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,18 @@ | ||
- type: entity | ||
name: ADT-relax-pill | ||
parent: ADTPillBase | ||
id: ADTPillRelax | ||
description: relax-pill-desc | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- ADTRelax | ||
- type: Sprite | ||
sprite: ADT/Objects/Consumable/Food/servicepill.rsi | ||
state: pill1 | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
reagents: | ||
- ReagentId: THC | ||
Quantity: 25 |
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
14 changes: 14 additions & 0 deletions
14
Resources/Textures/ADT/Objects/Consumable/Food/servicepill.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,14 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Created by Sh4zik", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "pill1" | ||
} | ||
] | ||
} |
Binary file added
BIN
+225 Bytes
Resources/Textures/ADT/Objects/Consumable/Food/servicepill.rsi/pill1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.