Skip to content

Commit

Permalink
Добавление серой одежды (#720)
Browse files Browse the repository at this point in the history
## Описание PR

Добавление серой кепки и серого комбинезона для надзирателя службы
безопасности

## Медиа
<!--
Пулл реквесты, которые вносят внутриигровые изменения (добавление
одежды, предметов, новых возможностей и т.д.), должны содержать медиа,
демонстрирующие изменения.
Небольшие исправления/рефакторы не требуют медиа.

Если Вы не уверены в том, что Ваш пулл реквест требует медиа, спросите
мейнтейнера.
-->

## Требования
<!--
В связи с наплывом ПР'ов нам необходимо убедиться, что ПР'ы следуют
правильным рекомендациям.

Пожалуйста, уделите время прочтению, если делаете пулл реквест (ПР)
впервые.

Отметьте поля ниже, чтобы подтвердить, что Вы действительно видели их
(поставьте X в скобках, например [X]):
-->
- [x] Я прочитал(а) и следую [Руководство по созданию пулл
реквестов](https://docs.spacestation14.com/en/general-development/codebase-info/pull-request-guidelines.html).
Я понимаю, что в противном случае мой ПР может быть закрыт по усмотрению
мейнтейнера.
- [x] Я добавил скриншоты/видео к этому пулл реквесту, демонстрирующие
его изменения в игре, **или** этот пулл реквест не требует демонстрации
в игре


**Чейнджлог**


:cl: Хурмик
- add: НаноТрейзен добавила в гардероб серое одеяние для опытных
надзирателей. Слава НТ!

---------

Co-authored-by: Schrödinger <132720404+Schrodinger71@users.noreply.github.com>
  • Loading branch information
Hyrmik and Schrodinger71 authored Nov 1, 2024
1 parent af9ff28 commit 8257dbd
Show file tree
Hide file tree
Showing 17 changed files with 94 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ ent-ADTClothingHeadHatsGuardOfficer = кепка надзирателя
ent-ADTClothingHeadHatsGuardOfficerMaster = фуражка надзирателя
.desc = Фуражка тюремного надзирателя, которая выдается сотрудникам с опытом работы.
ent-ADTClothingHeadGreyHatsGuardOfficer = серая фуражка надзирателя
.desc = Серая фуражка тюремного надзирателя, которая выдается сотрудникам с чуть меньшим опытом работы.
ent-ADTClothingHeadCapIlisium = фуражка
.suffix = Иллизиум
.desc = Тёмная фуражка офицера Иллизиума.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ ent-ADTClothingUniformGuardOfficer = комбинезон надзирателя
ent-ADTClothingUniformGuardOfficerMaster = комбинезон заслуженного надзирателя
.desc = Обновленная оранжевая форма тюремного охранника для сотрудников с опытом работы, украшенная черными полосками на рукавах, символизирующая годы службы и опыт.
ent-ADTClothingUniformGreyGuardOfficer = серый комбинезон заслуженного надзирателя
.desc = Обновленная серая форма тюремного охранника для сотрудников с чуть меньшим опытом работы, но всё же заслуженным.
ent-ADTOtherworldClownCostume = костюм потустороннего клоуна
.suffix = Хеллоуин
.desc = Костюм древнего существа, прибывшего из другого измерения, чтобы пугать людей и питаться их страхами... звучит как работа клоуна!
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/ADT/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,17 @@
- type: Clothing
sprite: ADT/Clothing/Head/Hats/guard_officer_cap_master.rsi

- type: entity
parent: ClothingHeadBase
id: ADTClothingHeadGreyHatsGuardOfficer
name: grey guard officer cap
description: Glory to NanoTrasen!
components:
- type: Sprite
sprite: ADT/Clothing/Head/Hats/grey_guard_officer_cap.rsi
- type: Clothing
sprite: ADT/Clothing/Head/Hats/grey_guard_officer_cap.rsi

#Береты профессий

- type: entity
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/ADT/Entities/Clothing/Uniforms/Jumpsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,17 @@
- type: Clothing
sprite: ADT/Clothing/Uniforms/Jumpsuit/guard_officer_master.rsi

- type: entity
parent: ClothingUniformBase
id: ADTClothingUniformGreyGuardOfficer
name: grey uniform guard officer
description: grey uniform guard officer
components:
- type: Sprite
sprite: ADT/Clothing/Uniforms/Jumpsuit/grey_guard_officer.rsi
- type: Clothing
sprite: ADT/Clothing/Uniforms/Jumpsuit/grey_guard_officer.rsi

# ТСФ

- type: entity
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/ADT/Loadouts/Jobs/Security/guard_officer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
- !type:GroupLoadoutEffect
proto: MasterGuardOfficer # Нужно наиграть 600 минут на надзирателе для открытия

- type: loadout
id: ADTHeadHatGuardGreyOfficer
equipment:
head: ADTClothingHeadGreyHatsGuardOfficer

# Jumpsuit
- type: loadout
id: ADTUniformJumpsuitGuardOfficer
Expand All @@ -35,3 +40,8 @@
effects:
- !type:GroupLoadoutEffect
proto: MasterGuardOfficer # Нужно наиграть 600 минут на надзирателе для открытия

- type: loadout
id: ADTUniformJumpsuitGreyGuardOfficer
equipment:
jumpsuit: ADTClothingUniformGreyGuardOfficer
2 changes: 2 additions & 0 deletions Resources/Prototypes/ADT/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@
maxLimit: 1
loadouts:
- ADTHeadHatGuardOfficer
- ADTHeadHatGuardGreyOfficer
- ADTHeadHatGuardOfficerMaster


Expand All @@ -613,4 +614,5 @@
maxLimit: 1
loadouts:
- ADTUniformJumpsuitGuardOfficer
- ADTUniformJumpsuitGreyGuardOfficer
- ADTUniformJumpsuitGuardOfficerMaster
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by discord: prazat911 for Adventure Time Project team",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left"
},
{
"name": "inhand-right"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by discord: prazat911 for Adventure Time Project team",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 8257dbd

Please sign in to comment.