-
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.
[ПЕРЕНОС] Добавил прически,поменял локализацию горилы,дал карте синди…
…ката копирование доступов и поменял иконку роли ОСЩ (#301) <!-- ЭТО ШАБЛОН ВАШЕГО PULL REQUEST. Текст между стрелками - это комментарии - они не будут видны в PR. --> ## Описание PR <!-- Ниже опишите ваш Pull Request. Что он изменяет? На что еще это может повлиять? Постарайтесь описать все внесённые вами изменения! --> **Медиа** <!-- Если приемлемо, добавьте скриншоты для демонстрации вашего PR. Если ваш PR представляет собой визуальное изменение, добавьте скриншоты, иначе он может быть закрыт. --> **Проверки** <!-- Выполнение всех следующих действий, если это приемлемо для вида изменений сильно ускорит разбор вашего PR --> - [x] PR полностью завершён и мне не нужна помощь чтобы его закончить. - [x] Я внимательно просмотрел все свои изменения и багов в них не нашёл. - [x] Я запускал локальный сервер со своими изменениями и всё протестировал. - [ ] Я добавил скриншот/видео демонстрации PR в игре, **или** этот PR этого не требует. **Изменения** <!-- Здесь вы можете написать список изменений, который будет автоматически добавлен в игру, когда ваш PR будет принят. В журнал изменений следует помещать только то, что действительно важно игрокам. В списке изменений тип значка не является часть предложения, поэтому явно указывайте - Добавлен, Удалён, Изменён. плохо: - add: Новый инструмент для инженеров хорошо: - add: Добавлен новый инструмент для инженеров Вы можете указать своё имя после символа 🆑 именно оно будет отображаться в журнале изменений (иначе будет использоваться ваше имя на GitHub) Например: 🆑 Ian --> - add: Добавлена прическа "Герой" - add: Добавлена прическа "Распущенные волосы( жен)" - tweak: Изменена локализация горилы на Пётр - tweak: Изменена иконка роли ОСЩ - fix: Исправил возможность копирования доступов --------- Co-authored-by: 1Stepka1 <[email protected]>
- Loading branch information
Showing
8 changed files
with
89 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/markers/spawners/mobs.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,2 @@ | ||
ent-SpawnMobGorillaLargo = спавнер горилла Ларго | ||
ent-SpawnMobGorillaLargo = спавнер горилла Пётр # ADT Tweak | ||
.desc = { ent-MarkerBase.desc } |
4 changes: 2 additions & 2 deletions
4
Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/mobs/npcs/pets.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,2 @@ | ||
ent-MobGorillaLargo = Ларго | ||
.desc = Питомец карго, участвовал в первой революции. Кажется, у него есть татуировка "Я люблю маму". | ||
ent-MobGorillaLargo = Пётр | ||
.desc = Питомец карго, участвовал в первой революции. Кажется, у него есть татуировка "Я люблю маму". # ADT Tweak |
15 changes: 15 additions & 0 deletions
15
Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/hair.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,15 @@ | ||
- type: marking | ||
id: ADTAllhonor | ||
bodyPart: Hair | ||
markingCategory: Hair | ||
sprites: | ||
- sprite: ADT/Mobs/Customization/Hair/hair.rsi | ||
state: honor | ||
|
||
- type: marking | ||
id: ADTAllShavedFemale | ||
bodyPart: Hair | ||
markingCategory: Hair | ||
sprites: | ||
- sprite: ADT/Mobs/Customization/Hair/hair.rsi | ||
state: shaved_female |
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 modified
BIN
-363 Bytes
(32%)
Resources/Textures/ADT/Interface/Misc/job_icons.rsi/ADTBlueShieldOfficer.png
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.
19 changes: 19 additions & 0 deletions
19
Resources/Textures/ADT/Mobs/Customization/Hair/hair.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,19 @@ | ||
{ | ||
"version": 1, | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Created by discord:JayJacobs#1187", | ||
"states": [ | ||
{ | ||
"name": "honor", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "shaved_female", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+1.13 KB
Resources/Textures/ADT/Mobs/Customization/Hair/hair.rsi/shaved_female.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.