Added Makeshift Handcuffs as a craftable item (#4294)
Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
11
Resources/Prototypes/Recipes/Crafting/makeshifthandcuffs.yml
Normal file
11
Resources/Prototypes/Recipes/Crafting/makeshifthandcuffs.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user