File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -597,7 +597,26 @@ AddMaterial = Material
597
597
Bounce = 0.05
598
598
Friction = 1.0
599
599
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
601
620
DensityKGPerVolumeL = 0.6
602
621
GibImpulseLimitPerVolumeL = 20
603
622
GibWoundLimitPerVolumeL = 0.2
@@ -610,7 +629,6 @@ AddMaterial = Material
610
629
FGTextureFile = ContentFile
611
630
FilePath = Base.rte/Scenes/Textures/Grass.png
612
631
613
- // Index 131 is undefined.
614
632
// Index 132 is undefined.
615
633
// Index 133 is undefined.
616
634
// Index 134 is undefined.
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ AddTerrainDebris = TerrainDebris
129
129
FilePath = Base.rte/Scenes/Objects/Plants/Plant.png
130
130
DebrisPieceCount = 51
131
131
DebrisMaterial = Material
132
- CopyOf = Vegetation
132
+ CopyOf = ToughVegetation
133
133
TargetMaterial = Material
134
134
CopyOf = Grass
135
135
DebrisPlacementMode = 3
You can’t perform that action at this time.
0 commit comments