diff --git a/Resources/Prototypes/_Nuclear14/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/_Nuclear14/Entities/Objects/Consumable/Food/produce.yml index 10781d11219..05e47562269 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Objects/Consumable/Food/produce.yml @@ -1656,7 +1656,7 @@ - Vegetable - type: entity - name: cotton boll + name: cottonboll description: Moth people's favorite snack, and just as fluffy as them. id: N14CottonBol parent: N14FoodProduceBase @@ -1676,9 +1676,11 @@ Quantity: 10 - type: Log spawnedPrototype: MaterialCotton1 - spawnCount: 2 + spawnCount: 0 - type: Produce seedId: cotton + - type: Stack + stackType: N14CottonBol - type: Tag tags: - ClothMade diff --git a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/Graphs/materials.yml b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/Graphs/materials.yml index b3629a2813a..da444fe5b42 100644 --- a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/Graphs/materials.yml +++ b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/Graphs/materials.yml @@ -23,4 +23,18 @@ - material: WoodPlank doAfter: 2 - node: paper - entity: N14Paper \ No newline at end of file + entity: N14Paper + +- type: constructionGraph + id: MaterialCloth1 + start: start + graph: + - node: start + edges: + - to: cloth + steps: + - material: N14CottonBol + amount: 2 + doAfter: 2 + - node: cloth + entity: MaterialCloth1 \ No newline at end of file diff --git a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/materials.yml b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/materials.yml index e19bc541851..f38af74d27f 100644 --- a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/materials.yml +++ b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/materials.yml @@ -23,3 +23,17 @@ icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cardboard } objectType: Item hide: false + + # cloth +- type: construction + name: cloth + id: MaterialCloth1 + graph: MaterialCloth1 + startNode: start + targetNode: cloth + category: construction-category-materials + description: cloth + icon: { sprite: _Nuclear14\Objects\Misc\materials.rsi, state: cloth } + objectType: Item + hide: false + diff --git a/Resources/Prototypes/_Nuclear14/Stacks/material_stacks.yml b/Resources/Prototypes/_Nuclear14/Stacks/material_stacks.yml index 873699ce629..05d6c007eb3 100644 --- a/Resources/Prototypes/_Nuclear14/Stacks/material_stacks.yml +++ b/Resources/Prototypes/_Nuclear14/Stacks/material_stacks.yml @@ -29,6 +29,14 @@ maxCount: 10 itemSize: 1 +- type: stack + id: N14CottonBol + name: cotton ball + icon: { sprite: "Objects/Specific/Hydroponics/cotton.rsi", state: produce } + spawn: N14CottonBol + maxCount: 2 + itemSize: 1 + - type: stack id: N14Timber name: timber