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

Commit a9653bb

Browse files
authored
Merge pull request #50 from cortex-command-community/Soil-Frosting
Mushroom soil frosting for use underground. Since we can't spawn fros…
2 parents 6e048b4 + e1c8ba5 commit a9653bb

29 files changed

+65
-0
lines changed

Base.rte/Scenes.ini

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

114114

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+
115180
AddTerrainDebris = TerrainDebris
116181
PresetName = Fossils
117182
DebrisFile = ContentFile
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)