forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from Surani1/cultHandCuffs
Cult handcuffs add
- Loading branch information
Showing
12 changed files
with
106 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
- type: entity | ||
name: cult handcuffs | ||
description: Used to detain criminals and other assholes. | ||
id: CultHandcuffs | ||
parent: [BaseItem, BaseRestrictedContraband] | ||
components: | ||
- type: Item | ||
size: Small | ||
storedRotation: 90 | ||
- type: Handcuff | ||
cuffedRSI: SS220/Objects/CultYogg/cult-handcuffs.rsi | ||
bodyIconState: body-overlay | ||
|
||
#startCuffSound: | ||
# path: /Audio/Items/Handcuffs/rope_start.ogg | ||
#endCuffSound: | ||
# path: /Audio/Items/Handcuffs/rope_end.ogg | ||
#startUncuffSound: | ||
# path: /Audio/Items/Handcuffs/rope_start.ogg | ||
#endUncuffSound: | ||
# path: /Audio/Items/Handcuffs/rope_breakout.ogg | ||
#startBreakoutSound: | ||
# path: /Audio/Items/Handcuffs/rope_takeoff.ogg | ||
|
||
#Указать нужные звуки, у меня их на руках нет | ||
|
||
- type: Sprite | ||
sprite: SS220/Objects/CultYogg/cult-handcuffs.rsi | ||
state: handcuff | ||
- type: Tag | ||
tags: | ||
- Handcuffs | ||
- type: RoleItem | ||
roleId: CultYogg | ||
- type: Appearance | ||
- type: MeleeWeapon | ||
wideAnimationRotation: 90 | ||
resetOnHandSelected: false | ||
animation: WeaponArcDisarm | ||
damage: | ||
types: | ||
Blunt: 0 | ||
- type: UseDelay | ||
delay: 3 |
Binary file added
BIN
+991 Bytes
Resources/Textures/SS220/Objects/CultYogg/cult-handcuffs.rsi/body-overlay-2.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
+991 Bytes
Resources/Textures/SS220/Objects/CultYogg/cult-handcuffs.rsi/body-overlay-4.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
+991 Bytes
Resources/Textures/SS220/Objects/CultYogg/cult-handcuffs.rsi/body-overlay-vox.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
+991 Bytes
Resources/Textures/SS220/Objects/CultYogg/cult-handcuffs.rsi/body-overlay.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
+1005 Bytes
Resources/Textures/SS220/Objects/CultYogg/cult-handcuffs.rsi/handcuff.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
+745 Bytes
Resources/Textures/SS220/Objects/CultYogg/cult-handcuffs.rsi/inhand-left-vox.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
+741 Bytes
Resources/Textures/SS220/Objects/CultYogg/cult-handcuffs.rsi/inhand-left.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
+755 Bytes
Resources/Textures/SS220/Objects/CultYogg/cult-handcuffs.rsi/inhand-right-vox.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
+751 Bytes
Resources/Textures/SS220/Objects/CultYogg/cult-handcuffs.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions
46
Resources/Textures/SS220/Objects/CultYogg/cult-handcuffs.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,46 @@ | ||
{ | ||
"version": 1, | ||
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", | ||
"copyright": "Created by pulnet (Discord) for SS220", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "handcuff" | ||
}, | ||
{ | ||
"name": "body-overlay", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "body-overlay-2", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "body-overlay-4", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "body-overlay-vox", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-vox", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-vox", | ||
"directions": 4 | ||
} | ||
] | ||
} |