diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml index afbeff6b080..7268fd60172 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml @@ -3,6 +3,7 @@ startingInventory: SecurityWhistle: 5 Handcuffs: 8 + Purplecuffs: 1 # Backmen GrenadeFlashBang: 4 TearGasGrenade: 4 ClusterBangFull: 2 diff --git a/Resources/Prototypes/_Backmen/Entities/Objects/Misc/handcuffs.yml b/Resources/Prototypes/_Backmen/Entities/Objects/Misc/handcuffs.yml new file mode 100644 index 00000000000..a49079806cf --- /dev/null +++ b/Resources/Prototypes/_Backmen/Entities/Objects/Misc/handcuffs.yml @@ -0,0 +1,19 @@ +- type: entity + id: Purplecuffs + parent: Handcuffs + name: мягкие наручники + description: Чтоб не наврядить ваши кисти, лучше использовать более мягкие штуки. + components: + - type: Sprite + sprite: Backmen/Objects/Misc/purplecuff.rsi + state: cuff + - type: Item + inhandVisuals: + left: + - state: inhand-left + right: + - state: inhand-right + - type: Handcuff + cuffedRSI: Backmen/Objects/Misc/purplecuff.rsi + bodyIconState: body-overlay + breakoutTime: 5 \ No newline at end of file diff --git a/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/body-overlay-2.png b/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/body-overlay-2.png new file mode 100644 index 00000000000..1c830ad3184 Binary files /dev/null and b/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/body-overlay-2.png differ diff --git a/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/cuff.png b/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/cuff.png new file mode 100644 index 00000000000..24495c9cfdd Binary files /dev/null and b/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/cuff.png differ diff --git a/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/inhand-left.png b/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/inhand-left.png new file mode 100644 index 00000000000..c84fbdad71c Binary files /dev/null and b/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/inhand-right.png b/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/inhand-right.png new file mode 100644 index 00000000000..bdbf0355fd4 Binary files /dev/null and b/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/meta.json b/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/meta.json new file mode 100644 index 00000000000..ee1c13f91e4 --- /dev/null +++ b/Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/Skyrat-SS13/Skyrat-tg, modificated by @CrimeMoot", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "cuff" + }, + { + "name": "body-overlay-2", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}