Added Makeshift Handcuffs as a craftable item (#4294)

Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
This commit is contained in:
SethLafuente
2021-07-25 08:30:41 -07:00
committed by GitHub
parent 6d3863f8a0
commit e7eb3068a0
3 changed files with 28 additions and 0 deletions

View File

@@ -42,6 +42,9 @@
startUncuffSound: /Audio/Items/Handcuffs/rope_start.ogg
endUncuffSound: /Audio/Items/Handcuffs/rope_breakout.ogg
startBreakoutSound: /Audio/Items/Handcuffs/rope_takeoff.ogg
- type: Construction
graph: makeshifthandcuffs
node: cuffscable
- type: Sprite
sprite: Objects/Misc/cablecuffs.rsi

View File

@@ -0,0 +1,14 @@
- type: constructionGraph
id: makeshifthandcuffs
start: start
graph:
- node: start
edges:
- to: cuffscable
steps:
- material: Cable
amount: 15
doAfter: 5
- node: cuffscable
entity: Cablecuffs

View File

@@ -0,0 +1,11 @@
- type: construction
name: makeshift handcuffs
id: makeshifthandcuffs
graph: makeshifthandcuffs
startNode: start
targetNode: cuffscable
category: Utility
description: "Homemade handcuffs crafted from spare cables."
icon: Objects/Misc/cablecuffs.rsi/cuff.png
objectType: Item