mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-12-01 22:25:33 +01:00
Compare commits
2 Commits
v1.1.1
...
6c150faaaf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c150faaaf | ||
|
|
1a20676883 |
@@ -36,8 +36,8 @@ local function generate_effects(params)
|
||||
-- zero at dawn / dusk and one at midday
|
||||
local daytime_shadows = 1 - (math.abs(0.5 - daytime) * 2 / daylight_duration)
|
||||
|
||||
local shadow_intensity = map_range(cloud_shadows + daytime_shadows, 0.15, 0.5)
|
||||
local light_saturation = map_range(cloud_shadows + daytime_shadows, 0.8, 1.2)
|
||||
local shadow_intensity = map_range(cloud_shadows + daytime_shadows, 0.15, 0.4)
|
||||
local light_saturation = map_range(cloud_shadows + daytime_shadows, 0.9, 1.1)
|
||||
|
||||
local skybox = {priority = 10}
|
||||
skybox.cloud_data = {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# textdomain:regional_weather
|
||||
Disable MTG weather for the best experience. Check the forum for more information.=Deaktiviere MTG weather für die beste Spielerfahrung. Mehr Informationen im Forum.
|
||||
Thin Ice=Dünnes Eis
|
||||
Puddle=Pfütze
|
||||
Snow Cover=Schnee
|
||||
@@ -1,5 +1,4 @@
|
||||
# textdomain:regional_weather
|
||||
Disable MTG weather for the best experience=
|
||||
Thin Ice=
|
||||
Puddle=
|
||||
Snow Cover=
|
||||
Reference in New Issue
Block a user