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:
FungiFellow
2024-04-26 02:48:15 -05:00
committed by GitHub
parent abc46f171c
commit e26662b545
3 changed files with 35 additions and 1 deletions

View File

@@ -18,7 +18,11 @@
whitelist:
tags:
- Arrow
- Plunger
- type: Appearance
- type: StorageContainerVisuals
maxFillLevels: 3
fillBaseName: fill-
- type: Construction
graph: Quiver
node: Quiver

View File

@@ -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

View File

@@ -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