Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 33663dc

Browse files
author
GotchaCC
committed
Mushrooms would want CopyOfs later, to create underground copies for when underground soil frosting becomes available.
I've limited them to Topsoil, not Grass, since mushrooms seem to be placed on top of regular plants, which is not preferable.
1 parent c12210d commit 33663dc

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

Base.rte/Scenes.ini

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,70 @@ AddTerrainDebris = TerrainDebris
112112
DensityPerMeter = 0.2
113113

114114

115+
AddTerrainDebris = TerrainDebris
116+
PresetName = Red Mushrooms
117+
DebrisFile = ContentFile
118+
Path = Base.rte/Scenes/Objects/Mushrooms/MushroomRed.bmp
119+
DebrisPieceCount = 6
120+
DebrisMaterial = Material
121+
CopyOf = Grass
122+
TargetMaterial = Material
123+
CopyOf = Topsoil
124+
OnlyOnSurface = 1
125+
OnlyBuried = 0
126+
MinDepth = 0
127+
MaxDepth = 0
128+
DensityPerMeter = 0.05
129+
130+
131+
AddTerrainDebris = TerrainDebris
132+
PresetName = Small Red Mushrooms
133+
DebrisFile = ContentFile
134+
Path = Base.rte/Scenes/Objects/Mushrooms/MushroomRedSmall.bmp
135+
DebrisPieceCount = 8
136+
DebrisMaterial = Material
137+
CopyOf = Grass
138+
TargetMaterial = Material
139+
CopyOf = Topsoil
140+
OnlyOnSurface = 1
141+
OnlyBuried = 0
142+
MinDepth = 0
143+
MaxDepth = 0
144+
DensityPerMeter = 0.25
145+
146+
147+
AddTerrainDebris = TerrainDebris
148+
PresetName = Yellow Mushrooms
149+
DebrisFile = ContentFile
150+
Path = Base.rte/Scenes/Objects/Mushrooms/MushroomYellow.bmp
151+
DebrisPieceCount = 6
152+
DebrisMaterial = Material
153+
CopyOf = Grass
154+
TargetMaterial = Material
155+
CopyOf = Topsoil
156+
OnlyOnSurface = 1
157+
OnlyBuried = 0
158+
MinDepth = 0
159+
MaxDepth = 0
160+
DensityPerMeter = 0.05
161+
162+
163+
AddTerrainDebris = TerrainDebris
164+
PresetName = Small Yellow Mushrooms
165+
DebrisFile = ContentFile
166+
Path = Base.rte/Scenes/Objects/Mushrooms/MushroomYellowSmall.bmp
167+
DebrisPieceCount = 8
168+
DebrisMaterial = Material
169+
CopyOf = Grass
170+
TargetMaterial = Material
171+
CopyOf = Topsoil
172+
OnlyOnSurface = 1
173+
OnlyBuried = 0
174+
MinDepth = 0
175+
MaxDepth = 0
176+
DensityPerMeter = 0.25
177+
178+
115179
AddTerrainDebris = TerrainDebris
116180
PresetName = Fossils
117181
DebrisFile = ContentFile

0 commit comments

Comments
 (0)