craftable cotton cloth (#21648)

* Update improvised.yml

added CottonWovenCloth

* added cotton.yml constructionGraph

* it's spelled cotton, not cotten
This commit is contained in:
Sirionaut
2023-11-15 00:27:55 +01:00
committed by GitHub
parent 276f25fe23
commit 9525314b77
2 changed files with 26 additions and 0 deletions

View File

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

View File

@@ -175,3 +175,16 @@
icon:
sprite: Objects/Weapons/Bombs/ied.rsi
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