Skip to content

Commit cbb184b

Browse files
committed
Made plants with roots a bit tougher
1 parent ab0011e commit cbb184b

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

Data/Base.rte/Materials.ini

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,26 @@ AddMaterial = Material
597597
Bounce = 0.05
598598
Friction = 1.0
599599
Stickiness = 0.1
600-
StructuralIntegrity = 2
600+
StructuralIntegrity = 3
601+
DensityKGPerVolumeL = 0.6
602+
GibImpulseLimitPerVolumeL = 20
603+
GibWoundLimitPerVolumeL = 0.2
604+
Piling = 6
605+
SettleMaterial = 128
606+
Color = Color
607+
R = 110
608+
G = 200
609+
B = 115
610+
FGTextureFile = ContentFile
611+
FilePath = Base.rte/Scenes/Textures/Grass.png
612+
613+
AddMaterial = Material
614+
Index = 131
615+
PresetName = ToughVegetation
616+
Bounce = 0.05
617+
Friction = 1.0
618+
Stickiness = 0.1
619+
StructuralIntegrity = 20
601620
DensityKGPerVolumeL = 0.6
602621
GibImpulseLimitPerVolumeL = 20
603622
GibWoundLimitPerVolumeL = 0.2
@@ -610,7 +629,6 @@ AddMaterial = Material
610629
FGTextureFile = ContentFile
611630
FilePath = Base.rte/Scenes/Textures/Grass.png
612631
613-
// Index 131 is undefined.
614632
// Index 132 is undefined.
615633
// Index 133 is undefined.
616634
// Index 134 is undefined.

Data/Base.rte/Scenes.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ AddTerrainDebris = TerrainDebris
129129
FilePath = Base.rte/Scenes/Objects/Plants/Plant.png
130130
DebrisPieceCount = 51
131131
DebrisMaterial = Material
132-
CopyOf = Vegetation
132+
CopyOf = ToughVegetation
133133
TargetMaterial = Material
134134
CopyOf = Grass
135135
DebrisPlacementMode = 3

0 commit comments

Comments
 (0)