@@ -68,6 +68,7 @@ construction-graph-tag-match-stick = match stick
|
||||
construction-graph-tag-potato = a potato
|
||||
construction-graph-tag-wheat-bushel = wheat bushel
|
||||
construction-graph-tag-corgi-hide = corgi hide
|
||||
soil-construction-graph-any-mushroom = any mushroom
|
||||
|
||||
# toys
|
||||
construction-graph-tag-rubber-ducky = a rubber ducky
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- type: entity
|
||||
name: soil
|
||||
id: hydroponicsSoil
|
||||
name: soil
|
||||
description: A mix of organic matter and minerals creating a soil to grow your plant in space. Seems to be dry.
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
@@ -57,9 +58,10 @@
|
||||
- type: PlantHolderVisuals
|
||||
|
||||
- type: entity
|
||||
name: fungal soil
|
||||
parent: hydroponicsSoil
|
||||
id: FungalSoil
|
||||
name: fungal soil
|
||||
description: A mix of organic matter and fungal root creating a soil to grow your plant in space. Seems to be dry.
|
||||
components:
|
||||
- type: Construction
|
||||
graph: Soil
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
amount: 10
|
||||
doAfter: 10
|
||||
- tag: Mushroom
|
||||
name: any Mushroom
|
||||
name: soil-construction-graph-any-mushroom
|
||||
icon:
|
||||
sprite: Objects/Misc/spaceshroom.rsi
|
||||
state: object
|
||||
|
||||
@@ -1255,16 +1255,11 @@
|
||||
- !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
|
||||
|
||||
Reference in New Issue
Block a user