-
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 Если в кратце, то виздены его сначала добавили, потом удалили Вот [ссылка](https://github.com/space-wizards/space-station-14/pull/30529/files) на те изменения **Проверки** <!-- Выполнение всех следующих действий, если это приемлемо для вида изменений сильно ускорит разбор вашего PR --> - [x] PR полностью завершён и мне не нужна помощь чтобы его закончить. - [x] Я внимательно просмотрел все свои изменения и багов в них не нашёл. - [x] Я запускал локальный сервер со своими изменениями и всё протестировал. - [x] Я добавил скриншот/видео демонстрации PR в игре, **или** этот PR этого не требует. **Изменения** <!-- Здесь вы можете написать список изменений, который будет автоматически добавлен в игру, когда ваш PR будет принят. В журнал изменений следует помещать только то, что действительно важно игрокам. В списке изменений тип значка не является часть предложения, поэтому явно указывайте - Добавлен, Удалён, Изменён. плохо: - add: Новый инструмент для инженеров хорошо: - add: Добавлен новый инструмент для инженеров Вы можете указать своё имя после символа 🆑 именно оно будет отображаться в журнале изменений (иначе будет использоваться ваше имя на GitHub) Например: 🆑 Ian --> 🆑 Шрёдька - tweak: Вернул вардену шоковый ошейник в шкафчик.
- Loading branch information
1 parent
a47e293
commit c8b7f6b
Showing
6 changed files
with
64 additions
and
6 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Device/shock_collar.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,3 @@ | ||
ent-ADTClothingNeckShockCollar = шоковый ошейник | ||
.suffix = Неснимаемый | ||
.desc = Идеально подходит для тех, кто привык держать все под контролем, особенно в случае непослушных заключённых. |
36 changes: 36 additions & 0 deletions
36
Resources/Prototypes/ADT/Entities/Objects/Devices/shock_collar.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,36 @@ | ||
- type: entity | ||
parent: Clothing | ||
id: ADTClothingNeckShockCollar | ||
name: shock collar | ||
suffix: SelfUnremovable | ||
description: An electric collar that shocks on the signal. | ||
components: | ||
- type: Item | ||
size: Small | ||
- type: Sprite | ||
sprite: ADT/Clothing/Neck/Misc/shock_collar.rsi | ||
state: icon | ||
- type: Clothing | ||
sprite: ADT/Clothing/Neck/Misc/shock_collar.rsi | ||
stripDelay: 10 | ||
equipDelay: 5 # to avoid accidentally falling into the trap associated with SelfUnremovableClothing | ||
quickEquip: true | ||
slots: | ||
- neck | ||
- type: SelfUnremovableClothing | ||
- type: ShockOnTrigger | ||
damage: 5 | ||
duration: 3 | ||
cooldown: 4 | ||
- type: TriggerOnSignal | ||
- type: DeviceLinkSink | ||
ports: | ||
- Trigger | ||
- type: GuideHelp | ||
guides: | ||
- Security | ||
# - type: StealTarget | ||
# stealGroup: ClothingNeckShockCollar | ||
- type: Tag | ||
tags: | ||
- WhitelistChameleon |
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
+465 Bytes
Resources/Textures/ADT/Clothing/Neck/Misc/shock_collar.rsi/equipped-NECK.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
+800 Bytes
Resources/Textures/ADT/Clothing/Neck/Misc/shock_collar.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.
19 changes: 19 additions & 0 deletions
19
Resources/Textures/ADT/Clothing/Neck/Misc/shock_collar.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, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Drawn by EmoGarbage404 (github) for Space Station 14", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
|
||
"states": [ | ||
{ | ||
"name": "equipped-NECK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "icon" | ||
} | ||
] | ||
} |