Skip to content

Commit

Permalink
Airbag Description Fix (#3022)
Browse files Browse the repository at this point in the history
Swaps the descriptions of the Mk-10 Inflatable Airbag and the Mk10-XL Inflatable Airbag, as they were opposite of intended based on description
  • Loading branch information
Eranos1 authored Dec 18, 2024
1 parent a302e8f commit e4bb415
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@
%RSSROConfig = True

@manufacturer = #roMfrGeneric
@description = A set of inflatable balloons that can handle impacts of moderate speed on planetary surfaces. These airbags are well suited for landing small landers and probes on rough terrain when a skycrane or internal propulsion is lacking or imprecise. First used on Russian Luna landers like Luna 9, airbags served well as Mars landing systems during various missions.<#ef7b06> AUTHOR'S NOTE: Due to the limitations of KSP collision physics, the maximum safe speed of these airbags will be much lower than 250 m/s.</color>
@description = A more advanced alternative to the Mk-10 landing system. Rather stronger.<#ef7b06> AUTHOR'S NOTE: Due to the limitations of KSP collision physics, the maximum safe speed of these airbags will be much lower than 250 m/s.</color>

//Mars Pathfinder airbag system (bags, gas generators, and retraction systems) totalled 99 kg
//Mars Pathfinder had 4 sides, with 6 airbag lobes per side with a nominal diameter of 1.59 meters
Expand All @@ -1086,7 +1086,7 @@
%RSSROConfig = True

@manufacturer = #roMfrGeneric
@description = A more advanced alternative to the Mk-10 landing system. Rather stronger.<#ef7b06> AUTHOR'S NOTE: Due to the limitations of KSP collision physics, the maximum safe speed of these airbags will be much lower than 250 m/s.</color>
@description = A set of inflatable balloons that can handle impacts of moderate speed on planetary surfaces. These airbags are well suited for landing small landers and probes on rough terrain when a skycrane or internal propulsion is lacking or imprecise. First used on Russian Luna landers like Luna 9, airbags served well as Mars landing systems during various missions.<#ef7b06> AUTHOR'S NOTE: Due to the limitations of KSP collision physics, the maximum safe speed of these airbags will be much lower than 250 m/s.</color>

@mass = 0.002

Expand Down

0 comments on commit e4bb415

Please sign in to comment.