Adding fungal soil (#36245)
Co-authored-by: aliser <20380250+murolem@users.noreply.github.com>
This commit is contained in:
parent
5e88a31707
commit
18fad6eeac
|
|
@ -280,7 +280,7 @@
|
|||
- type: Extractable
|
||||
grindableSolutionName: food
|
||||
- type: DamageOnInteract
|
||||
damage:
|
||||
damage:
|
||||
types:
|
||||
Heat: 4
|
||||
Caustic: 4
|
||||
|
|
@ -307,7 +307,7 @@
|
|||
volume: -5
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: DamageOnHit
|
||||
- type: DamageOnHit
|
||||
damage:
|
||||
types:
|
||||
Blunt: 5 # The nettle will "wilt" after 5 hits.
|
||||
|
|
@ -1312,6 +1312,7 @@
|
|||
- type: Tag
|
||||
tags:
|
||||
- Vegetable
|
||||
- Mushroom
|
||||
|
||||
# Slices
|
||||
|
||||
|
|
@ -1623,6 +1624,9 @@
|
|||
entries:
|
||||
Taco: Lingzhi
|
||||
Burger: Lingzhi
|
||||
- type: Tag
|
||||
tags:
|
||||
- Mushroom
|
||||
|
||||
- type: entity
|
||||
name: ambrosia vulgaris
|
||||
|
|
@ -1844,6 +1848,9 @@
|
|||
entries:
|
||||
Taco: FlyAmanita
|
||||
Burger: FlyAmanita
|
||||
- type: Tag
|
||||
tags:
|
||||
- Mushroom
|
||||
|
||||
- type: entity
|
||||
name: gatfruit
|
||||
|
|
|
|||
|
|
@ -93,6 +93,9 @@
|
|||
thickness: 0.02
|
||||
area: 0.02
|
||||
conductivity: 0.43
|
||||
- type: Tag
|
||||
tags:
|
||||
- Mushroom
|
||||
|
||||
- type: weightedRandomFillSolution
|
||||
id: RandomFillSpaceshroom
|
||||
|
|
|
|||
|
|
@ -55,3 +55,19 @@
|
|||
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1254,3 +1254,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
|
||||
|
|
|
|||
|
|
@ -964,6 +964,9 @@
|
|||
- type: Tag
|
||||
id: Multitool
|
||||
|
||||
- type: Tag
|
||||
id: Mushroom
|
||||
|
||||
- type: Tag
|
||||
id: NoBlockAnchoring
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 838 B |
|
|
@ -7,6 +7,9 @@
|
|||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "fungal_soil"
|
||||
},
|
||||
{
|
||||
"name": "moldcreep0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue