Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@
- Vegetable

- type: entity
name: cotton boll
name: cottonboll
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А зачем? Оно вроде переведено.

description: Moth people's favorite snack, and just as fluffy as them.
id: N14CottonBol
parent: N14FoodProduceBase
Expand All @@ -1676,9 +1676,11 @@
Quantity: 10
- type: Log
spawnedPrototype: MaterialCotton1
spawnCount: 2
spawnCount: 0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Прикола не понял.

- type: Produce
seedId: cotton
- type: Stack
stackType: N14CottonBol
- type: Tag
tags:
- ClothMade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,18 @@
- material: WoodPlank
doAfter: 2
- node: paper
entity: N14Paper
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
14 changes: 14 additions & 0 deletions Resources/Prototypes/_Nuclear14/Recipes/Crafting/materials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

8 changes: 8 additions & 0 deletions Resources/Prototypes/_Nuclear14/Stacks/material_stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
maxCount: 10
itemSize: 1

- type: stack
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Спс кнш, но добавляя свои рецепты и другую хуйню в _Nuclear14 файлы указывай Forge-Change. В данном случае можно сделать # Forge-Change-Start и End, дабы было проще понимать когда больше 1 строки ебашишь.

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
Expand Down