Quiver Crafting Recipe (#27198)
* Update quiver.yml * Create quiver.yml * Update clothing.yml * Update pneumatic_cannon.yml * Update pneumatic_cannon.yml * Update pneumatic_cannon.yml * Update pneumatic_cannon.yml
This commit is contained in:
@@ -18,7 +18,11 @@
|
||||
whitelist:
|
||||
tags:
|
||||
- Arrow
|
||||
- Plunger
|
||||
- type: Appearance
|
||||
- type: StorageContainerVisuals
|
||||
maxFillLevels: 3
|
||||
fillBaseName: fill-
|
||||
- type: Construction
|
||||
graph: Quiver
|
||||
node: Quiver
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
- type: constructionGraph
|
||||
id: Quiver
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: Quiver
|
||||
steps:
|
||||
- material: Cable
|
||||
amount: 2
|
||||
doAfter: 1
|
||||
- material: Cloth
|
||||
amount: 5
|
||||
doAfter: 2
|
||||
- material: WoodPlank
|
||||
amount: 1
|
||||
doAfter: 2
|
||||
- node: Quiver
|
||||
entity: ClothingBeltQuiver
|
||||
@@ -106,4 +106,15 @@
|
||||
category: construction-category-clothing
|
||||
description: A pair of sunglasses, modified to have a built-in security HUD.
|
||||
icon: { sprite: Clothing/Eyes/Glasses/secglasses.rsi, state: icon }
|
||||
objectType: Item
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: quiver
|
||||
id: ClothingBeltQuiver
|
||||
graph: Quiver
|
||||
startNode: start
|
||||
targetNode: Quiver
|
||||
category: construction-category-clothing
|
||||
description: Can hold up to 15 arrows, and fits snug around your waist.
|
||||
icon: { sprite: Clothing/Belt/quiver.rsi, state: icon }
|
||||
objectType: Item
|
||||
|
||||
Reference in New Issue
Block a user