Adding fungal soil (#36245)

Co-authored-by: aliser <20380250+murolem@users.noreply.github.com>
This commit is contained in:
Minty642
2025-05-21 11:59:51 +07:00
committed by GitHub
parent 4dda8b43f2
commit ebcbdf3077
8 changed files with 74 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
- type: constructionGraph
id: Soil
start: start
graph:
- node: start
actions:
- !type:DeleteEntity {}
edges:
- to: fungalSoil
completed:
- !type:SnapToGrid
southRotation: true
steps:
- material: WoodPlank
amount: 10
doAfter: 10
- tag: Mushroom
name: any Mushroom
icon:
sprite: Objects/Misc/spaceshroom.rsi
state: object
- node: fungalSoil
entity: FungalSoil

View File

@@ -1253,3 +1253,20 @@
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked
- type: construction
name: fungal soil
id: FungalSoil
graph: Soil
startNode: start
targetNode: fungalSoil
category: construction-category-structures
description: A mix of organic matter and fungal root creating a soil to grow your plant in space. Seems to be dry.
icon:
sprite: Structures/Hydroponics/misc.rsi
state: fungal_soil
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked