Co-authored-by: aliser <20380250+murolem@users.noreply.github.com>
- type: Extractable
grindableSolutionName: food
- type: DamageOnInteract
- damage:
+ damage:
types:
Heat: 4
Caustic: 4
volume: -5
- !type:DoActsBehavior
acts: [ "Destruction" ]
- - type: DamageOnHit
+ - type: DamageOnHit
damage:
types:
Blunt: 5 # The nettle will "wilt" after 5 hits.
- type: Tag
tags:
- Vegetable
+ - Mushroom
# Slices
entries:
Taco: Lingzhi
Burger: Lingzhi
+ - type: Tag
+ tags:
+ - Mushroom
- type: entity
name: ambrosia vulgaris
entries:
Taco: FlyAmanita
Burger: FlyAmanita
+ - type: Tag
+ tags:
+ - Mushroom
- type: entity
name: gatfruit
thickness: 0.02
area: 0.02
conductivity: 0.43
+ - type: Tag
+ tags:
+ - Mushroom
- type: weightedRandomFillSolution
id: RandomFillSpaceshroom
solution: soil
- type: Appearance
- type: PlantHolderVisuals
+
+- type: entity
+ name: fungal soil
+ parent: hydroponicsSoil
+ id: FungalSoil
+ components:
+ - type: Construction
+ graph: Soil
+ node: fungalSoil
+ - type: Sprite
+ sprite: Structures/Hydroponics/misc.rsi
+ state: fungal_soil
+ noRot: true
+ - type: PlantHolder
+ waterLevel: 0
+ nutritionLevel: 0
--- /dev/null
+- 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
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
- type: Tag
id: Multitool
+- type: Tag
+ id: Mushroom
+
- type: Tag
id: NoBlockAnchoring
"y": 32
},
"states": [
+ {
+ "name": "fungal_soil"
+ },
{
"name": "moldcreep0"
},