mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-11 19:55:57 +00:00
Missions with higher cloud cover and wind speed now award more XP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user