climatez/climatez.conf

32 lines
789 B
Plaintext
Raw Normal View History

2021-01-25 13:03:13 -08:00
#Climate Min Height
climate_min_height = -10
2021-08-22 14:08:05 -07:00
#Climate Max Height (normally clouds at 120)
climate_max_height = 120
2021-01-26 02:48:22 -08:00
#Chance of the a new volume climate to be created
2021-01-25 13:03:13 -08:00
##in seconds
2021-02-23 04:26:47 -08:00
climate_change_ratio = 600
2021-01-26 02:48:22 -08:00
#Volume of the regional climates (sphere)
2021-01-25 13:03:13 -08:00
climate_radius = 80
#Average time of the climate
2021-02-23 04:26:47 -08:00
climate_duration = 80
2021-01-25 13:03:13 -08:00
#Random deviation for the duration
climate_duration_random_ratio = 0.45
2021-02-06 04:13:16 -08:00
#Await this min time between climates
2021-02-23 04:26:47 -08:00
climate_period = 600
2021-01-25 13:48:48 -08:00
#Sounds
climate_rain_sound = true
2021-01-26 07:39:53 -08:00
#Storm Chance
##Chance of the rain being stormy
2021-02-13 17:06:13 -08:00
storm_chance = 5
2021-01-30 05:15:28 -08:00
##Lightning Effect
lightning = true
lightning_chance = 300
thunder_sound = true
2021-09-07 16:03:36 -07:00
lightning_duration = 0.15
2021-02-24 07:08:24 -08:00
##Dust Screen Effect for Sandstorms
dust_effect = true
2021-09-07 15:54:33 -07:00
#Rain Tweaks
rain_particles = 15
rain_falling_speed = 15
2021-09-18 18:29:56 -07:00
rain_sound_gain = 0.35