Skip to content

Commit

Permalink
Merge branch '0.3.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0Kerbal committed Jan 20, 2022
2 parents ddeeec9 + cddd81a commit 142f5ab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LETech/Parts/LandingLegs/LETleg1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ description = A very large landing leg for heavy landers. Designed to be light a
attachRules = 0,1,0,0,1

// --- standard part parameters ---
mass = 2.5
mass = 1.0
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
Expand Down
Binary file modified LETech/Parts/LandingLegs/LETleg1.mu
Binary file not shown.
8 changes: 4 additions & 4 deletions LETech/Parts/LandingLegs/LETleg2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ description = A very large landing leg for heavy landers. Designed to be light a
attachRules = 0,1,0,0,1

// --- standard part parameters ---
mass = 0.8
mass = 0.4
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 15
crashTolerance = 20
maxTemp = 2300
bulkheadProfiles = srf

breakingForce = 8000
breakingTorque = 8000
breakingForce = 2000
breakingTorque = 2000

heatConductivity = 0.24 // double default
emissiveConstant = 0.6
Expand Down
Binary file modified LETech/Parts/LandingLegs/LETleg2.mu
Binary file not shown.
2 changes: 1 addition & 1 deletion LithobrakeExplorationTechnologies.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR" : 0,
"MINOR" : 3,
"PATCH" : 3,
"PATCH" : 4,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down

0 comments on commit 142f5ab

Please sign in to comment.