Skip to content

Commit

Permalink
Warden handcuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
Druids12 committed Apr 3, 2024
1 parent d455e1d commit e346478
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ ent-CablecuffsBroken = порванные самодельные наручни
.desc = Провода разорваны в нескольких местах и не кажутся пригодными.
ent-ClothingOuterStraightjacket = смирительная рубашка
.desc = Используется для удержания тех, кто пытается причинить вред себе или окружающим.
ent-WardenHandcuffs = наручники смотрителя
.desc = Розовые наручники смотрителя, созданные с особой любовью, для любимых пермовцев.
4 changes: 4 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
- id: ClothingHeadHatCapWardenAlt
- id: ClothingOuterCoatWardenAlt
- id: ClothingEyesHudSecurity
- id: WardenHandcuffs
prob: 0.1


- type: entity
Expand All @@ -49,6 +51,8 @@
- id: ClothingHeadHatCapWardenAlt
- id: ClothingOuterCoatWardenAlt
- id: ClothingEyesHudSecurity
- id: WardenHandcuffs
prob: 0.1


- type: entity
Expand Down
28 changes: 28 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,34 @@
guides:
- Security

- type: entity
name: warden handcuffs
description: Used to detain criminals and other assholes.
id: WardenHandcuffs
parent: BaseItem
components:
- type: Item
size: Small
storedRotation: 90
- type: Handcuff
cuffedRSI: ADT/Objects/Misc/warden_handcuffs.rsi
bodyIconState: body-overlay
- type: Sprite
sprite: ADT/Objects/Misc/warden_handcuffs.rsi
state: handcuff
- type: Tag
tags:
- Handcuffs
- type: MeleeWeapon
resetOnHandSelected: false
animation: WeaponArcDisarm
damage:
types:
Blunt: 0
- type: GuideHelp
guides:
- Security

- type: entity
name: makeshift handcuffs
description: Homemade handcuffs crafted from spare cables.
Expand Down
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions Resources/Textures/ADT/Objects/Misc/warden_handcuffs.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432 edit by EnimZ_MC",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "handcuff"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "body-overlay-2",
"directions": 4
},
{
"name": "body-overlay-4",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit e346478

Please sign in to comment.