Skip to content

Commit

Permalink
Bondage rope prototype definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcoph committed Sep 25, 2024
1 parent b404fcd commit c1f04ff
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Resources/Prototypes/Floof/Entities/Objects/Misc/handcuffs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,26 @@
- type: Sprite
sprite: Floof/Objects/Misc/fuzzy_handcuffs.rsi
state: icon

- type: entity
parent: Handcuffs
id: HandcuffsBondageRope
name: bondage rope
description: A bundle of soft ropes that can be used to restrain someone.
components:
- type: Handcuff
breakoutTime: 5
cuffedRSI: Floof/Objects/Misc/bondage_rope.rsi
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: Floof/Objects/Misc/bondage_rope.rsi
state: icon

0 comments on commit c1f04ff

Please sign in to comment.