@@ -112,7 +112,6 @@ AddTerrainDebris = TerrainDebris
112
112
DensityPerMeter = 0.2
113
113
114
114
115
- // TODO: Add CopyOfs that are placed on underground surface only (caves/places with BG sprite) for the mushrooms when the feature becomes available.
116
115
AddTerrainDebris = TerrainDebris
117
116
PresetName = Red Mushrooms
118
117
DebrisFile = ContentFile
@@ -121,7 +120,7 @@ AddTerrainDebris = TerrainDebris
121
120
DebrisMaterial = Material
122
121
CopyOf = Vegetation
123
122
TargetMaterial = Material
124
- CopyOf = Topsoil
123
+ CopyOf = Grass
125
124
OnlyOnSurface = 1
126
125
OnlyBuried = 0
127
126
MinDepth = 0
@@ -137,7 +136,7 @@ AddTerrainDebris = TerrainDebris
137
136
DebrisMaterial = Material
138
137
CopyOf = Vegetation
139
138
TargetMaterial = Material
140
- CopyOf = Topsoil
139
+ CopyOf = Grass
141
140
OnlyOnSurface = 1
142
141
OnlyBuried = 0
143
142
MinDepth = 0
@@ -153,7 +152,7 @@ AddTerrainDebris = TerrainDebris
153
152
DebrisMaterial = Material
154
153
CopyOf = Vegetation
155
154
TargetMaterial = Material
156
- CopyOf = Topsoil
155
+ CopyOf = Grass
157
156
OnlyOnSurface = 1
158
157
OnlyBuried = 0
159
158
MinDepth = 0
@@ -169,14 +168,62 @@ AddTerrainDebris = TerrainDebris
169
168
DebrisMaterial = Material
170
169
CopyOf = Vegetation
171
170
TargetMaterial = Material
172
- CopyOf = Topsoil
171
+ CopyOf = Grass
173
172
OnlyOnSurface = 1
174
173
OnlyBuried = 0
175
174
MinDepth = 0
176
175
MaxDepth = 0
177
176
DensityPerMeter = 0.25
178
177
179
178
179
+ AddTerrainDebris = TerrainDebris
180
+ CopyOf = Red Mushrooms
181
+ PresetName = Red Cave Mushrooms
182
+ TargetMaterial = Material
183
+ CopyOf = Cave Soil
184
+ OnlyOnSurface = 0
185
+ OnlyBuried = 0
186
+ MinDepth = 2
187
+ MaxDepth = 5
188
+ DensityPerMeter = 0.05
189
+
190
+
191
+ AddTerrainDebris = TerrainDebris
192
+ CopyOf = Small Red Mushrooms
193
+ PresetName = Small Red Cave Mushrooms
194
+ TargetMaterial = Material
195
+ CopyOf = Cave Soil
196
+ OnlyOnSurface = 0
197
+ OnlyBuried = 0
198
+ MinDepth = 1
199
+ MaxDepth = 3
200
+ DensityPerMeter = 0.25
201
+
202
+
203
+ AddTerrainDebris = TerrainDebris
204
+ CopyOf = Yellow Mushrooms
205
+ PresetName = Yellow Cave Mushrooms
206
+ TargetMaterial = Material
207
+ CopyOf = Cave Soil
208
+ OnlyOnSurface = 0
209
+ OnlyBuried = 0
210
+ MinDepth = 2
211
+ MaxDepth = 5
212
+ DensityPerMeter = 0.05
213
+
214
+
215
+ AddTerrainDebris = TerrainDebris
216
+ CopyOf = Small Yellow Mushrooms
217
+ PresetName = Small Yellow Cave Mushrooms
218
+ TargetMaterial = Material
219
+ CopyOf = Cave Soil
220
+ OnlyOnSurface = 0
221
+ OnlyBuried = 0
222
+ MinDepth = 1
223
+ MaxDepth = 3
224
+ DensityPerMeter = 0.25
225
+
226
+
180
227
AddTerrainDebris = TerrainDebris
181
228
PresetName = Fossils
182
229
DebrisFile = ContentFile
0 commit comments