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