Skip to content

Commit

Permalink
Fix mass of an XLR11 Config (XLR35-RM-1) for using mass mult based on…
Browse files Browse the repository at this point in the history
… wrong origMass. origMass is 212kg, but original version obviously thought it was the mass of the first config (-RM-3, 150kg), which it was not.
  • Loading branch information
QiZhengyuan authored Aug 25, 2023
1 parent be07d70 commit 604b194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameData/RealismOverhaul/Engine_Configs/XLR11_Config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
specLevel = operational
maxThrust = 37.56
minThrust = 37.56
massMult = 1.233
massMult = 0.8726
heatProduction = 100
pressureFed = False
ignitions = 1
Expand Down

0 comments on commit 604b194

Please sign in to comment.