Adding fungal soil (#36245)
Co-authored-by: aliser <20380250+murolem@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user