craftable cotton cloth (#21648)
* Update improvised.yml added CottonWovenCloth * added cotton.yml constructionGraph * it's spelled cotton, not cotten
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
- type: constructionGraph
|
||||||
|
id: CottonObjects
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: cottoncloth
|
||||||
|
steps:
|
||||||
|
- material: Cotton
|
||||||
|
amount: 4
|
||||||
|
doAfter: 3
|
||||||
|
- node: cottoncloth
|
||||||
|
entity: MaterialCloth1
|
||||||
@@ -175,3 +175,16 @@
|
|||||||
icon:
|
icon:
|
||||||
sprite: Objects/Weapons/Bombs/ied.rsi
|
sprite: Objects/Weapons/Bombs/ied.rsi
|
||||||
state: icon
|
state: icon
|
||||||
|
|
||||||
|
- type: construction
|
||||||
|
name: cotton woven cloth
|
||||||
|
id: CottonWovenCloth
|
||||||
|
graph: CottonObjects
|
||||||
|
startNode: start
|
||||||
|
targetNode: cottoncloth
|
||||||
|
category: construction-category-misc
|
||||||
|
description: "A homemade piece of cotton cloth, it feels coarse."
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Materials/materials.rsi
|
||||||
|
state: cloth_3
|
||||||
|
objectType: Item
|
||||||
|
|||||||
Reference in New Issue
Block a user