Adds bola and a crafting recipe for them. (#6185)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
- type: constructionGraph
|
||||
id: bola
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: bola
|
||||
steps:
|
||||
- tag: Handcuffs
|
||||
icon:
|
||||
sprite: Objects/Misc/cablecuffs.rsi
|
||||
state: cuff
|
||||
color: red
|
||||
name: cuffs
|
||||
- material: Steel
|
||||
amount: 6
|
||||
doAfter: 2
|
||||
|
||||
- node: bola
|
||||
entity: Bola
|
||||
@@ -1,4 +1,4 @@
|
||||
- type: construction
|
||||
- type: construction
|
||||
name: crude spear
|
||||
id: spear
|
||||
graph: spear
|
||||
@@ -8,3 +8,14 @@
|
||||
description: A crude spear for when you need to put holes in somebody.
|
||||
icon: Objects/Weapons/Melee/spear.rsi/spear.png
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: makeshift bola
|
||||
id: bola
|
||||
graph: bola
|
||||
startNode: start
|
||||
targetNode: bola
|
||||
category: Weapons
|
||||
description: A simple weapon for tripping someone at a distance.
|
||||
icon: Objects/Weapons/Throwable/bola.rsi/icon.png
|
||||
objectType: Item
|
||||
|
||||
Reference in New Issue
Block a user