Skip to content

Commit

Permalink
Make small and med gear bays correspond better
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Oct 3, 2023
1 parent 6dca518 commit b4a4f56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
suspensionTravel = 0.2
// Two such struts should be able to carry A321
maxLoadRating = 40
maxSpeed = 150
maxSpeed = 135 // ~1.33x the 100m/s of small gear bay
}
MODULE
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
wheelMass = 0.1
suspensionTravel = 0.12
// Should correspond to ATR72 / Dash 8 weight
maxLoadRating = 15
// was 15, modify to 17 to match 0.75^3 x med gear bay (40)
maxLoadRating = 17
maxSpeed = 100
}
MODULE
Expand Down

0 comments on commit b4a4f56

Please sign in to comment.