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

Commit e367b0b

Browse files
committed
Add Stalactites terrain debris
1 parent b486f5f commit e367b0b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+26
-0
lines changed

Base.rte/Scenes.ini

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,22 @@ AddTerrainDebris = TerrainDebris
4242
DensityPerMeter = 1.5
4343

4444

45+
AddTerrainDebris = TerrainDebris
46+
PresetName = Stalactites
47+
DebrisFile = ContentFile
48+
FilePath = Base.rte/Scenes/Objects/Stalactites/Stalactite.png
49+
DebrisPieceCount = 72
50+
DebrisMaterial = Material
51+
CopyOf = Stone
52+
TargetMaterial = Material
53+
CopyOf = Cave Ceiling
54+
OnlyOnSurface = 0
55+
OnlyBuried = 0
56+
MinDepth = 1
57+
MaxDepth = 4
58+
DensityPerMeter = 2
59+
60+
4561
AddTerrainDebris = TerrainDebris
4662
PresetName = Gold
4763
DebrisFile = ContentFile
@@ -239,6 +255,16 @@ AddTerrainDebris = TerrainDebris
239255
MaxDepth = 700
240256
DensityPerMeter = 0.1
241257

258+
259+
AddTerrainDebris = TerrainDebris
260+
CopyOf = Fossils
261+
PresetName = Deep Fossils
262+
TargetMaterial = Material
263+
CopyOf = Stone
264+
MinDepth = 300
265+
MaxDepth = 1000
266+
267+
242268
///////////////////////////////////////////////////////////////////////
243269
// Terrains
244270

1.01 KB
1.01 KB
1006 Bytes
1.1 KB
1.01 KB
1.02 KB
995 Bytes
1.05 KB
1.12 KB

0 commit comments

Comments
 (0)