Missions with higher cloud cover and wind speed now award more XP

This commit is contained in:
Ambroise Garel
2025-10-19 18:55:02 +02:00
parent a51ff5cff0
commit 3fd0d39be0
3 changed files with 13 additions and 1 deletions
@@ -194,6 +194,10 @@ do
end
end
-- Weather
summary = summary.."\n\nWEATHER: "..TUM.weather.getWeatherName().." (+"..tostring(math.ceil(TUM.weather.getWeatherXPModifier() * 100)).."% xp)"
summary = summary.."\nWIND: "..DCSEx.string.firstToUpper(TUM.weather.getWindName()).." (+"..tostring(math.ceil(TUM.weather.getWindXPModifier() * 100)).."% xp)"
if showScoreMultiplier then
summary = summary.."\n\nTotal XP modifier: "..tostring(math.ceil(TUM.playerScore.getTotalScoreMultiplier() * 100)).."%"
end