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

Commit c183afd

Browse files
committed
Add Cave Soil material for placing plant debris on terrain with background (caves etc)
1 parent f28fe20 commit c183afd

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

Base.rte/Materials.ini

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,23 @@ AddMaterial = Material
127127
B = 50
128128
UseOwnColor = 1
129129
130-
// Index 4 is undefined.
131-
// Index 5 is undefined.
130+
AddMaterial = Material
131+
Index = 5
132+
PresetName = Cave Soil
133+
Bounce = 0.1
134+
Friction = 0.85
135+
StructuralIntegrity = 40
136+
DensityKGPerVolumeL = 1.3
137+
GibImpulseLimitPerVolumeL = 15
138+
GibWoundLimitPerVolumeL = 0.1
139+
Priority = 10
140+
// SettleMaterial = 51
141+
Color = Color
142+
R = 120
143+
G = 80
144+
B = 60
145+
TextureFile = ContentFile
146+
FilePath = Base.rte/Scenes/Textures/Soil.png
132147
133148
AddMaterial = Material
134149
Index = 6

0 commit comments

Comments
 (0)