Recipe for Durathread (#7349)
This commit is contained in:
@@ -148,6 +148,9 @@
|
|||||||
- durathread
|
- durathread
|
||||||
- durathread_2
|
- durathread_2
|
||||||
- durathread_3
|
- durathread_3
|
||||||
|
- type: Construction
|
||||||
|
graph: Durathread
|
||||||
|
node: MaterialDurathread
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: MaterialDurathread
|
parent: MaterialDurathread
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
- type: constructionGraph
|
||||||
|
id: Durathread
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: MaterialDurathread
|
||||||
|
completed:
|
||||||
|
- !type:SetStackCount
|
||||||
|
amount: 1
|
||||||
|
steps:
|
||||||
|
- material: Cloth
|
||||||
|
amount: 5
|
||||||
|
- material: Plastic
|
||||||
|
amount: 5
|
||||||
|
- node: MaterialDurathread
|
||||||
|
entity: MaterialDurathread
|
||||||
@@ -38,3 +38,14 @@
|
|||||||
category: Materials
|
category: Materials
|
||||||
icon: Objects/Materials/Sheets/glass.rsi/rpglass.png
|
icon: Objects/Materials/Sheets/glass.rsi/rpglass.png
|
||||||
objectType: Item
|
objectType: Item
|
||||||
|
|
||||||
|
- type: construction
|
||||||
|
name: durathread
|
||||||
|
id: MaterialDurathread
|
||||||
|
graph: Durathread
|
||||||
|
startNode: start
|
||||||
|
targetNode: MaterialDurathread
|
||||||
|
category: Materials
|
||||||
|
description: A high-quality thread used to make durable clothes.
|
||||||
|
icon: Objects/Materials/materials.rsi/durathread.png
|
||||||
|
objectType: Item
|
||||||
Reference in New Issue
Block a user